cdk-assets 2.155.117 → 2.155.119

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 +10 -10
  2. package/package.json +2 -2
@@ -46,7 +46,7 @@
46
46
  "jszip": "^3.10.1",
47
47
  "mock-fs": "^5",
48
48
  "prettier": "^3.5.1",
49
- "projen": "^0.91.10",
49
+ "projen": "^0.91.11",
50
50
  "ts-jest": "^29.2.5",
51
51
  "ts-node": "^10.9.2",
52
52
  "typescript": "^5.7.3"
@@ -3126,9 +3126,9 @@
3126
3126
  }
3127
3127
  },
3128
3128
  "node_modules/caniuse-lite": {
3129
- "version": "1.0.30001699",
3130
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001699.tgz",
3131
- "integrity": "sha512-b+uH5BakXZ9Do9iK+CkDmctUSEqZl+SP056vc5usa0PL+ev5OHw003rZXcnjNDv3L8P5j6rwT6C0BPKSikW08w==",
3129
+ "version": "1.0.30001700",
3130
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001700.tgz",
3131
+ "integrity": "sha512-2S6XIXwaE7K7erT8dY+kLQcpa5ms63XlRkMkReXjle+kf6c5g38vyMl+Z5y8dSxOFDhcFe+nxnn261PLxBSQsQ==",
3132
3132
  "dev": true,
3133
3133
  "funding": [
3134
3134
  {
@@ -4282,9 +4282,9 @@
4282
4282
  }
4283
4283
  },
4284
4284
  "node_modules/electron-to-chromium": {
4285
- "version": "1.5.100",
4286
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.100.tgz",
4287
- "integrity": "sha512-u1z9VuzDXV86X2r3vAns0/5ojfXBue9o0+JDUDBKYqGLjxLkSqsSUoPU/6kW0gx76V44frHaf6Zo+QF74TQCMg==",
4285
+ "version": "1.5.101",
4286
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.101.tgz",
4287
+ "integrity": "sha512-L0ISiQrP/56Acgu4/i/kfPwWSgrzYZUnQrC0+QPFuhqlLP1Ir7qzPPDVS9BcKIyWTRU8+o6CC8dKw38tSWhYIA==",
4288
4288
  "dev": true,
4289
4289
  "license": "ISC"
4290
4290
  },
@@ -8716,9 +8716,9 @@
8716
8716
  "license": "MIT"
8717
8717
  },
8718
8718
  "node_modules/projen": {
8719
- "version": "0.91.10",
8720
- "resolved": "https://registry.npmjs.org/projen/-/projen-0.91.10.tgz",
8721
- "integrity": "sha512-l5ES+SoVowNmBbXaVLjK8cvGaCsX6T/rT4aHzzUn5xAnCRmViWA9KuP4zSglfUfNLm4wSgdLvOWE6lgw3wHx3Q==",
8719
+ "version": "0.91.11",
8720
+ "resolved": "https://registry.npmjs.org/projen/-/projen-0.91.11.tgz",
8721
+ "integrity": "sha512-FaBbwMGQ4+be4oMR6MgwlVboA32CaAKPotPbVy4kPkxvqTiWxzjoAqKM51iOgrytMzFfU5pb+VX3H1unuIVOqA==",
8722
8722
  "bundleDependencies": [
8723
8723
  "@iarna/toml",
8724
8724
  "case",
package/package.json CHANGED
@@ -55,7 +55,7 @@
55
55
  "jszip": "^3.10.1",
56
56
  "mock-fs": "^5",
57
57
  "prettier": "^3.5.1",
58
- "projen": "^0.91.10",
58
+ "projen": "^0.91.11",
59
59
  "ts-jest": "^29.2.5",
60
60
  "ts-node": "^10.9.2",
61
61
  "typescript": "^5.7.3"
@@ -79,7 +79,7 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "version": "2.155.117",
82
+ "version": "2.155.119",
83
83
  "types": "lib/index.d.ts",
84
84
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
85
85
  }