cdk-assets 2.155.5 → 2.155.6

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": {
@@ -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.6",
82
82
  "types": "lib/index.d.ts",
83
83
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
84
84
  }