Skip to content

Commit cc38783

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] <support@github.com>
1 parent 0cc7f96 commit cc38783

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@salesforce/kit": "^3.2.3",
5555
"@salesforce/source-deploy-retrieve": "^12.16.6",
5656
"@salesforce/ts-types": "^2.0.12",
57-
"fast-xml-parser": "^4.5.1",
57+
"fast-xml-parser": "^4.5.3",
5858
"graceful-fs": "^4.2.11",
5959
"isomorphic-git": "^1.27.2",
6060
"ts-retry-promise": "^0.8.1"

yarn.lock

-12
Original file line numberDiff line numberDiff line change
@@ -2662,13 +2662,6 @@ fast-uri@^3.0.1:
26622662
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
26632663
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
26642664

2665-
fast-xml-parser@^4.5.1:
2666-
version "4.5.1"
2667-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz#a7e665ff79b7919100a5202f23984b6150f9b31e"
2668-
integrity sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==
2669-
dependencies:
2670-
strnum "^1.0.5"
2671-
26722665
fast-xml-parser@^4.5.3:
26732666
version "4.5.3"
26742667
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz#c54d6b35aa0f23dc1ea60b6c884340c006dc6efb"
@@ -5501,11 +5494,6 @@ strip-json-comments@^3.1.1:
55015494
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
55025495
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
55035496

5504-
strnum@^1.0.5:
5505-
version "1.0.5"
5506-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db"
5507-
integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
5508-
55095497
strnum@^1.1.1:
55105498
version "1.1.2"
55115499
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.1.2.tgz#57bca4fbaa6f271081715dbc9ed7cee5493e28e4"

0 commit comments

Comments
 (0)