dependency-cruiser 12.0.1 → 12.1.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dependency-cruiser",
|
|
3
|
-
"version": "12.0
|
|
3
|
+
"version": "12.1.0",
|
|
4
4
|
"description": "Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"static analysis",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"ajv": "8.11.2",
|
|
149
149
|
"chalk": "^4.1.2",
|
|
150
150
|
"commander": "9.4.1",
|
|
151
|
-
"enhanced-resolve": "5.
|
|
151
|
+
"enhanced-resolve": "5.12.0",
|
|
152
152
|
"figures": "^3.2.0",
|
|
153
153
|
"get-stream": "^6.0.1",
|
|
154
154
|
"glob": "7.2.0",
|
|
@@ -172,12 +172,12 @@
|
|
|
172
172
|
"@babel/core": "7.20.2",
|
|
173
173
|
"@babel/plugin-transform-modules-commonjs": "7.19.6",
|
|
174
174
|
"@babel/preset-typescript": "7.18.6",
|
|
175
|
-
"@swc/core": "1.3.
|
|
176
|
-
"@types/lodash": "4.14.
|
|
175
|
+
"@swc/core": "1.3.20",
|
|
176
|
+
"@types/lodash": "4.14.190",
|
|
177
177
|
"@types/node": "18.11.9",
|
|
178
178
|
"@types/prompts": "2.4.1",
|
|
179
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
180
|
-
"@typescript-eslint/parser": "5.
|
|
179
|
+
"@typescript-eslint/eslint-plugin": "5.44.0",
|
|
180
|
+
"@typescript-eslint/parser": "5.44.0",
|
|
181
181
|
"@vue/compiler-sfc": "3.2.45",
|
|
182
182
|
"c8": "7.12.0",
|
|
183
183
|
"chai": "4.3.7",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"mocha": "10.1.0",
|
|
200
200
|
"normalize-newline": "^3.0.0",
|
|
201
201
|
"npm-run-all": "4.1.5",
|
|
202
|
-
"prettier": "2.
|
|
202
|
+
"prettier": "2.8.0",
|
|
203
203
|
"proxyquire": "2.1.3",
|
|
204
204
|
"shx": "0.3.4",
|
|
205
205
|
"svelte": "3.53.1",
|