Skip to content

Commit 222f10e

Browse files
committed
fix: resolve all HIGH/CRITICAL vulnerabilities across all lockfiles
Main yarn.lock: - fast-xml-parser ~5.5.12 → ~5.7.2 (resolves to 5.7.3) - fast-xml-builder 1.1.4 → 1.2.0 - axios 1.15.0 → 1.16.1 - @xmldom/xmldom 0.9.9 → 0.9.10 - basic-ftp 5.2.2 → 6.0.1 - picomatch 2.3.1/4.0.3 → 2.3.2/4.0.4 - flatted 3.3.3 → 3.4.2 - fast-uri 3.0.6 → 3.1.2 - tmp 0.2.5 → 0.2.7 - @aws-amplify/ai-constructs 1.6.1 → 1.6.2 scripts/yarn.lock: - axios 1.12.0 → 1.16.1 - minimatch 9.0.5 → 10.2.5 - fast-xml-parser 4.4.1 → 5.8.0 jsonServer/yarn.lock: - minimatch 3.1.2 → 3.1.5 jsonServer/src-server/yarn.lock: - lodash 4.17.21 → 4.18.1
1 parent 1f3c056 commit 222f10e

13 files changed

Lines changed: 1406 additions & 2439 deletions

File tree

package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
"zod": "3.25.17"
457457
},
458458
"resolutions": {
459-
"@aws-amplify/plugin-types": "1.12.0",
459+
"@aws-amplify/plugin-types": "1.12.1",
460460
"**/glob-parent": "^6.0.2",
461461
"**/istanbul/async": "^2.6.4",
462462
"**/jake/async": "^2.6.4",
@@ -473,9 +473,9 @@
473473
"ejs": "^3.1.7",
474474
"json5": "^2.2.3",
475475
"semver": "^7.5.2",
476-
"axios": "^1.15.0",
476+
"axios": "^1.16.1",
477477
"braces": "^3.0.3",
478-
"@aws-sdk/core/@aws-sdk/xml-builder": "^3.972.15",
478+
"@aws-sdk/core/@aws-sdk/xml-builder": "^3.972.22",
479479
"cookie": "^0.7.0",
480480
"@octokit/request-error": "^5.1.1",
481481
"@octokit/request": "^8.4.1",
@@ -486,15 +486,18 @@
486486
"qs": "^6.15.0",
487487
"js-yaml": "^4.1.1",
488488
"diff": "^8.0.3",
489-
"tmp": "^0.2.5",
490-
"basic-ftp": "^5.2.2",
489+
"tmp": "^0.2.6",
490+
"basic-ftp": ">=5.3.1",
491491
"lodash-es": "^4.18.1",
492492
"minimatch": "^3.1.5",
493493
"handlebars": "^4.7.9",
494-
"@xmldom/xmldom": "^0.9.9",
494+
"@xmldom/xmldom": ">=0.9.10",
495495
"path-to-regexp": "^0.1.13",
496496
"brace-expansion": "^1.1.13",
497-
"**/fast-xml-parser": "~5.5.12"
497+
"fast-uri": ">=3.1.2",
498+
"flatted": ">=3.4.2",
499+
"**/fast-xml-parser": "~5.7.2",
500+
"**/fast-xml-builder": ">=1.1.7"
498501
},
499502
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
500503
}

packages/amplify-data-construct/.jsii

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
]
77
},
88
"bundled": {
9-
"@aws-amplify/ai-constructs": "^1.6.1",
9+
"@aws-amplify/ai-constructs": "^1.6.2",
1010
"@aws-amplify/backend-output-schemas": "^1.0.0",
1111
"@aws-amplify/backend-output-storage": "^1.0.0",
1212
"@aws-amplify/graphql-auth-transformer": "4.2.7",
@@ -8599,5 +8599,5 @@
85998599
},
86008600
"types": {},
86018601
"version": "1.17.2",
8602-
"fingerprint": "o956pibqc8+NLxUuoj4k0pEAu9G9uS812Zr0hq2DZa4="
8602+
"fingerprint": "+mb8cosaX72qWpCSlv0eP4nEEz9MOemK60i+juzbkbw="
86038603
}

packages/amplify-data-construct/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"zod"
179179
],
180180
"dependencies": {
181-
"@aws-amplify/ai-constructs": "^1.6.1",
181+
"@aws-amplify/ai-constructs": "^1.6.2",
182182
"@aws-amplify/backend-output-schemas": "^1.0.0",
183183
"@aws-amplify/backend-output-storage": "^1.0.0",
184184
"@aws-amplify/graphql-api-construct": "1.21.2",

packages/amplify-graphql-api-construct/.jsii

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
]
77
},
88
"bundled": {
9-
"@aws-amplify/ai-constructs": "^1.6.1",
9+
"@aws-amplify/ai-constructs": "^1.6.2",
1010
"@aws-amplify/backend-output-schemas": "^1.0.0",
1111
"@aws-amplify/backend-output-storage": "^1.0.0",
1212
"@aws-amplify/graphql-auth-transformer": "4.2.7",
@@ -14040,5 +14040,5 @@
1404014040
}
1404114041
},
1404214042
"version": "1.21.2",
14043-
"fingerprint": "uhL72uTHa424IaBCwBnTI5FPExcLXDhBkBHpXqL1m4A="
14043+
"fingerprint": "nEzFDjfrZqk9tKVKgZLkcrTsKJGXr+N7HMLiwvaSvFM="
1404414044
}

packages/amplify-graphql-api-construct/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"zod"
180180
],
181181
"dependencies": {
182-
"@aws-amplify/ai-constructs": "^1.6.1",
182+
"@aws-amplify/ai-constructs": "^1.6.2",
183183
"@aws-amplify/backend-output-schemas": "^1.0.0",
184184
"@aws-amplify/backend-output-storage": "^1.0.0",
185185
"@aws-amplify/graphql-auth-transformer": "4.2.7",

packages/amplify-graphql-conversation-transformer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"extract-api": "ts-node ../../scripts/extract-api.ts"
2525
},
2626
"dependencies": {
27-
"@aws-amplify/ai-constructs": "^1.6.1",
27+
"@aws-amplify/ai-constructs": "^1.6.2",
2828
"@aws-amplify/graphql-directives": "2.8.0",
2929
"@aws-amplify/graphql-index-transformer": "3.1.1",
3030
"@aws-amplify/graphql-model-transformer": "3.4.1",

packages/graphql-transformers-e2e-tests/resources/jsonServer/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
"dependencies": {
1111
"aws-cdk-lib": "~2.224.0",
1212
"constructs": "^10.3.0"
13+
},
14+
"resolutions": {
15+
"minimatch": "3.1.5"
1316
}
1417
}

packages/graphql-transformers-e2e-tests/resources/jsonServer/src-server/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"resolutions": {
1010
"got": "^11.8.5",
11-
"path-to-regexp": "^1.9.0"
11+
"path-to-regexp": "^1.9.0",
12+
"lodash": ">=4.17.23"
1213
}
1314
}

0 commit comments

Comments
 (0)