Skip to content

Commit 7bb04ed

Browse files
author
Dane Pilcher
authored
chore: set resolutions for fast-xml-parser scoped to test package (#876)
1 parent 359533d commit 7bb04ed

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@
132132
"parse-url": "^8.1.0",
133133
"graphql": "15.8.0",
134134
"xml2js": "0.5.0",
135-
"axios": "^1.7.4"
135+
"axios": "^1.7.4",
136+
"**/@aws-amplify/amplify-codegen-e2e-tests/**/fast-xml-parser": "^4.4.1"
136137
},
137138
"config": {
138139
"commitizen": {

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10666,17 +10666,10 @@ fast-url-parser@^1.1.3:
1066610666
dependencies:
1066710667
punycode "^1.3.2"
1066810668

10669-
10670-
version "4.2.5"
10671-
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz#a6747a09296a6cb34f2ae634019bf1738f3b421f"
10672-
integrity sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==
10673-
dependencies:
10674-
strnum "^1.0.5"
10675-
10676-
fast-xml-parser@^4.2.5:
10677-
version "4.3.2"
10678-
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz#761e641260706d6e13251c4ef8e3f5694d4b0d79"
10679-
integrity sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==
10669+
[email protected], fast-xml-parser@^4.2.5, fast-xml-parser@^4.4.1:
10670+
version "4.5.0"
10671+
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz#2882b7d01a6825dfdf909638f2de0256351def37"
10672+
integrity sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==
1068010673
dependencies:
1068110674
strnum "^1.0.5"
1068210675

0 commit comments

Comments
 (0)