File tree 4 files changed +7
-7
lines changed
private/aws-protocoltests-restxml
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 82
82
"@smithy/smithy-client" : " ^3.1.11" ,
83
83
"@smithy/types" : " ^3.3.0" ,
84
84
"@smithy/util-middleware" : " ^3.0.3" ,
85
- "fast-xml-parser" : " 4.2.5 " ,
85
+ "fast-xml-parser" : " 4.4.1 " ,
86
86
"tslib" : " ^2.6.2"
87
87
},
88
88
"devDependencies" : {
Original file line number Diff line number Diff line change 59
59
"@smithy/util-stream" : " ^3.1.3" ,
60
60
"@smithy/util-utf8" : " ^3.0.0" ,
61
61
"entities" : " 2.2.0" ,
62
- "fast-xml-parser" : " 4.2.5 " ,
62
+ "fast-xml-parser" : " 4.4.1 " ,
63
63
"tslib" : " ^2.6.2" ,
64
64
"uuid" : " ^9.0.1"
65
65
},
Original file line number Diff line number Diff line change 1
1
// Update this commit when taking up new changes from smithy-typescript.
2
2
module . exports = {
3
3
// Use full commit hash as we explicitly fetch it.
4
- SMITHY_TS_COMMIT : "1e4e6ae17577ee46995e23ad67bcad9189c950e5 " ,
4
+ SMITHY_TS_COMMIT : "c86fa1906dab07e676f3a4e9e0eb983e76064e7e " ,
5
5
} ;
6
6
7
7
if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
Original file line number Diff line number Diff line change @@ -6841,10 +6841,10 @@ fast-uri@^2.0.0, fast-uri@^2.1.0:
6841
6841
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-2.2.0.tgz#519a0f849bef714aad10e9753d69d8f758f7445a"
6842
6842
integrity sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg==
6843
6843
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 ==
6848
6848
dependencies:
6849
6849
strnum "^1.0.5"
6850
6850
You can’t perform that action at this time.
0 commit comments