cdk-assets 3.0.0-rc.21 → 3.0.0-rc.22

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 +30 -55
  2. package/package.json +1 -1
@@ -8968,13 +8968,13 @@
8968
8968
  }
8969
8969
  },
8970
8970
  "node_modules/jsdom": {
8971
- "version": "25.0.0",
8972
- "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-25.0.0.tgz",
8973
- "integrity": "sha512-OhoFVT59T7aEq75TVw9xxEfkXgacpqAhQaYgP9y/fDqWQCMB/b1H66RfmPm/MaeaAIU9nDwMOVTlPN51+ao6CQ==",
8971
+ "version": "25.0.1",
8972
+ "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-25.0.1.tgz",
8973
+ "integrity": "sha512-8i7LzZj7BF8uplX+ZyOlIz86V6TAsSs+np6m1kpW9u0JWi4z/1t+FzcK1aek+ybTnAC4KhBL4uXCNT0wcUIeCw==",
8974
8974
  "dev": true,
8975
8975
  "license": "MIT",
8976
8976
  "dependencies": {
8977
- "cssstyle": "^4.0.1",
8977
+ "cssstyle": "^4.1.0",
8978
8978
  "data-urls": "^5.0.0",
8979
8979
  "decimal.js": "^10.4.3",
8980
8980
  "form-data": "^4.0.0",
@@ -8987,7 +8987,7 @@
8987
8987
  "rrweb-cssom": "^0.7.1",
8988
8988
  "saxes": "^6.0.0",
8989
8989
  "symbol-tree": "^3.2.4",
8990
- "tough-cookie": "^4.1.4",
8990
+ "tough-cookie": "^5.0.0",
8991
8991
  "w3c-xmlserializer": "^5.0.0",
8992
8992
  "webidl-conversions": "^7.0.0",
8993
8993
  "whatwg-encoding": "^3.1.1",
@@ -11183,13 +11183,6 @@
11183
11183
  "node": ">= 6"
11184
11184
  }
11185
11185
  },
11186
- "node_modules/psl": {
11187
- "version": "1.9.0",
11188
- "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
11189
- "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
11190
- "dev": true,
11191
- "license": "MIT"
11192
- },
11193
11186
  "node_modules/punycode": {
11194
11187
  "version": "2.3.1",
11195
11188
  "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
@@ -11217,13 +11210,6 @@
11217
11210
  ],
11218
11211
  "license": "MIT"
11219
11212
  },
11220
- "node_modules/querystringify": {
11221
- "version": "2.2.0",
11222
- "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
11223
- "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
11224
- "dev": true,
11225
- "license": "MIT"
11226
- },
11227
11213
  "node_modules/queue-microtask": {
11228
11214
  "version": "1.2.3",
11229
11215
  "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
@@ -11453,13 +11439,6 @@
11453
11439
  "node": ">=0.10.0"
11454
11440
  }
11455
11441
  },
11456
- "node_modules/requires-port": {
11457
- "version": "1.0.0",
11458
- "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
11459
- "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
11460
- "dev": true,
11461
- "license": "MIT"
11462
- },
11463
11442
  "node_modules/resolve": {
11464
11443
  "version": "1.22.8",
11465
11444
  "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
@@ -12278,6 +12257,26 @@
12278
12257
  "safe-buffer": "~5.1.0"
12279
12258
  }
12280
12259
  },
12260
+ "node_modules/tldts": {
12261
+ "version": "6.1.47",
12262
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.47.tgz",
12263
+ "integrity": "sha512-R/K2tZ5MiY+mVrnSkNJkwqYT2vUv1lcT6wJvd2emGaMJ7PHUGRY4e3tUsdFCXgqxi2QgbHjL3yJgXCo40v9Hxw==",
12264
+ "dev": true,
12265
+ "license": "MIT",
12266
+ "dependencies": {
12267
+ "tldts-core": "^6.1.47"
12268
+ },
12269
+ "bin": {
12270
+ "tldts": "bin/cli.js"
12271
+ }
12272
+ },
12273
+ "node_modules/tldts-core": {
12274
+ "version": "6.1.47",
12275
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.47.tgz",
12276
+ "integrity": "sha512-6SWyFMnlst1fEt7GQVAAu16EGgFK0cLouH/2Mk6Ftlwhv3Ol40L0dlpGMcnnNiiOMyD2EV/aF3S+U2nKvvLvrA==",
12277
+ "dev": true,
12278
+ "license": "MIT"
12279
+ },
12281
12280
  "node_modules/tmpl": {
12282
12281
  "version": "1.0.5",
12283
12282
  "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
@@ -12309,29 +12308,16 @@
12309
12308
  }
12310
12309
  },
12311
12310
  "node_modules/tough-cookie": {
12312
- "version": "4.1.4",
12313
- "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
12314
- "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
12311
+ "version": "5.0.0",
12312
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.0.0.tgz",
12313
+ "integrity": "sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==",
12315
12314
  "dev": true,
12316
12315
  "license": "BSD-3-Clause",
12317
12316
  "dependencies": {
12318
- "psl": "^1.1.33",
12319
- "punycode": "^2.1.1",
12320
- "universalify": "^0.2.0",
12321
- "url-parse": "^1.5.3"
12317
+ "tldts": "^6.1.32"
12322
12318
  },
12323
12319
  "engines": {
12324
- "node": ">=6"
12325
- }
12326
- },
12327
- "node_modules/tough-cookie/node_modules/universalify": {
12328
- "version": "0.2.0",
12329
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
12330
- "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
12331
- "dev": true,
12332
- "license": "MIT",
12333
- "engines": {
12334
- "node": ">= 4.0.0"
12320
+ "node": ">=16"
12335
12321
  }
12336
12322
  },
12337
12323
  "node_modules/tr46": {
@@ -12727,17 +12713,6 @@
12727
12713
  "punycode": "^2.1.0"
12728
12714
  }
12729
12715
  },
12730
- "node_modules/url-parse": {
12731
- "version": "1.5.10",
12732
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
12733
- "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
12734
- "dev": true,
12735
- "license": "MIT",
12736
- "dependencies": {
12737
- "querystringify": "^2.1.1",
12738
- "requires-port": "^1.0.0"
12739
- }
12740
- },
12741
12716
  "node_modules/util-deprecate": {
12742
12717
  "version": "1.0.2",
12743
12718
  "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
package/package.json CHANGED
@@ -87,7 +87,7 @@
87
87
  "publishConfig": {
88
88
  "access": "public"
89
89
  },
90
- "version": "3.0.0-rc.21",
90
+ "version": "3.0.0-rc.22",
91
91
  "types": "lib/index.d.ts",
92
92
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
93
93
  }