cdk-assets 2.155.94 → 2.155.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +50 -44
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "3.0.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@aws-cdk/cloud-assembly-schema": "^39.2.
|
|
12
|
+
"@aws-cdk/cloud-assembly-schema": "^39.2.4",
|
|
13
13
|
"@aws-cdk/cx-api": "^2.176.0",
|
|
14
14
|
"archiver": "^5.3.2",
|
|
15
15
|
"aws-sdk": "^2.1692.0",
|
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
"license": "ISC"
|
|
89
89
|
},
|
|
90
90
|
"node_modules/@aws-cdk/cloud-assembly-schema": {
|
|
91
|
-
"version": "39.2.
|
|
92
|
-
"resolved": "https://registry.npmjs.org/@aws-cdk/cloud-assembly-schema/-/cloud-assembly-schema-39.2.
|
|
93
|
-
"integrity": "sha512-
|
|
91
|
+
"version": "39.2.4",
|
|
92
|
+
"resolved": "https://registry.npmjs.org/@aws-cdk/cloud-assembly-schema/-/cloud-assembly-schema-39.2.4.tgz",
|
|
93
|
+
"integrity": "sha512-XURv3LSmtL6n2Yzb+ejxd7ZiG09+KE79fZxDzvo+vIOLm1YlJ53s6I3KnvwsbGriP4wAbOouaKvNoo7n5pzgPg==",
|
|
94
94
|
"bundleDependencies": [
|
|
95
95
|
"jsonschema",
|
|
96
96
|
"semver"
|
|
@@ -181,22 +181,22 @@
|
|
|
181
181
|
}
|
|
182
182
|
},
|
|
183
183
|
"node_modules/@babel/core": {
|
|
184
|
-
"version": "7.26.
|
|
185
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.
|
|
186
|
-
"integrity": "sha512-
|
|
184
|
+
"version": "7.26.7",
|
|
185
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.7.tgz",
|
|
186
|
+
"integrity": "sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==",
|
|
187
187
|
"dev": true,
|
|
188
188
|
"license": "MIT",
|
|
189
189
|
"dependencies": {
|
|
190
190
|
"@ampproject/remapping": "^2.2.0",
|
|
191
|
-
"@babel/code-frame": "^7.26.
|
|
192
|
-
"@babel/generator": "^7.26.
|
|
193
|
-
"@babel/helper-compilation-targets": "^7.
|
|
191
|
+
"@babel/code-frame": "^7.26.2",
|
|
192
|
+
"@babel/generator": "^7.26.5",
|
|
193
|
+
"@babel/helper-compilation-targets": "^7.26.5",
|
|
194
194
|
"@babel/helper-module-transforms": "^7.26.0",
|
|
195
|
-
"@babel/helpers": "^7.26.
|
|
196
|
-
"@babel/parser": "^7.26.
|
|
195
|
+
"@babel/helpers": "^7.26.7",
|
|
196
|
+
"@babel/parser": "^7.26.7",
|
|
197
197
|
"@babel/template": "^7.25.9",
|
|
198
|
-
"@babel/traverse": "^7.
|
|
199
|
-
"@babel/types": "^7.26.
|
|
198
|
+
"@babel/traverse": "^7.26.7",
|
|
199
|
+
"@babel/types": "^7.26.7",
|
|
200
200
|
"convert-source-map": "^2.0.0",
|
|
201
201
|
"debug": "^4.1.0",
|
|
202
202
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -355,27 +355,27 @@
|
|
|
355
355
|
}
|
|
356
356
|
},
|
|
357
357
|
"node_modules/@babel/helpers": {
|
|
358
|
-
"version": "7.26.
|
|
359
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.
|
|
360
|
-
"integrity": "sha512-
|
|
358
|
+
"version": "7.26.7",
|
|
359
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.7.tgz",
|
|
360
|
+
"integrity": "sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==",
|
|
361
361
|
"dev": true,
|
|
362
362
|
"license": "MIT",
|
|
363
363
|
"dependencies": {
|
|
364
364
|
"@babel/template": "^7.25.9",
|
|
365
|
-
"@babel/types": "^7.26.
|
|
365
|
+
"@babel/types": "^7.26.7"
|
|
366
366
|
},
|
|
367
367
|
"engines": {
|
|
368
368
|
"node": ">=6.9.0"
|
|
369
369
|
}
|
|
370
370
|
},
|
|
371
371
|
"node_modules/@babel/parser": {
|
|
372
|
-
"version": "7.26.
|
|
373
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.
|
|
374
|
-
"integrity": "sha512-
|
|
372
|
+
"version": "7.26.7",
|
|
373
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.7.tgz",
|
|
374
|
+
"integrity": "sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==",
|
|
375
375
|
"dev": true,
|
|
376
376
|
"license": "MIT",
|
|
377
377
|
"dependencies": {
|
|
378
|
-
"@babel/types": "^7.26.
|
|
378
|
+
"@babel/types": "^7.26.7"
|
|
379
379
|
},
|
|
380
380
|
"bin": {
|
|
381
381
|
"parser": "bin/babel-parser.js"
|
|
@@ -639,17 +639,17 @@
|
|
|
639
639
|
}
|
|
640
640
|
},
|
|
641
641
|
"node_modules/@babel/traverse": {
|
|
642
|
-
"version": "7.26.
|
|
643
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.
|
|
644
|
-
"integrity": "sha512-
|
|
642
|
+
"version": "7.26.7",
|
|
643
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.7.tgz",
|
|
644
|
+
"integrity": "sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==",
|
|
645
645
|
"dev": true,
|
|
646
646
|
"license": "MIT",
|
|
647
647
|
"dependencies": {
|
|
648
648
|
"@babel/code-frame": "^7.26.2",
|
|
649
649
|
"@babel/generator": "^7.26.5",
|
|
650
|
-
"@babel/parser": "^7.26.
|
|
650
|
+
"@babel/parser": "^7.26.7",
|
|
651
651
|
"@babel/template": "^7.25.9",
|
|
652
|
-
"@babel/types": "^7.26.
|
|
652
|
+
"@babel/types": "^7.26.7",
|
|
653
653
|
"debug": "^4.3.1",
|
|
654
654
|
"globals": "^11.1.0"
|
|
655
655
|
},
|
|
@@ -668,9 +668,9 @@
|
|
|
668
668
|
}
|
|
669
669
|
},
|
|
670
670
|
"node_modules/@babel/types": {
|
|
671
|
-
"version": "7.26.
|
|
672
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.
|
|
673
|
-
"integrity": "sha512-
|
|
671
|
+
"version": "7.26.7",
|
|
672
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.7.tgz",
|
|
673
|
+
"integrity": "sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==",
|
|
674
674
|
"dev": true,
|
|
675
675
|
"license": "MIT",
|
|
676
676
|
"dependencies": {
|
|
@@ -974,9 +974,9 @@
|
|
|
974
974
|
}
|
|
975
975
|
},
|
|
976
976
|
"node_modules/@eslint/js": {
|
|
977
|
-
"version": "9.
|
|
978
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
|
979
|
-
"integrity": "sha512-
|
|
977
|
+
"version": "9.19.0",
|
|
978
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.19.0.tgz",
|
|
979
|
+
"integrity": "sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==",
|
|
980
980
|
"dev": true,
|
|
981
981
|
"license": "MIT",
|
|
982
982
|
"engines": {
|
|
@@ -4271,9 +4271,9 @@
|
|
|
4271
4271
|
}
|
|
4272
4272
|
},
|
|
4273
4273
|
"node_modules/electron-to-chromium": {
|
|
4274
|
-
"version": "1.5.
|
|
4275
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
4276
|
-
"integrity": "sha512-
|
|
4274
|
+
"version": "1.5.88",
|
|
4275
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.88.tgz",
|
|
4276
|
+
"integrity": "sha512-K3C2qf1o+bGzbilTDCTBhTQcMS9KW60yTAaTeeXsfvQuTDDwlokLam/AdqlqcSy9u4UainDgsHV23ksXAOgamw==",
|
|
4277
4277
|
"dev": true,
|
|
4278
4278
|
"license": "ISC"
|
|
4279
4279
|
},
|
|
@@ -4502,9 +4502,9 @@
|
|
|
4502
4502
|
}
|
|
4503
4503
|
},
|
|
4504
4504
|
"node_modules/eslint": {
|
|
4505
|
-
"version": "9.
|
|
4506
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.
|
|
4507
|
-
"integrity": "sha512
|
|
4505
|
+
"version": "9.19.0",
|
|
4506
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.19.0.tgz",
|
|
4507
|
+
"integrity": "sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==",
|
|
4508
4508
|
"dev": true,
|
|
4509
4509
|
"license": "MIT",
|
|
4510
4510
|
"dependencies": {
|
|
@@ -4513,7 +4513,7 @@
|
|
|
4513
4513
|
"@eslint/config-array": "^0.19.0",
|
|
4514
4514
|
"@eslint/core": "^0.10.0",
|
|
4515
4515
|
"@eslint/eslintrc": "^3.2.0",
|
|
4516
|
-
"@eslint/js": "9.
|
|
4516
|
+
"@eslint/js": "9.19.0",
|
|
4517
4517
|
"@eslint/plugin-kit": "^0.2.5",
|
|
4518
4518
|
"@humanfs/node": "^0.16.6",
|
|
4519
4519
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
@@ -5180,12 +5180,18 @@
|
|
|
5180
5180
|
"license": "ISC"
|
|
5181
5181
|
},
|
|
5182
5182
|
"node_modules/for-each": {
|
|
5183
|
-
"version": "0.3.
|
|
5184
|
-
"resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.
|
|
5185
|
-
"integrity": "sha512-
|
|
5183
|
+
"version": "0.3.4",
|
|
5184
|
+
"resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.4.tgz",
|
|
5185
|
+
"integrity": "sha512-kKaIINnFpzW6ffJNDjjyjrk21BkDx38c0xa/klsT8VzLCaMEefv4ZTacrcVR4DmgTeBra++jMDAfS/tS799YDw==",
|
|
5186
5186
|
"license": "MIT",
|
|
5187
5187
|
"dependencies": {
|
|
5188
|
-
"is-callable": "^1.
|
|
5188
|
+
"is-callable": "^1.2.7"
|
|
5189
|
+
},
|
|
5190
|
+
"engines": {
|
|
5191
|
+
"node": ">= 0.4"
|
|
5192
|
+
},
|
|
5193
|
+
"funding": {
|
|
5194
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
5189
5195
|
}
|
|
5190
5196
|
},
|
|
5191
5197
|
"node_modules/form-data": {
|
package/package.json
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"typescript": "^5.7.3"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@aws-cdk/cloud-assembly-schema": "^39.2.
|
|
64
|
+
"@aws-cdk/cloud-assembly-schema": "^39.2.4",
|
|
65
65
|
"@aws-cdk/cx-api": "^2.176.0",
|
|
66
66
|
"archiver": "^5.3.2",
|
|
67
67
|
"aws-sdk": "^2.1692.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"version": "2.155.
|
|
82
|
+
"version": "2.155.95",
|
|
83
83
|
"types": "lib/index.d.ts",
|
|
84
84
|
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
|
|
85
85
|
}
|