cdk-assets 2.155.75 → 2.155.76

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.
@@ -9350,8 +9350,6 @@
9350
9350
  },
9351
9351
  "node_modules/projen/node_modules/yaml": {
9352
9352
  "version": "2.6.1",
9353
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz",
9354
- "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==",
9355
9353
  "dev": true,
9356
9354
  "inBundle": true,
9357
9355
  "license": "ISC",
@@ -11423,9 +11421,9 @@
11423
11421
  "license": "ISC"
11424
11422
  },
11425
11423
  "node_modules/yaml": {
11426
- "version": "2.6.1",
11427
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz",
11428
- "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==",
11424
+ "version": "2.7.0",
11425
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
11426
+ "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
11429
11427
  "dev": true,
11430
11428
  "license": "ISC",
11431
11429
  "bin": {
package/package.json CHANGED
@@ -79,7 +79,7 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "version": "2.155.75",
82
+ "version": "2.155.76",
83
83
  "types": "lib/index.d.ts",
84
84
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
85
85
  }