cdk-assets 2.155.47 → 2.155.48

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 +21 -16
  2. package/package.json +1 -1
@@ -5328,12 +5328,15 @@
5328
5328
  }
5329
5329
  },
5330
5330
  "node_modules/gopd": {
5331
- "version": "1.0.1",
5332
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
5333
- "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
5331
+ "version": "1.1.0",
5332
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.1.0.tgz",
5333
+ "integrity": "sha512-FQoVQnqcdk4hVM4JN1eromaun4iuS34oStkdlLENLdpULsuQcTyXj8w7ayhuUfPwEYZ1ZOooOTT6fdA9Vmx/RA==",
5334
5334
  "license": "MIT",
5335
5335
  "dependencies": {
5336
- "get-intrinsic": "^1.1.3"
5336
+ "get-intrinsic": "^1.2.4"
5337
+ },
5338
+ "engines": {
5339
+ "node": ">= 0.4"
5337
5340
  },
5338
5341
  "funding": {
5339
5342
  "url": "https://github.com/sponsors/ljharb"
@@ -6025,14 +6028,16 @@
6025
6028
  "license": "MIT"
6026
6029
  },
6027
6030
  "node_modules/is-regex": {
6028
- "version": "1.1.4",
6029
- "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
6030
- "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
6031
+ "version": "1.2.0",
6032
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.0.tgz",
6033
+ "integrity": "sha512-B6ohK4ZmoftlUe+uvenXSbPJFo6U37BH7oO1B3nQH8f/7h27N56s85MhUtbFJAziz5dcmuR3i8ovUl35zp8pFA==",
6031
6034
  "dev": true,
6032
6035
  "license": "MIT",
6033
6036
  "dependencies": {
6034
- "call-bind": "^1.0.2",
6035
- "has-tostringtag": "^1.0.0"
6037
+ "call-bind": "^1.0.7",
6038
+ "gopd": "^1.1.0",
6039
+ "has-tostringtag": "^1.0.2",
6040
+ "hasown": "^2.0.2"
6036
6041
  },
6037
6042
  "engines": {
6038
6043
  "node": ">= 0.4"
@@ -10363,22 +10368,22 @@
10363
10368
  }
10364
10369
  },
10365
10370
  "node_modules/tldts": {
10366
- "version": "6.1.64",
10367
- "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.64.tgz",
10368
- "integrity": "sha512-ph4AE5BXWIOsSy9stpoeo7bYe/Cy7VfpciIH4RhVZUPItCJmhqWCN0EVzxd8BOHiyNb42vuJc6NWTjJkg91Tuw==",
10371
+ "version": "6.1.65",
10372
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.65.tgz",
10373
+ "integrity": "sha512-xU9gLTfAGsADQ2PcWee6Hg8RFAv0DnjMGVJmDnUmI8a9+nYmapMQix4afwrdaCtT+AqP4MaxEzu7cCrYmBPbzQ==",
10369
10374
  "dev": true,
10370
10375
  "license": "MIT",
10371
10376
  "dependencies": {
10372
- "tldts-core": "^6.1.64"
10377
+ "tldts-core": "^6.1.65"
10373
10378
  },
10374
10379
  "bin": {
10375
10380
  "tldts": "bin/cli.js"
10376
10381
  }
10377
10382
  },
10378
10383
  "node_modules/tldts-core": {
10379
- "version": "6.1.64",
10380
- "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.64.tgz",
10381
- "integrity": "sha512-uqnl8vGV16KsyflHOzqrYjjArjfXaU6rMPXYy2/ZWoRKCkXtghgB4VwTDXUG+t0OTGeSewNAG31/x1gCTfLt+Q==",
10384
+ "version": "6.1.65",
10385
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.65.tgz",
10386
+ "integrity": "sha512-Uq5t0N0Oj4nQSbU8wFN1YYENvMthvwU13MQrMJRspYCGLSAZjAfoBOJki5IQpnBM/WFskxxC/gIOTwaedmHaSg==",
10382
10387
  "dev": true,
10383
10388
  "license": "MIT"
10384
10389
  },
package/package.json CHANGED
@@ -79,7 +79,7 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "version": "2.155.47",
82
+ "version": "2.155.48",
83
83
  "types": "lib/index.d.ts",
84
84
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
85
85
  }