dependency-cruiser 13.0.3 → 13.0.4
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 +17 -17
- package/src/meta.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dependency-cruiser",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.4",
|
|
4
4
|
"description": "Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"static analysis",
|
|
@@ -148,17 +148,17 @@
|
|
|
148
148
|
"version": "npm-run-all build depcruise:graph:doc scm:stage"
|
|
149
149
|
},
|
|
150
150
|
"dependencies": {
|
|
151
|
-
"acorn": "8.
|
|
151
|
+
"acorn": "8.9.0",
|
|
152
152
|
"acorn-jsx": "5.3.2",
|
|
153
153
|
"acorn-jsx-walk": "2.0.0",
|
|
154
154
|
"acorn-loose": "8.3.0",
|
|
155
155
|
"acorn-walk": "8.2.0",
|
|
156
156
|
"ajv": "8.12.0",
|
|
157
157
|
"chalk": "5.2.0",
|
|
158
|
-
"commander": "
|
|
159
|
-
"enhanced-resolve": "5.
|
|
158
|
+
"commander": "11.0.0",
|
|
159
|
+
"enhanced-resolve": "5.15.0",
|
|
160
160
|
"figures": "5.0.0",
|
|
161
|
-
"glob": "10.2.
|
|
161
|
+
"glob": "10.2.7",
|
|
162
162
|
"handlebars": "4.7.7",
|
|
163
163
|
"ignore": "5.2.4",
|
|
164
164
|
"indent-string": "5.0.0",
|
|
@@ -169,29 +169,29 @@
|
|
|
169
169
|
"prompts": "2.4.2",
|
|
170
170
|
"rechoir": "^0.8.0",
|
|
171
171
|
"safe-regex": "2.1.1",
|
|
172
|
-
"semver": "^7.5.
|
|
172
|
+
"semver": "^7.5.2",
|
|
173
173
|
"semver-try-require": "6.2.2",
|
|
174
174
|
"teamcity-service-messages": "0.1.14",
|
|
175
175
|
"tsconfig-paths-webpack-plugin": "4.0.1",
|
|
176
|
-
"watskeburt": "0.11.
|
|
176
|
+
"watskeburt": "0.11.5",
|
|
177
177
|
"wrap-ansi": "8.1.0"
|
|
178
178
|
},
|
|
179
179
|
"devDependencies": {
|
|
180
|
-
"@babel/core": "7.22.
|
|
181
|
-
"@babel/plugin-transform-modules-commonjs": "7.
|
|
182
|
-
"@babel/preset-typescript": "7.
|
|
183
|
-
"@swc/core": "1.3.
|
|
180
|
+
"@babel/core": "7.22.5",
|
|
181
|
+
"@babel/plugin-transform-modules-commonjs": "7.22.5",
|
|
182
|
+
"@babel/preset-typescript": "7.22.5",
|
|
183
|
+
"@swc/core": "1.3.66",
|
|
184
184
|
"@types/lodash": "4.14.195",
|
|
185
|
-
"@types/node": "20.
|
|
185
|
+
"@types/node": "20.3.1",
|
|
186
186
|
"@types/prompts": "2.4.4",
|
|
187
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
188
|
-
"@typescript-eslint/parser": "5.
|
|
187
|
+
"@typescript-eslint/eslint-plugin": "5.60.0",
|
|
188
|
+
"@typescript-eslint/parser": "5.60.0",
|
|
189
189
|
"@vue/compiler-sfc": "3.3.4",
|
|
190
|
-
"c8": "
|
|
190
|
+
"c8": "8.0.0",
|
|
191
191
|
"chai": "4.3.7",
|
|
192
192
|
"chai-json-schema": "1.5.1",
|
|
193
193
|
"coffeescript": "2.7.0",
|
|
194
|
-
"eslint": "8.
|
|
194
|
+
"eslint": "8.43.0",
|
|
195
195
|
"eslint-config-moving-meadow": "4.0.2",
|
|
196
196
|
"eslint-config-prettier": "8.8.0",
|
|
197
197
|
"eslint-plugin-budapestian": "5.0.1",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"svelte": "3.59.1",
|
|
214
214
|
"symlink-dir": "5.1.1",
|
|
215
215
|
"typescript": "5.1.3",
|
|
216
|
-
"upem": "
|
|
216
|
+
"upem": "8.0.0",
|
|
217
217
|
"vue-template-compiler": "2.7.14",
|
|
218
218
|
"yarn": "1.22.19"
|
|
219
219
|
},
|