cdk-assets 2.155.70 → 2.155.71

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.
@@ -10489,22 +10489,22 @@
10489
10489
  }
10490
10490
  },
10491
10491
  "node_modules/tldts": {
10492
- "version": "6.1.69",
10493
- "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.69.tgz",
10494
- "integrity": "sha512-Oh/CqRQ1NXNY7cy9NkTPUauOWiTro0jEYZTioGbOmcQh6EC45oribyIMJp0OJO3677r13tO6SKdWoGZUx2BDFw==",
10492
+ "version": "6.1.70",
10493
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.70.tgz",
10494
+ "integrity": "sha512-/W1YVgYVJd9ZDjey5NXadNh0mJXkiUMUue9Zebd0vpdo1sU+H4zFFTaJ1RKD4N6KFoHfcXy6l+Vu7bh+bdWCzA==",
10495
10495
  "dev": true,
10496
10496
  "license": "MIT",
10497
10497
  "dependencies": {
10498
- "tldts-core": "^6.1.69"
10498
+ "tldts-core": "^6.1.70"
10499
10499
  },
10500
10500
  "bin": {
10501
10501
  "tldts": "bin/cli.js"
10502
10502
  }
10503
10503
  },
10504
10504
  "node_modules/tldts-core": {
10505
- "version": "6.1.69",
10506
- "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.69.tgz",
10507
- "integrity": "sha512-nygxy9n2PBUFQUtAXAc122gGo+04/j5qr5TGQFZTHafTKYvmARVXt2cA5rgero2/dnXUfkdPtiJoKmrd3T+wdA==",
10505
+ "version": "6.1.70",
10506
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.70.tgz",
10507
+ "integrity": "sha512-RNnIXDB1FD4T9cpQRErEqw6ZpjLlGdMOitdV+0xtbsnwr4YFka1zpc7D4KD+aAn8oSG5JyFrdasZTE04qDE9Yg==",
10508
10508
  "dev": true,
10509
10509
  "license": "MIT"
10510
10510
  },
package/package.json CHANGED
@@ -79,7 +79,7 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "version": "2.155.70",
82
+ "version": "2.155.71",
83
83
  "types": "lib/index.d.ts",
84
84
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
85
85
  }