Skip to content

Commit c5921b7

Browse files
authored
Merge pull request #648 from forcedotcom/dependabot-npm_and_yarn-fast-xml-parser-4.5.0
fix(deps): bump fast-xml-parser from 4.4.1 to 4.5.0
2 parents cb5210e + fc0f6b5 commit c5921b7

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
@@ -48,7 +48,7 @@
4848
"@salesforce/source-deploy-retrieve": "^12.6.2",
4949
"@salesforce/ts-types": "^2.0.11",
5050
"@salesforce/types": "^1.2.0",
51-
"fast-xml-parser": "^4.4.1",
51+
"fast-xml-parser": "^4.5.0",
5252
"globby": "^11",
5353
"graphology": "^0.25.4",
5454
"graphology-traversal": "^0.3.1",

yarn.lock

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

2385-
fast-xml-parser@^4.4.1:
2386-
version "4.4.1"
2387-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz#86dbf3f18edf8739326447bcaac31b4ae7f6514f"
2388-
integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==
2385+
fast-xml-parser@^4.4.1, fast-xml-parser@^4.5.0:
2386+
version "4.5.0"
2387+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz#2882b7d01a6825dfdf909638f2de0256351def37"
2388+
integrity sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==
23892389
dependencies:
23902390
strnum "^1.0.5"
23912391

0 commit comments

Comments
 (0)