dependency-cruiser 13.1.4 → 13.1.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/package.json +12 -12
  2. package/src/meta.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dependency-cruiser",
3
- "version": "13.1.4",
3
+ "version": "13.1.5",
4
4
  "description": "Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.",
5
5
  "keywords": [
6
6
  "static analysis",
@@ -172,23 +172,23 @@
172
172
  "semver-try-require": "6.2.3",
173
173
  "teamcity-service-messages": "0.1.14",
174
174
  "tsconfig-paths-webpack-plugin": "4.1.0",
175
- "watskeburt": "0.12.1",
175
+ "watskeburt": "1.0.1",
176
176
  "wrap-ansi": "8.1.0"
177
177
  },
178
178
  "devDependencies": {
179
- "@babel/core": "7.22.10",
180
- "@babel/plugin-transform-modules-commonjs": "7.22.5",
181
- "@babel/preset-typescript": "7.22.5",
182
- "@swc/core": "1.3.78",
179
+ "@babel/core": "7.22.11",
180
+ "@babel/plugin-transform-modules-commonjs": "7.22.11",
181
+ "@babel/preset-typescript": "7.22.11",
182
+ "@swc/core": "1.3.80",
183
183
  "@types/lodash": "4.14.197",
184
- "@types/node": "20.5.1",
184
+ "@types/node": "20.5.6",
185
185
  "@types/prompts": "2.4.4",
186
- "@typescript-eslint/eslint-plugin": "6.4.0",
187
- "@typescript-eslint/parser": "6.4.0",
186
+ "@typescript-eslint/eslint-plugin": "6.4.1",
187
+ "@typescript-eslint/parser": "6.4.1",
188
188
  "@vue/compiler-sfc": "3.3.4",
189
189
  "c8": "8.0.1",
190
190
  "coffeescript": "2.7.0",
191
- "eslint": "8.47.0",
191
+ "eslint": "8.48.0",
192
192
  "eslint-config-moving-meadow": "4.0.2",
193
193
  "eslint-config-prettier": "9.0.0",
194
194
  "eslint-plugin-budapestian": "5.0.1",
@@ -200,7 +200,7 @@
200
200
  "eslint-plugin-unicorn": "^48.0.1",
201
201
  "husky": "8.0.3",
202
202
  "intercept-stdout": "0.1.2",
203
- "lint-staged": "14.0.0",
203
+ "lint-staged": "14.0.1",
204
204
  "mocha": "10.2.0",
205
205
  "normalize-newline": "4.1.0",
206
206
  "npm-run-all": "4.1.5",
@@ -209,7 +209,7 @@
209
209
  "shx": "0.3.4",
210
210
  "svelte": "3.59.1",
211
211
  "symlink-dir": "5.1.1",
212
- "typescript": "5.1.6",
212
+ "typescript": "5.2.2",
213
213
  "upem": "8.0.0",
214
214
  "vue-template-compiler": "2.7.14",
215
215
  "yarn": "1.22.19"
package/src/meta.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /* generated - don't edit */
2
2
 
3
3
  module.exports = {
4
- version: "13.1.4",
4
+ version: "13.1.5",
5
5
  engines: {
6
6
  node: "^16.14||>=18",
7
7
  },