We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1295a7 commit 376a000Copy full SHA for 376a000
.changeset/tricky-cobras-melt.md
@@ -0,0 +1,5 @@
1
+---
2
+'@aws-amplify/backend-deployer': patch
3
4
+
5
+Pin minimatch
packages/backend-deployer/package.json
@@ -24,15 +24,14 @@
24
"execa": "^9.5.1",
25
"tsx": "^4.6.1",
26
"strip-ansi": "^7.1.0",
27
- "@aws-cdk/toolkit-lib": "0.3.2"
+ "@aws-cdk/toolkit-lib": "0.3.2",
28
+ "minimatch": "10.0.1"
29
},
30
"peerDependencies": {
31
"aws-cdk-lib": "^2.189.1",
32
"typescript": "^5.0.0"
33
34
"overrides": {
- "@aws-cdk/toolkit-lib": {
35
- "minimatch": "10.0.1"
36
- }
37
}
38
0 commit comments