cdk-assets 2.155.5 → 2.155.7

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.
@@ -48,7 +48,7 @@
48
48
  "projen": "^0.88.1",
49
49
  "ts-jest": "^29.2.5",
50
50
  "ts-node": "^10.9.2",
51
- "typescript": "^5.6.2"
51
+ "typescript": "^5.6.3"
52
52
  }
53
53
  },
54
54
  "node_modules/@ampproject/remapping": {
@@ -4076,9 +4076,9 @@
4076
4076
  }
4077
4077
  },
4078
4078
  "node_modules/electron-to-chromium": {
4079
- "version": "1.5.33",
4080
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.33.tgz",
4081
- "integrity": "sha512-+cYTcFB1QqD4j4LegwLfpCNxifb6dDFUAwk6RsLusCwIaZI6or2f+q8rs5tTB2YC53HhOlIbEaqHMAAC8IOIwA==",
4079
+ "version": "1.5.35",
4080
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.35.tgz",
4081
+ "integrity": "sha512-hOSRInrIDm0Brzp4IHW2F/VM+638qOL2CzE0DgpnGzKW27C95IqqeqgKz/hxHGnvPxvQGpHUGD5qRVC9EZY2+A==",
4082
4082
  "dev": true,
4083
4083
  "license": "ISC"
4084
4084
  },
@@ -10700,9 +10700,9 @@
10700
10700
  "license": "MIT"
10701
10701
  },
10702
10702
  "node_modules/typescript": {
10703
- "version": "5.6.2",
10704
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
10705
- "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
10703
+ "version": "5.6.3",
10704
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
10705
+ "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
10706
10706
  "dev": true,
10707
10707
  "license": "Apache-2.0",
10708
10708
  "bin": {
package/package.json CHANGED
@@ -57,7 +57,7 @@
57
57
  "projen": "^0.88.1",
58
58
  "ts-jest": "^29.2.5",
59
59
  "ts-node": "^10.9.2",
60
- "typescript": "^5.6.2"
60
+ "typescript": "^5.6.3"
61
61
  },
62
62
  "dependencies": {
63
63
  "@aws-cdk/cloud-assembly-schema": "^38.0.1",
@@ -78,7 +78,7 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "version": "2.155.5",
81
+ "version": "2.155.7",
82
82
  "types": "lib/index.d.ts",
83
83
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
84
84
  }