Skip to content

Commit 5079ba3

Browse files
fix(deps): bump fast-xml-parser from 5.3.4 to 5.3.8
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.4 to 5.3.8. - [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@v5.3.4...v5.3.8) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71a0e95 commit 5079ba3

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@salesforce/kit": "^3.2.4",
5555
"@salesforce/source-deploy-retrieve": "^12.31.8",
5656
"@salesforce/ts-types": "^2.0.12",
57-
"fast-xml-parser": "^5.3.4",
57+
"fast-xml-parser": "^5.3.8",
5858
"graceful-fs": "^4.2.11",
5959
"isomorphic-git": "^1.34.2",
6060
"ts-retry-promise": "^0.8.1"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2741,12 +2741,12 @@ fast-uri@^3.0.1:
27412741
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz"
27422742
integrity sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==
27432743

2744-
fast-xml-parser@^5.3.4:
2745-
version "5.3.4"
2746-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz#06f39aafffdbc97bef0321e626c7ddd06a043ecf"
2747-
integrity sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==
2744+
fast-xml-parser@^5.3.4, fast-xml-parser@^5.3.8:
2745+
version "5.3.8"
2746+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.8.tgz#b5bc2045620d1b9cf342a2aa4d72391ef0b36a9e"
2747+
integrity sha512-53jIF4N6u/pxvaL1eb/hEZts/cFLWZ92eCfLrNyCI0k38lettCG/Bs40W9pPwoPXyHQlKu2OUbQtiEIZK/J6Vw==
27482748
dependencies:
2749-
strnum "^2.1.0"
2749+
strnum "^2.1.2"
27502750

27512751
fastest-levenshtein@^1.0.7:
27522752
version "1.0.16"
@@ -5853,10 +5853,10 @@ strip-json-comments@^3.1.1:
58535853
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
58545854
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
58555855

5856-
strnum@^2.1.0:
5857-
version "2.1.2"
5858-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.1.2.tgz#a5e00ba66ab25f9cafa3726b567ce7a49170937a"
5859-
integrity sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==
5856+
strnum@^2.1.2:
5857+
version "2.2.0"
5858+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.0.tgz#8b582b637e4621f62ff714493e0ce30846f903a6"
5859+
integrity sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==
58605860

58615861
supports-color@^7, supports-color@^7.1.0:
58625862
version "7.2.0"

0 commit comments

Comments
 (0)