Skip to content

Commit 74d03fa

Browse files
authored
chore: bump fast-xml-parser to 5.3.6 (#7747)
1 parent 4b02642 commit 74d03fa

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

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.12.0",
7-
"fast-xml-parser": "5.3.4",
7+
"fast-xml-parser": "5.3.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.12",
6363
"@smithy/util-utf8": "^4.2.0",
6464
"entities": "2.2.0",
65-
"fast-xml-parser": "5.3.4",
65+
"fast-xml-parser": "5.3.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.0",
6565
"@smithy/uuid": "^1.1.0",
6666
"entities": "2.2.0",
67-
"fast-xml-parser": "5.3.4",
67+
"fast-xml-parser": "5.3.6",
6868
"tslib": "^2.6.2"
6969
},
7070
"devDependencies": {

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ __metadata:
11671167
concurrently: "npm:7.0.0"
11681168
downlevel-dts: "npm:0.10.1"
11691169
entities: "npm:2.2.0"
1170-
fast-xml-parser: "npm:5.3.4"
1170+
fast-xml-parser: "npm:5.3.6"
11711171
premove: "npm:4.0.0"
11721172
tslib: "npm:^2.6.2"
11731173
typescript: "npm:~5.8.3"
@@ -1227,7 +1227,7 @@ __metadata:
12271227
concurrently: "npm:7.0.0"
12281228
downlevel-dts: "npm:0.10.1"
12291229
entities: "npm:2.2.0"
1230-
fast-xml-parser: "npm:5.3.4"
1230+
fast-xml-parser: "npm:5.3.6"
12311231
premove: "npm:4.0.0"
12321232
tslib: "npm:^2.6.2"
12331233
typescript: "npm:~5.8.3"
@@ -24854,7 +24854,7 @@ __metadata:
2485424854
"@tsconfig/recommended": "npm:1.0.1"
2485524855
concurrently: "npm:7.0.0"
2485624856
downlevel-dts: "npm:0.10.1"
24857-
fast-xml-parser: "npm:5.3.4"
24857+
fast-xml-parser: "npm:5.3.6"
2485824858
premove: "npm:4.0.0"
2485924859
tslib: "npm:^2.6.2"
2486024860
typescript: "npm:~5.8.3"
@@ -33843,14 +33843,14 @@ __metadata:
3384333843
languageName: node
3384433844
linkType: hard
3384533845

33846-
"fast-xml-parser@npm:5.3.4":
33847-
version: 5.3.4
33848-
resolution: "fast-xml-parser@npm:5.3.4"
33846+
"fast-xml-parser@npm:5.3.6":
33847+
version: 5.3.6
33848+
resolution: "fast-xml-parser@npm:5.3.6"
3384933849
dependencies:
33850-
strnum: "npm:^2.1.0"
33850+
strnum: "npm:^2.1.2"
3385133851
bin:
3385233852
fxparser: src/cli/cli.js
33853-
checksum: 10c0/d77866ca860ad185153e12f6ba12274d32026319ad8064e4681342b8a8e1ffad3f1f98daf04d77239fb12eb1d906ee7185fd328deda74529680e8dae0f3e9327
33853+
checksum: 10c0/0150cc0566f327a76115de8b11628d717fb179010ed9bb77c52e579a7e6055a0f92f42f83678a6f1ec5b74411faec09713cb1f9b94bc687068ad86884a9199fa
3385433854
languageName: node
3385533855
linkType: hard
3385633856

@@ -40505,10 +40505,10 @@ __metadata:
4050540505
languageName: node
4050640506
linkType: hard
4050740507

40508-
"strnum@npm:^2.1.0":
40509-
version: 2.1.1
40510-
resolution: "strnum@npm:2.1.1"
40511-
checksum: 10c0/1f9bd1f9b4c68333f25c2b1f498ea529189f060cd50aa59f1876139c994d817056de3ce57c12c970f80568d75df2289725e218bd9e3cdf73cd1a876c9c102733
40508+
"strnum@npm:^2.1.2":
40509+
version: 2.1.2
40510+
resolution: "strnum@npm:2.1.2"
40511+
checksum: 10c0/4e04753b793540d79cd13b2c3e59e298440477bae2b853ab78d548138385193b37d766d95b63b7046475d68d44fb1fca692f0a3f72b03f4168af076c7b246df9
4051240512
languageName: node
4051340513
linkType: hard
4051440514

0 commit comments

Comments
 (0)