cdk-assets 2.155.50 → 2.155.51
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 +17 -10
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"constructs": "^10.0.0",
|
|
37
37
|
"eslint": "^9",
|
|
38
38
|
"eslint-config-prettier": "^9.1.0",
|
|
39
|
-
"eslint-import-resolver-typescript": "^3.
|
|
39
|
+
"eslint-import-resolver-typescript": "^3.7.0",
|
|
40
40
|
"eslint-plugin-import": "^2.31.0",
|
|
41
41
|
"eslint-plugin-prettier": "^5.2.1",
|
|
42
42
|
"fs-extra": "^9.1.0",
|
|
@@ -2947,9 +2947,9 @@
|
|
|
2947
2947
|
}
|
|
2948
2948
|
},
|
|
2949
2949
|
"node_modules/caniuse-lite": {
|
|
2950
|
-
"version": "1.0.
|
|
2951
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
2952
|
-
"integrity": "sha512-
|
|
2950
|
+
"version": "1.0.30001686",
|
|
2951
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001686.tgz",
|
|
2952
|
+
"integrity": "sha512-Y7deg0Aergpa24M3qLC5xjNklnKnhsmSyR/V89dLZ1n0ucJIFNs7PgR2Yfa/Zf6W79SbBicgtGxZr2juHkEUIA==",
|
|
2953
2953
|
"dev": true,
|
|
2954
2954
|
"funding": [
|
|
2955
2955
|
{
|
|
@@ -4405,20 +4405,20 @@
|
|
|
4405
4405
|
}
|
|
4406
4406
|
},
|
|
4407
4407
|
"node_modules/eslint-import-resolver-typescript": {
|
|
4408
|
-
"version": "3.
|
|
4409
|
-
"resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.
|
|
4410
|
-
"integrity": "sha512-
|
|
4408
|
+
"version": "3.7.0",
|
|
4409
|
+
"resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.7.0.tgz",
|
|
4410
|
+
"integrity": "sha512-Vrwyi8HHxY97K5ebydMtffsWAn1SCR9eol49eCd5fJS4O1WV7PaAjbcjmbfJJSMz/t4Mal212Uz/fQZrOB8mow==",
|
|
4411
4411
|
"dev": true,
|
|
4412
4412
|
"license": "ISC",
|
|
4413
4413
|
"dependencies": {
|
|
4414
4414
|
"@nolyfill/is-core-module": "1.0.39",
|
|
4415
|
-
"debug": "^4.3.
|
|
4415
|
+
"debug": "^4.3.7",
|
|
4416
4416
|
"enhanced-resolve": "^5.15.0",
|
|
4417
|
-
"eslint-module-utils": "^2.8.1",
|
|
4418
4417
|
"fast-glob": "^3.3.2",
|
|
4419
4418
|
"get-tsconfig": "^4.7.5",
|
|
4420
4419
|
"is-bun-module": "^1.0.2",
|
|
4421
|
-
"is-glob": "^4.0.3"
|
|
4420
|
+
"is-glob": "^4.0.3",
|
|
4421
|
+
"stable-hash": "^0.0.4"
|
|
4422
4422
|
},
|
|
4423
4423
|
"engines": {
|
|
4424
4424
|
"node": "^14.18.0 || >=16.0.0"
|
|
@@ -10042,6 +10042,13 @@
|
|
|
10042
10042
|
"dev": true,
|
|
10043
10043
|
"license": "BSD-3-Clause"
|
|
10044
10044
|
},
|
|
10045
|
+
"node_modules/stable-hash": {
|
|
10046
|
+
"version": "0.0.4",
|
|
10047
|
+
"resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.4.tgz",
|
|
10048
|
+
"integrity": "sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g==",
|
|
10049
|
+
"dev": true,
|
|
10050
|
+
"license": "MIT"
|
|
10051
|
+
},
|
|
10045
10052
|
"node_modules/stack-utils": {
|
|
10046
10053
|
"version": "2.0.6",
|
|
10047
10054
|
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
|
package/package.json
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"constructs": "^10.0.0",
|
|
46
46
|
"eslint": "^9",
|
|
47
47
|
"eslint-config-prettier": "^9.1.0",
|
|
48
|
-
"eslint-import-resolver-typescript": "^3.
|
|
48
|
+
"eslint-import-resolver-typescript": "^3.7.0",
|
|
49
49
|
"eslint-plugin-import": "^2.31.0",
|
|
50
50
|
"eslint-plugin-prettier": "^5.2.1",
|
|
51
51
|
"fs-extra": "^9.1.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"version": "2.155.
|
|
82
|
+
"version": "2.155.51",
|
|
83
83
|
"types": "lib/index.d.ts",
|
|
84
84
|
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
|
|
85
85
|
}
|