Skip to content

Commit c547e23

Browse files
trivikrdependabot[bot]
andauthoredJul 29, 2024··
chore(deps): bump fast-xml-parser from 4.2.5 to 4.4.1 (#6330)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8dd7fb6 commit c547e23

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
 

‎packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@smithy/smithy-client": "^3.1.11",
8383
"@smithy/types": "^3.3.0",
8484
"@smithy/util-middleware": "^3.0.3",
85-
"fast-xml-parser": "4.2.5",
85+
"fast-xml-parser": "4.4.1",
8686
"tslib": "^2.6.2"
8787
},
8888
"devDependencies": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@smithy/util-stream": "^3.1.3",
6060
"@smithy/util-utf8": "^3.0.0",
6161
"entities": "2.2.0",
62-
"fast-xml-parser": "4.2.5",
62+
"fast-xml-parser": "4.4.1",
6363
"tslib": "^2.6.2",
6464
"uuid": "^9.0.1"
6565
},

‎scripts/generate-clients/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Update this commit when taking up new changes from smithy-typescript.
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
4-
SMITHY_TS_COMMIT: "1e4e6ae17577ee46995e23ad67bcad9189c950e5",
4+
SMITHY_TS_COMMIT: "c86fa1906dab07e676f3a4e9e0eb983e76064e7e",
55
};
66

77
if (module.exports.SMITHY_TS_COMMIT.length < 40) {

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6841,10 +6841,10 @@ fast-uri@^2.0.0, fast-uri@^2.1.0:
68416841
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-2.2.0.tgz#519a0f849bef714aad10e9753d69d8f758f7445a"
68426842
integrity sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg==
68436843

6844-
fast-xml-parser@4.2.5:
6845-
version "4.2.5"
6846-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz#a6747a09296a6cb34f2ae634019bf1738f3b421f"
6847-
integrity sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==
6844+
fast-xml-parser@4.4.1:
6845+
version "4.4.1"
6846+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz#86dbf3f18edf8739326447bcaac31b4ae7f6514f"
6847+
integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==
68486848
dependencies:
68496849
strnum "^1.0.5"
68506850

0 commit comments

Comments
 (0)
Please sign in to comment.