Skip to content

Commit 5e8d73b

Browse files
authored
chore: bump fast-xml-parser to 5.5.6 (#7862)
1 parent e171694 commit 5e8d73b

File tree

4 files changed

+25
-15
lines changed

4 files changed

+25
-15
lines changed

packages-internal/xml-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "XML utilities for the AWS SDK",
55
"dependencies": {
66
"@smithy/types": "^4.13.1",
7-
"fast-xml-parser": "5.4.1",
7+
"fast-xml-parser": "5.5.6",
88
"tslib": "^2.6.2"
99
},
1010
"scripts": {

private/aws-protocoltests-restxml-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@smithy/util-stream": "^4.5.19",
6363
"@smithy/util-utf8": "^4.2.2",
6464
"entities": "2.2.0",
65-
"fast-xml-parser": "5.4.1",
65+
"fast-xml-parser": "5.5.6",
6666
"tslib": "^2.6.2"
6767
},
6868
"devDependencies": {

private/aws-protocoltests-restxml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@smithy/util-utf8": "^4.2.2",
6565
"@smithy/uuid": "^1.1.2",
6666
"entities": "2.2.0",
67-
"fast-xml-parser": "5.4.1",
67+
"fast-xml-parser": "5.5.6",
6868
"tslib": "^2.6.2"
6969
},
7070
"devDependencies": {

yarn.lock

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ __metadata:
11761176
concurrently: "npm:7.0.0"
11771177
downlevel-dts: "npm:0.10.1"
11781178
entities: "npm:2.2.0"
1179-
fast-xml-parser: "npm:5.4.1"
1179+
fast-xml-parser: "npm:5.5.6"
11801180
premove: "npm:4.0.0"
11811181
tslib: "npm:^2.6.2"
11821182
typescript: "npm:~5.8.3"
@@ -1236,7 +1236,7 @@ __metadata:
12361236
concurrently: "npm:7.0.0"
12371237
downlevel-dts: "npm:0.10.1"
12381238
entities: "npm:2.2.0"
1239-
fast-xml-parser: "npm:5.4.1"
1239+
fast-xml-parser: "npm:5.5.6"
12401240
premove: "npm:4.0.0"
12411241
tslib: "npm:^2.6.2"
12421242
typescript: "npm:~5.8.3"
@@ -25094,7 +25094,7 @@ __metadata:
2509425094
"@tsconfig/recommended": "npm:1.0.1"
2509525095
concurrently: "npm:7.0.0"
2509625096
downlevel-dts: "npm:0.10.1"
25097-
fast-xml-parser: "npm:5.4.1"
25097+
fast-xml-parser: "npm:5.5.6"
2509825098
premove: "npm:4.0.0"
2509925099
tslib: "npm:^2.6.2"
2510025100
typescript: "npm:~5.8.3"
@@ -34173,22 +34173,25 @@ __metadata:
3417334173
languageName: node
3417434174
linkType: hard
3417534175

34176-
"fast-xml-builder@npm:^1.0.0":
34177-
version: 1.0.0
34178-
resolution: "fast-xml-builder@npm:1.0.0"
34179-
checksum: 10c0/2631fda265c81e8008884d08944eeed4e284430116faa5b8b7a43a3602af367223b7bf01c933215c9ad2358b8666e45041bc038d64877156a2f88821841b3014
34176+
"fast-xml-builder@npm:^1.1.4":
34177+
version: 1.1.4
34178+
resolution: "fast-xml-builder@npm:1.1.4"
34179+
dependencies:
34180+
path-expression-matcher: "npm:^1.1.3"
34181+
checksum: 10c0/d5dfc0660f7f886b9f42747e6aa1d5e16c090c804b322652f65a5d7ffb93aa00153c3e1276cd053629f9f4c4f625131dc6886677394f7048e827e63b97b18927
3418034182
languageName: node
3418134183
linkType: hard
3418234184

34183-
"fast-xml-parser@npm:5.4.1":
34184-
version: 5.4.1
34185-
resolution: "fast-xml-parser@npm:5.4.1"
34185+
"fast-xml-parser@npm:5.5.6":
34186+
version: 5.5.6
34187+
resolution: "fast-xml-parser@npm:5.5.6"
3418634188
dependencies:
34187-
fast-xml-builder: "npm:^1.0.0"
34189+
fast-xml-builder: "npm:^1.1.4"
34190+
path-expression-matcher: "npm:^1.1.3"
3418834191
strnum: "npm:^2.1.2"
3418934192
bin:
3419034193
fxparser: src/cli/cli.js
34191-
checksum: 10c0/8c696438a0c64135faf93ea6a93879208d649b7c9a3293d30d6eb750dc7f766fd083c0df5a82786b60809c3ead64fad155f28dbed25efea91017aaf9f64c91e5
34194+
checksum: 10c0/b7aed4f561f57fe4eba91c5e4a4438cb7eb09ac885b32d912eec257b84e6587dea88a7afd5738fd36c1e6a0bce778dfd8fcefea829fcc44ef019753b92e36402
3419234195
languageName: node
3419334196
linkType: hard
3419434197

@@ -38951,6 +38954,13 @@ __metadata:
3895138954
languageName: node
3895238955
linkType: hard
3895338956

38957+
"path-expression-matcher@npm:^1.1.3":
38958+
version: 1.1.3
38959+
resolution: "path-expression-matcher@npm:1.1.3"
38960+
checksum: 10c0/45c01471bc62c5f38d069418aec831763e6f45bb85f9520b08de441e6cd14f84b3098ecb66255e819c2af21102abcd2b45550dc1285996717ce9292802df2bc5
38961+
languageName: node
38962+
linkType: hard
38963+
3895438964
"path-is-absolute@npm:^1.0.0":
3895538965
version: 1.0.1
3895638966
resolution: "path-is-absolute@npm:1.0.1"

0 commit comments

Comments
 (0)