Skip to content

Commit b0eb753

Browse files
authored
Merge pull request #1251 from salesforcecli/dependabot-npm_and_yarn-fast-xml-parser-5.5.7
fix(deps): bump fast-xml-parser from 5.5.6 to 5.5.7
2 parents a1566cf + e37aa7b commit b0eb753

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
@@ -45,7 +45,7 @@
4545
"@salesforce/core": "^8.27.0",
4646
"@salesforce/sf-plugins-core": "^11.3.12",
4747
"csv-parse": "^5.6.0",
48-
"fast-xml-parser": "^5.5.6"
48+
"fast-xml-parser": "^5.5.7"
4949
},
5050
"devDependencies": {
5151
"@jsforce/jsforce-node": "^3.10.14",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4409,14 +4409,14 @@ fast-xml-parser@5.4.1:
44094409
fast-xml-builder "^1.0.0"
44104410
strnum "^2.1.2"
44114411

4412-
fast-xml-parser@^5.5.6:
4413-
version "5.5.6"
4414-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz#6fc61f5ae06a55a1f058abd6a4f4b5d3e9972cd0"
4415-
integrity sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==
4412+
fast-xml-parser@^5.5.7:
4413+
version "5.5.7"
4414+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz#e1ddc86662d808450a19cf2fb6ccc9c3c9933c5d"
4415+
integrity sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg==
44164416
dependencies:
44174417
fast-xml-builder "^1.1.4"
44184418
path-expression-matcher "^1.1.3"
4419-
strnum "^2.1.2"
4419+
strnum "^2.2.0"
44204420

44214421
fastest-levenshtein@^1.0.7:
44224422
version "1.0.16"
@@ -7398,10 +7398,10 @@ strip-json-comments@^3.1.1:
73987398
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
73997399
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
74007400

7401-
strnum@^2.1.2:
7402-
version "2.1.2"
7403-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.1.2.tgz#a5e00ba66ab25f9cafa3726b567ce7a49170937a"
7404-
integrity sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==
7401+
strnum@^2.1.2, strnum@^2.2.0:
7402+
version "2.2.1"
7403+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.1.tgz#d28f896b4ef9985212494ce8bcf7ca304fad8368"
7404+
integrity sha512-BwRvNd5/QoAtyW1na1y1LsJGQNvRlkde6Q/ipqqEaivoMdV+B1OMOTVdwR+N/cwVUcIt9PYyHmV8HyexCZSupg==
74057405

74067406
supports-color@^5.3.0:
74077407
version "5.5.0"

0 commit comments

Comments
 (0)