cdk-assets 2.155.116 → 2.155.118

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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +98 -64
  2. package/package.json +3 -3
@@ -36,7 +36,7 @@
36
36
  "constructs": "^10.0.0",
37
37
  "eslint": "^9",
38
38
  "eslint-config-prettier": "^9.1.0",
39
- "eslint-import-resolver-typescript": "^3.7.0",
39
+ "eslint-import-resolver-typescript": "^3.8.0",
40
40
  "eslint-plugin-import": "^2.31.0",
41
41
  "eslint-plugin-prettier": "^5.2.3",
42
42
  "fs-extra": "^9.1.0",
@@ -46,7 +46,7 @@
46
46
  "jszip": "^3.10.1",
47
47
  "mock-fs": "^5",
48
48
  "prettier": "^3.5.1",
49
- "projen": "^0.91.10",
49
+ "projen": "^0.91.11",
50
50
  "ts-jest": "^29.2.5",
51
51
  "ts-node": "^10.9.2",
52
52
  "typescript": "^5.7.3"
@@ -179,23 +179,22 @@
179
179
  }
180
180
  },
181
181
  "node_modules/@babel/core": {
182
- "version": "7.26.8",
183
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.8.tgz",
184
- "integrity": "sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==",
182
+ "version": "7.26.9",
183
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.9.tgz",
184
+ "integrity": "sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==",
185
185
  "dev": true,
186
186
  "license": "MIT",
187
187
  "dependencies": {
188
188
  "@ampproject/remapping": "^2.2.0",
189
189
  "@babel/code-frame": "^7.26.2",
190
- "@babel/generator": "^7.26.8",
190
+ "@babel/generator": "^7.26.9",
191
191
  "@babel/helper-compilation-targets": "^7.26.5",
192
192
  "@babel/helper-module-transforms": "^7.26.0",
193
- "@babel/helpers": "^7.26.7",
194
- "@babel/parser": "^7.26.8",
195
- "@babel/template": "^7.26.8",
196
- "@babel/traverse": "^7.26.8",
197
- "@babel/types": "^7.26.8",
198
- "@types/gensync": "^1.0.0",
193
+ "@babel/helpers": "^7.26.9",
194
+ "@babel/parser": "^7.26.9",
195
+ "@babel/template": "^7.26.9",
196
+ "@babel/traverse": "^7.26.9",
197
+ "@babel/types": "^7.26.9",
199
198
  "convert-source-map": "^2.0.0",
200
199
  "debug": "^4.1.0",
201
200
  "gensync": "^1.0.0-beta.2",
@@ -221,14 +220,14 @@
221
220
  }
222
221
  },
223
222
  "node_modules/@babel/generator": {
224
- "version": "7.26.8",
225
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.8.tgz",
226
- "integrity": "sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA==",
223
+ "version": "7.26.9",
224
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.9.tgz",
225
+ "integrity": "sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==",
227
226
  "dev": true,
228
227
  "license": "MIT",
229
228
  "dependencies": {
230
- "@babel/parser": "^7.26.8",
231
- "@babel/types": "^7.26.8",
229
+ "@babel/parser": "^7.26.9",
230
+ "@babel/types": "^7.26.9",
232
231
  "@jridgewell/gen-mapping": "^0.3.5",
233
232
  "@jridgewell/trace-mapping": "^0.3.25",
234
233
  "jsesc": "^3.0.2"
@@ -354,27 +353,27 @@
354
353
  }
355
354
  },
356
355
  "node_modules/@babel/helpers": {
357
- "version": "7.26.7",
358
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.7.tgz",
359
- "integrity": "sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==",
356
+ "version": "7.26.9",
357
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.9.tgz",
358
+ "integrity": "sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==",
360
359
  "dev": true,
361
360
  "license": "MIT",
362
361
  "dependencies": {
363
- "@babel/template": "^7.25.9",
364
- "@babel/types": "^7.26.7"
362
+ "@babel/template": "^7.26.9",
363
+ "@babel/types": "^7.26.9"
365
364
  },
366
365
  "engines": {
367
366
  "node": ">=6.9.0"
368
367
  }
369
368
  },
370
369
  "node_modules/@babel/parser": {
371
- "version": "7.26.8",
372
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.8.tgz",
373
- "integrity": "sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==",
370
+ "version": "7.26.9",
371
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.9.tgz",
372
+ "integrity": "sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==",
374
373
  "dev": true,
375
374
  "license": "MIT",
376
375
  "dependencies": {
377
- "@babel/types": "^7.26.8"
376
+ "@babel/types": "^7.26.9"
378
377
  },
379
378
  "bin": {
380
379
  "parser": "bin/babel-parser.js"
@@ -623,32 +622,32 @@
623
622
  }
624
623
  },
