cdk-assets 2.154.4 → 2.154.5

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 +11 -11
  2. package/package.json +2 -2
@@ -10,7 +10,7 @@
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@aws-cdk/cloud-assembly-schema": "^38.0.0",
13
- "@aws-cdk/cx-api": "^2.159.1",
13
+ "@aws-cdk/cx-api": "^2.160.0",
14
14
  "archiver": "^5.3.2",
15
15
  "aws-sdk": "^2.1691.0",
16
16
  "glob": "^7.2.3",
@@ -103,9 +103,9 @@
103
103
  }
104
104
  },
105
105
  "node_modules/@aws-cdk/cx-api": {
106
- "version": "2.159.1",
107
- "resolved": "https://registry.npmjs.org/@aws-cdk/cx-api/-/cx-api-2.159.1.tgz",
108
- "integrity": "sha512-H8zFHDslgMBflMdj/nN0yCe+7TdGlZPJd+ghtT4glWH2mf14/P3Du0SNjEeILlqcvxHJ4ouebwCjTVXzAaw3xQ==",
106
+ "version": "2.160.0",
107
+ "resolved": "https://registry.npmjs.org/@aws-cdk/cx-api/-/cx-api-2.160.0.tgz",
108
+ "integrity": "sha512-ujXT/UoUDquCwxJ14jkRzIFeMabMyLATWP32Jv0WJjWpxrGJCa+Lua+CByOyikC1QeSVxq8pZcrx0jjYyG0qzw==",
109
109
  "bundleDependencies": [
110
110
  "semver"
111
111
  ],
@@ -117,7 +117,7 @@
117
117
  "node": ">= 14.15.0"
118
118
  },
119
119
  "peerDependencies": {
120
- "@aws-cdk/cloud-assembly-schema": "^36.0.5"
120
+ "@aws-cdk/cloud-assembly-schema": "^38.0.0"
121
121
  }
122
122
  },
123
123
  "node_modules/@aws-cdk/cx-api/node_modules/semver": {
@@ -4076,9 +4076,9 @@
4076
4076
  }
4077
4077
  },
4078
4078
  "node_modules/electron-to-chromium": {
4079
- "version": "1.5.27",
4080
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.27.tgz",
4081
- "integrity": "sha512-o37j1vZqCoEgBuWWXLHQgTN/KDKe7zwpiY5CPeq2RvUqOyJw9xnrULzZAEVQ5p4h+zjMk7hgtOoPdnLxr7m/jw==",
4079
+ "version": "1.5.28",
4080
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.28.tgz",
4081
+ "integrity": "sha512-VufdJl+rzaKZoYVUijN13QcXVF5dWPZANeFTLNy+OSpHdDL5ynXTF35+60RSBbaQYB1ae723lQXHCrf4pyLsMw==",
4082
4082
  "dev": true,
4083
4083
  "license": "ISC"
4084
4084
  },
@@ -4432,9 +4432,9 @@
4432
4432
  }
4433
4433
  },
4434
4434
  "node_modules/eslint-module-utils": {
4435
- "version": "2.11.0",
4436
- "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.11.0.tgz",
4437
- "integrity": "sha512-gbBE5Hitek/oG6MUVj6sFuzEjA/ClzNflVrLovHi/JgLdC7fiN5gLAY1WIPW1a0V5I999MnsrvVrCOGmmVqDBQ==",
4435
+ "version": "2.11.1",
4436
+ "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.11.1.tgz",
4437
+ "integrity": "sha512-EwcbfLOhwVMAfatfqLecR2yv3dE5+kQ8kx+Rrt0DvDXEVwW86KQ/xbMDQhtp5l42VXukD5SOF8mQQHbaNtO0CQ==",
4438
4438
  "dev": true,
4439
4439
  "license": "MIT",
4440
4440
  "dependencies": {
package/package.json CHANGED
@@ -61,7 +61,7 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@aws-cdk/cloud-assembly-schema": "^38.0.0",
64
- "@aws-cdk/cx-api": "^2.159.1",
64
+ "@aws-cdk/cx-api": "^2.160.0",
65
65
  "archiver": "^5.3.2",
66
66
  "aws-sdk": "^2.1691.0",
67
67
  "glob": "^7.2.3",
@@ -78,7 +78,7 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "version": "2.154.4",
81
+ "version": "2.154.5",
82
82
  "types": "lib/index.d.ts",
83
83
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
84
84
  }