cdk-assets 2.155.10 → 2.155.11

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 +11 -11
  2. package/package.json +1 -1
@@ -8205,13 +8205,13 @@
8205
8205
  }
8206
8206
  },
8207
8207
  "node_modules/parse5": {
8208
- "version": "7.1.2",
8209
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
8210
- "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
8208
+ "version": "7.2.0",
8209
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.0.tgz",
8210
+ "integrity": "sha512-ZkDsAOcxsUMZ4Lz5fVciOehNcJ+Gb8gTzcA4yl3wnc273BAybYWrQ+Ks/OjCjSEpjvQkDSeZbybK9qj2VHHdGA==",
8211
8211
  "dev": true,
8212
8212
  "license": "MIT",
8213
8213
  "dependencies": {
8214
- "entities": "^4.4.0"
8214
+ "entities": "^4.5.0"
8215
8215
  },
8216
8216
  "funding": {
8217
8217
  "url": "https://github.com/inikulin/parse5?sponsor=1"
@@ -10342,22 +10342,22 @@
10342
10342
  }
10343
10343
  },
10344
10344
  "node_modules/tldts": {
10345
- "version": "6.1.50",
10346
- "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.50.tgz",
10347
- "integrity": "sha512-q9GOap6q3KCsLMdOjXhWU5jVZ8/1dIib898JBRLsN+tBhENpBDcAVQbE0epADOjw11FhQQy9AcbqKGBQPUfTQA==",
10345
+ "version": "6.1.51",
10346
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.51.tgz",
10347
+ "integrity": "sha512-33lfQoL0JsDogIbZ8fgRyvv77GnRtwkNE/MOKocwUgPO1WrSfsq7+vQRKxRQZai5zd+zg97Iv9fpFQSzHyWdLA==",
10348
10348
  "dev": true,
10349
10349
  "license": "MIT",
10350
10350
  "dependencies": {
10351
- "tldts-core": "^6.1.50"
10351
+ "tldts-core": "^6.1.51"
10352
10352
  },
10353
10353
  "bin": {
10354
10354
  "tldts": "bin/cli.js"
10355
10355
  }
10356
10356
  },
10357
10357
  "node_modules/tldts-core": {
10358
- "version": "6.1.50",
10359
- "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.50.tgz",
10360
- "integrity": "sha512-na2EcZqmdA2iV9zHV7OHQDxxdciEpxrjbkp+aHmZgnZKHzoElLajP59np5/4+sare9fQBfixgvXKx8ev1d7ytw==",
10358
+ "version": "6.1.51",
10359
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.51.tgz",
10360
+ "integrity": "sha512-bu9oCYYWC1iRjx+3UnAjqCsfrWNZV1ghNQf49b3w5xE8J/tNShHTzp5syWJfwGH+pxUgTTLUnzHnfuydW7wmbg==",
10361
10361
  "dev": true,
10362
10362
  "license": "MIT"
10363
10363
  },
package/package.json CHANGED
@@ -78,7 +78,7 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "version": "2.155.10",
81
+ "version": "2.155.11",
82
82
  "types": "lib/index.d.ts",
83
83
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
84
84
  }