Skip to content

Commit b6938e1

Browse files
authored
Merge pull request #55 from advanced-security/copilot/fix-dependabot-vulnerability
fix: update fast-xml-parser 4.4.1 → 4.5.4 (CVE-2026-25896)
2 parents 8b0009a + d21f117 commit b6938e1

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

functions/helpers/getSecretDetails/package-lock.json

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functions/helpers/getSecretDetails/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,11 @@
3535
"@aws-sdk/client-ssm": "^3.816.0",
3636
"@octokit/auth-app": "^8.0.1",
3737
"@octokit/webhooks-types": "^6.0.0"
38+
},
39+
"resolutions": {
40+
"fast-xml-parser": "4.5.4"
41+
},
42+
"overrides": {
43+
"fast-xml-parser": "4.5.4"
3844
}
3945
}

functions/helpers/getSecretDetails/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"@smithy/smithy-client" "^4.2.6"
147147
"@smithy/types" "^4.2.0"
148148
"@smithy/util-middleware" "^4.0.2"
149-
fast-xml-parser "4.4.1"
149+
fast-xml-parser "4.5.4"
150150
tslib "^2.6.2"
151151

152152
"@aws-sdk/credential-provider-env@3.816.0":
@@ -1473,10 +1473,10 @@ fast-levenshtein@^2.0.6:
14731473
resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz"
14741474
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
14751475

1476-
fast-xml-parser@4.4.1:
1477-
version "4.4.1"
1478-
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz"
1479-
integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==
1476+
fast-xml-parser@4.5.4:
1477+
version "4.5.4"
1478+
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.4.tgz"
1479+
integrity sha512-jE8ugADnYOBsu1uaoayVl1tVKAMNOXyjwvv2U6udEA2ORBhDooJDWoGxTkhd4Qn4yh59JVVt/pKXtjPwx9OguQ==
14801480
dependencies:
14811481
strnum "^1.0.5"
14821482

0 commit comments

Comments
 (0)