dependency-cruiser 17.3.8 → 17.3.9

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 +23 -6
  2. package/src/meta.cjs +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dependency-cruiser",
3
- "version": "17.3.8",
3
+ "version": "17.3.9",
4
4
  "description": "Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.",
5
5
  "keywords": [
6
6
  "static analysis",
@@ -143,13 +143,13 @@
143
143
  "README.md"
144
144
  ],
145
145
  "dependencies": {
146
- "acorn": "8.15.0",
146
+ "acorn": "8.16.0",
147
147
  "acorn-jsx": "5.3.2",
148
148
  "acorn-jsx-walk": "2.0.0",
149
149
  "acorn-loose": "8.5.2",
150
- "acorn-walk": "8.3.4",
150
+ "acorn-walk": "8.3.5",
151
151
  "commander": "14.0.3",
152
- "enhanced-resolve": "5.19.0",
152
+ "enhanced-resolve": "5.20.0",
153
153
  "ignore": "7.0.5",
154
154
  "interpret": "3.1.1",
155
155
  "is-installed-globally": "1.0.0",
@@ -160,11 +160,28 @@
160
160
  "safe-regex": "2.1.1",
161
161
  "semver": "7.7.4",
162
162
  "tsconfig-paths-webpack-plugin": "4.2.0",
163
- "watskeburt": "5.0.2"
163
+ "watskeburt": "5.0.3"
164
164
  },
165
165
  "overrides": {
166
+ "upem": {
167
+ "@npmcli/map-workspaces": {
168
+ "minimatch": "^10.2.4"
169
+ }
170
+ },
171
+ "@typescript-eslint/typescript-estree": {
172
+ "minimatch": "^10.2.4"
173
+ },
166
174
  "baseline-browser-mapping": "^2.9.15",
167
- "diff": "8.0.3"
175
+ "c8": {
176
+ "glob": "^13.0.3",
177
+ "yargs": "^18.0.0"
178
+ },
179
+ "mocha": {
180
+ "diff": "^8.0.3",
181
+ "glob": "^13.0.3",
182
+ "minimatch": "^10.2.4",
183
+ "serialize-javascript": "^7.0.3"
184
+ }
168
185
  },
169
186
  "engines": {
170
187
  "node": "^20.12||^22||>=24"
package/src/meta.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /* generated - don't edit */
2
2
  module.exports = {
3
- version: "17.3.8",
3
+ version: "17.3.9",
4
4
  engines: {
5
5
  node: "^20.12||^22||>=24",
6
6
  },
@@ -11,7 +11,7 @@ module.exports = {
11
11
  livescript: ">=1.0.0 <2.0.0",
12
12
  svelte: ">=3.0.0 <6.0.0",
13
13
  swc: ">=1.0.0 <2.0.0",
14
- typescript: ">=2.0.0 <6.0.0",
14
+ typescript: ">=2.0.0 <7.0.0",
15
15
  "vue-template-compiler": ">=2.0.0 <3.0.0",
16
16
  "@vue/compiler-sfc": ">=3.0.0 <4.0.0",
17
17
  },