Skip to content

Commit f549b70

Browse files
fix(deps): bump fast-xml-parser from 4.5.0 to 4.5.1
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@v4.5.0...v4.5.1) --- 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 b46044d commit f549b70

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.10.3",
5656
"@salesforce/ts-types": "^2.0.12",
57-
"fast-xml-parser": "^4.5.0",
57+
"fast-xml-parser": "^4.5.1",
5858
"graceful-fs": "^4.2.11",
5959
"isomorphic-git": "^1.27.2",
6060
"ts-retry-promise": "^0.8.1"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2604,10 +2604,10 @@ fast-uri@^3.0.1:
26042604
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
26052605
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
26062606

2607-
fast-xml-parser@^4.5.0:
2608-
version "4.5.0"
2609-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz#2882b7d01a6825dfdf909638f2de0256351def37"
2610-
integrity sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==
2607+
fast-xml-parser@^4.5.0, fast-xml-parser@^4.5.1:
2608+
version "4.5.1"
2609+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz#a7e665ff79b7919100a5202f23984b6150f9b31e"
2610+
integrity sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==
26112611
dependencies:
26122612
strnum "^1.0.5"
26132613

0 commit comments

Comments
 (0)