625
624
  "node_modules/@babel/template": {
626
- "version": "7.26.8",
627
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.26.8.tgz",
628
- "integrity": "sha512-iNKaX3ZebKIsCvJ+0jd6embf+Aulaa3vNBqZ41kM7iTWjx5qzWKXGHiJUW3+nTpQ18SG11hdF8OAzKrpXkb96Q==",
625
+ "version": "7.26.9",
626
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.26.9.tgz",
627
+ "integrity": "sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==",
629
628
  "dev": true,
630
629
  "license": "MIT",
631
630
  "dependencies": {
632
631
  "@babel/code-frame": "^7.26.2",
633
- "@babel/parser": "^7.26.8",
634
- "@babel/types": "^7.26.8"
632
+ "@babel/parser": "^7.26.9",
633
+ "@babel/types": "^7.26.9"
635
634
  },
636
635
  "engines": {
637
636
  "node": ">=6.9.0"
638
637
  }
639
638
  },
640
639
  "node_modules/@babel/traverse": {
641
- "version": "7.26.8",
642
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.8.tgz",
643
- "integrity": "sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA==",
640
+ "version": "7.26.9",
641
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.9.tgz",
642
+ "integrity": "sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==",
644
643
  "dev": true,
645
644
  "license": "MIT",
646
645
  "dependencies": {
647
646
  "@babel/code-frame": "^7.26.2",
648
- "@babel/generator": "^7.26.8",
649
- "@babel/parser": "^7.26.8",
650
- "@babel/template": "^7.26.8",
651
- "@babel/types": "^7.26.8",
647
+ "@babel/generator": "^7.26.9",
648
+ "@babel/parser": "^7.26.9",
649
+ "@babel/template": "^7.26.9",
650
+ "@babel/types": "^7.26.9",
652
651
  "debug": "^4.3.1",
653
652
  "globals": "^11.1.0"
654
653
  },
@@ -667,9 +666,9 @@
667
666
  }
668
667
  },
669
668
  "node_modules/@babel/types": {
670
- "version": "7.26.8",
671
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.8.tgz",
672
- "integrity": "sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==",
669
+ "version": "7.26.9",
670
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.9.tgz",
671
+ "integrity": "sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==",
673
672
  "dev": true,
674
673
  "license": "MIT",
675
674
  "dependencies": {
@@ -1869,13 +1868,6 @@
1869
1868
  "dev": true,
1870
1869
  "license": "MIT"
1871
1870
  },
1872
- "node_modules/@types/gensync": {
1873
- "version": "1.0.4",
1874
- "resolved": "https://registry.npmjs.org/@types/gensync/-/gensync-1.0.4.tgz",
1875
- "integrity": "sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA==",
1876
- "dev": true,
1877
- "license": "MIT"
1878
- },
1879
1871
  "node_modules/@types/glob": {
1880
1872
  "version": "7.2.0",
1881
1873
  "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
@@ -4290,9 +4282,9 @@
4290
4282
  }
4291
4283
  },
4292
4284
  "node_modules/electron-to-chromium": {
4293
- "version": "1.5.99",
4294
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.99.tgz",
4295
- "integrity": "sha512-77c/+fCyL2U+aOyqfIFi89wYLBeSTCs55xCZL0oFH0KjqsvSvyh6AdQ+UIl1vgpnQQE6g+/KK8hOIupH6VwPtg==",
4285
+ "version": "1.5.101",
4286
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.101.tgz",
4287
+ "integrity": "sha512-L0ISiQrP/56Acgu4/i/kfPwWSgrzYZUnQrC0+QPFuhqlLP1Ir7qzPPDVS9BcKIyWTRU8+o6CC8dKw38tSWhYIA==",
4296
4288
  "dev": true,
4297
4289
  "license": "ISC"
4298
4290
  },
@@ -4619,20 +4611,19 @@
4619
4611
  }
4620
4612
  },
4621
4613
  "node_modules/eslint-import-resolver-typescript": {
4622
- "version": "3.7.0",
4623
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.7.0.tgz",
4624
- "integrity": "sha512-Vrwyi8HHxY97K5ebydMtffsWAn1SCR9eol49eCd5fJS4O1WV7PaAjbcjmbfJJSMz/t4Mal212Uz/fQZrOB8mow==",
4614
+ "version": "3.8.0",
4615
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.8.0.tgz",
4616
+ "integrity": "sha512-fItUrP/+xwpavWgadrn6lsvcMe80s08xIVFXkUXvhR4cZD2ga96kRF/z/iFGDI7ZDnvtlaZ0wGic7Tw+DhgVnA==",
4625
4617
  "dev": true,
4626
4618
  "license": "ISC",
4627
4619
  "dependencies": {
4628
4620
  "@nolyfill/is-core-module": "1.0.39",
4629
4621
  "debug": "^4.3.7",
4630
4622
  "enhanced-resolve": "^5.15.0",
4631
- "fast-glob": "^3.3.2",
4632
- "get-tsconfig": "^4.7.5",
4623
+ "get-tsconfig": "^4.10.0",
4633
4624
  "is-bun-module": "^1.0.2",
4634
- "is-glob": "^4.0.3",
4635
- "stable-hash": "^0.0.4"
4625
+ "stable-hash": "^0.0.4",
4626
+ "tinyglobby": "^0.2.10"
4636
4627
  },
4637
4628
  "engines": {
4638
4629
  "node": "^14.18.0 || >=16.0.0"
@@ -5217,14 +5208,15 @@
5217
5208
  }
5218
5209
  },
