Skip to content

Commit 8922c90

Browse files
fix(deps): bump fast-xml-parser from 4.5.1 to 4.5.3
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.1 to 4.5.3. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/commits) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0158565 commit 8922c90

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@salesforce/core": "^8.8.3",
1515
"@salesforce/kit": "^3.2.3",
1616
"@salesforce/source-deploy-retrieve": "^12.14.5",
17-
"fast-xml-parser": "^4.5.1",
17+
"fast-xml-parser": "^4.5.3",
1818
"nock": "^13.5.6",
1919
"yaml": "^2.7.0"
2020
},

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2614,12 +2614,12 @@ fast-uri@^3.0.1:
26142614
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.3.tgz#892a1c91802d5d7860de728f18608a0573142241"
26152615
integrity sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==
26162616

2617-
fast-xml-parser@^4.5.1:
2618-
version "4.5.1"
2619-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz#a7e665ff79b7919100a5202f23984b6150f9b31e"
2620-
integrity sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==
2617+
fast-xml-parser@^4.5.1, fast-xml-parser@^4.5.3:
2618+
version "4.5.3"
2619+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz#c54d6b35aa0f23dc1ea60b6c884340c006dc6efb"
2620+
integrity sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==
26212621
dependencies:
2622-
strnum "^1.0.5"
2622+
strnum "^1.1.1"
26232623

26242624
fastest-levenshtein@^1.0.7:
26252625
version "1.0.16"
@@ -5594,10 +5594,10 @@ strip-json-comments@^3.1.1:
55945594
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
55955595
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
55965596

5597-
strnum@^1.0.5:
5598-
version "1.0.5"
5599-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db"
5600-
integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
5597+
strnum@^1.1.1:
5598+
version "1.1.1"
5599+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.1.1.tgz#6b312934054594dd611bd18d9bcce5053a7caaee"
5600+
integrity sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==
56015601

56025602
supports-color@^7, supports-color@^7.1.0:
56035603
version "7.2.0"

0 commit comments

Comments
 (0)