cdk-assets 2.155.44 → 2.155.45
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.
- package/npm-shrinkwrap.json +10 -10
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@aws-cdk/cloud-assembly-schema": "^38.0.1",
|
|
13
|
-
"@aws-cdk/cx-api": "^2.171.
|
|
13
|
+
"@aws-cdk/cx-api": "^2.171.1",
|
|
14
14
|
"archiver": "^5.3.2",
|
|
15
15
|
"aws-sdk": "^2.1692.0",
|
|
16
16
|
"glob": "^7.2.3",
|
|
@@ -104,9 +104,9 @@
|
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"node_modules/@aws-cdk/cx-api": {
|
|
107
|
-
"version": "2.171.
|
|
108
|
-
"resolved": "https://registry.npmjs.org/@aws-cdk/cx-api/-/cx-api-2.171.
|
|
109
|
-
"integrity": "sha512-
|
|
107
|
+
"version": "2.171.1",
|
|
108
|
+
"resolved": "https://registry.npmjs.org/@aws-cdk/cx-api/-/cx-api-2.171.1.tgz",
|
|
109
|
+
"integrity": "sha512-zBpGeEtXNqPcU0x3or0GFS/YtfKHz6A8VGeBsSSI2Ht5PJqDt//SJIBnafM6jArMvGQo+6UHpPg/4Ug1Gxv6xg==",
|
|
110
110
|
"bundleDependencies": [
|
|
111
111
|
"semver"
|
|
112
112
|
],
|
|
@@ -4081,9 +4081,9 @@
|
|
|
4081
4081
|
}
|
|
4082
4082
|
},
|
|
4083
4083
|
"node_modules/electron-to-chromium": {
|
|
4084
|
-
"version": "1.5.
|
|
4085
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
4086
|
-
"integrity": "sha512-
|
|
4084
|
+
"version": "1.5.66",
|
|
4085
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.66.tgz",
|
|
4086
|
+
"integrity": "sha512-pI2QF6+i+zjPbqRzJwkMvtvkdI7MjVbSh2g8dlMguDJIXEPw+kwasS1Jl+YGPEBfGVxsVgGUratAKymPdPo2vQ==",
|
|
4087
4087
|
"dev": true,
|
|
4088
4088
|
"license": "ISC"
|
|
4089
4089
|
},
|
|
@@ -11045,9 +11045,9 @@
|
|
|
11045
11045
|
}
|
|
11046
11046
|
},
|
|
11047
11047
|
"node_modules/which-typed-array": {
|
|
11048
|
-
"version": "1.1.
|
|
11049
|
-
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.
|
|
11050
|
-
"integrity": "sha512-
|
|
11048
|
+
"version": "1.1.16",
|
|
11049
|
+
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.16.tgz",
|
|
11050
|
+
"integrity": "sha512-g+N+GAWiRj66DngFwHvISJd+ITsyphZvD1vChfVg6cEdnzy53GzB3oy0fUNlvhz7H7+MiqhYr26qxQShCpKTTQ==",
|
|
11051
11051
|
"license": "MIT",
|
|
11052
11052
|
"dependencies": {
|
|
11053
11053
|
"available-typed-arrays": "^1.0.7",
|
package/package.json
CHANGED
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@aws-cdk/cloud-assembly-schema": "^38.0.1",
|
|
65
|
-
"@aws-cdk/cx-api": "^2.171.
|
|
65
|
+
"@aws-cdk/cx-api": "^2.171.1",
|
|
66
66
|
"archiver": "^5.3.2",
|
|
67
67
|
"aws-sdk": "^2.1692.0",
|
|
68
68
|
"glob": "^7.2.3",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"version": "2.155.
|
|
82
|
+
"version": "2.155.45",
|
|
83
83
|
"types": "lib/index.d.ts",
|
|
84
84
|
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
|
|
85
85
|
}
|