5219
5210
  "node_modules/form-data": {
5220
- "version": "4.0.1",
5221
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz",
5222
- "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==",
5211
+ "version": "4.0.2",
5212
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
5213
+ "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
5223
5214
  "dev": true,
5224
5215
  "license": "MIT",
5225
5216
  "dependencies": {
5226
5217
  "asynckit": "^0.4.0",
5227
5218
  "combined-stream": "^1.0.8",
5219
+ "es-set-tostringtag": "^2.1.0",
5228
5220
  "mime-types": "^2.1.12"
5229
5221
  },
5230
5222
  "engines": {
@@ -8724,9 +8716,9 @@
8724
8716
  "license": "MIT"
8725
8717
  },
8726
8718
  "node_modules/projen": {
8727
- "version": "0.91.10",
8728
- "resolved": "https://registry.npmjs.org/projen/-/projen-0.91.10.tgz",
8729
- "integrity": "sha512-l5ES+SoVowNmBbXaVLjK8cvGaCsX6T/rT4aHzzUn5xAnCRmViWA9KuP4zSglfUfNLm4wSgdLvOWE6lgw3wHx3Q==",
8719
+ "version": "0.91.11",
8720
+ "resolved": "https://registry.npmjs.org/projen/-/projen-0.91.11.tgz",
8721
+ "integrity": "sha512-FaBbwMGQ4+be4oMR6MgwlVboA32CaAKPotPbVy4kPkxvqTiWxzjoAqKM51iOgrytMzFfU5pb+VX3H1unuIVOqA==",
8730
8722
  "bundleDependencies": [
8731
8723
  "@iarna/toml",
8732
8724
  "case",
@@ -10774,6 +10766,48 @@
10774
10766
  "safe-buffer": "~5.1.0"
10775
10767
  }
10776
10768
  },
10769
+ "node_modules/tinyglobby": {
10770
+ "version": "0.2.10",
10771
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz",
10772
+ "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
10773
+ "dev": true,
10774
+ "license": "MIT",
10775
+ "dependencies": {
10776
+ "fdir": "^6.4.2",
10777
+ "picomatch": "^4.0.2"
10778
+ },
10779
+ "engines": {
10780
+ "node": ">=12.0.0"
10781
+ }
10782
+ },
10783
+ "node_modules/tinyglobby/node_modules/fdir": {
10784
+ "version": "6.4.3",
10785
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz",
10786
+ "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
10787
+ "dev": true,
10788
+ "license": "MIT",
10789
+ "peerDependencies": {
10790
+ "picomatch": "^3 || ^4"
10791
+ },
10792
+ "peerDependenciesMeta": {
10793
+ "picomatch": {
10794
+ "optional": true
10795
+ }
10796
+ }
10797
+ },
10798
+ "node_modules/tinyglobby/node_modules/picomatch": {
10799
+ "version": "4.0.2",
10800
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
10801
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
10802
+ "dev": true,
10803
+ "license": "MIT",
10804
+ "engines": {
10805
+ "node": ">=12"
10806
+ },
10807
+ "funding": {
10808
+ "url": "https://github.com/sponsors/jonschlinkert"
10809
+ }
10810
+ },
10777
10811
  "node_modules/tldts": {
10778
10812
  "version": "6.1.77",
10779
10813
  "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.77.tgz",
package/package.json CHANGED
@@ -45,7 +45,7 @@
45
45
  "constructs": "^10.0.0",
46
46
  "eslint": "^9",
47
47
  "eslint-config-prettier": "^9.1.0",
48
- "eslint-import-resolver-typescript": "^3.7.0",
48
+ "eslint-import-resolver-typescript": "^3.8.0",
49
49
  "eslint-plugin-import": "^2.31.0",
50
50
  "eslint-plugin-prettier": "^5.2.3",
51
51
  "fs-extra": "^9.1.0",
@@ -55,7 +55,7 @@
55
55
  "jszip": "^3.10.1",
56
56
  "mock-fs": "^5",
57
57
  "prettier": "^3.5.1",
58
- "projen": "^0.91.10",
58
+ "projen": "^0.91.11",
59
59
  "ts-jest": "^29.2.5",
60
60
  "ts-node": "^10.9.2",
61
61
  "typescript": "^5.7.3"
@@ -79,7 +79,7 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "version": "2.155.116",
82
+ "version": "2.155.118",
83
83
  "types": "lib/index.d.ts",
84
84
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
85
85
  }