Skip to content

Commit ec7f8dd

Browse files
authored
fix: resolve fast-xml-parser security audit failure (#28227)
1 parent 1c193cc commit ec7f8dd

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.yarnrc.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
# fast-xml-parser 4.4.1 via @boxyhq/saml-jackson → @aws-sdk/core@3.816.0 (transitive).
8-
# Only parses trusted AWS API responses, not user input. No practical attack vector.
9-
# Upstream fix pending: ory/polis (saml-jackson) has bumped to @aws-sdk@3.994.0 on main but hasn't released yet.
10-
npmAuditIgnoreAdvisories:
11-
- "1113407"
12-
137
yarnPath: .yarn/releases/yarn-4.12.0.cjs

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@
158158
"tar": "7.5.7",
159159
"lodash": "4.17.23",
160160
"lodash-es": "4.17.23",
161-
"@lingo.dev/_compiler/fast-xml-parser": "5.3.5"
161+
"@lingo.dev/_compiler/fast-xml-parser": "5.3.5",
162+
"fast-xml-parser": "4.5.4"
162163
},
163164
"packageExtensions": {
164165
"ink@3.2.0": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22693,14 +22693,14 @@ __metadata:
2269322693
languageName: node
2269422694
linkType: hard
2269522695

22696-
"fast-xml-parser@npm:4.4.1":
22697-
version: 4.4.1
22698-
resolution: "fast-xml-parser@npm:4.4.1"
22696+
"fast-xml-parser@npm:4.5.4":
22697+
version: 4.5.4
22698+
resolution: "fast-xml-parser@npm:4.5.4"
2269922699
dependencies:
2270022700
strnum: "npm:^1.0.5"
2270122701
bin:
2270222702
fxparser: src/cli/cli.js
22703-
checksum: 10/0c05ab8703630d8c857fafadbd78d0020d3a8e54310c3842179cd4a0d9d97e96d209ce885e91241f4aa9dd8dfc2fd924a682741a423d65153cad34da2032ec44
22703+
checksum: 10/991f11a15d82be778c3452e5f1109975d66276bb951ba4db87417507da15d0b1c09d15a4e4db15a216cf3315b4325f66ff3b7f9b7557d6a2055103755fb39cce
2270422704
languageName: node
2270522705
linkType: hard
2270622706

0 commit comments

Comments
 (0)