@npmcli/arborist 6.2.5 → 6.2.7

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npmcli/arborist",
3
- "version": "6.2.5",
3
+ "version": "6.2.7",
4
4
  "description": "Manage node_modules trees",
5
5
  "dependencies": {
6
6
  "@isaacs/string-locale-compare": "^1.1.0",
@@ -19,7 +19,7 @@
19
19
  "hosted-git-info": "^6.1.1",
20
20
  "json-parse-even-better-errors": "^3.0.0",
21
21
  "json-stringify-nice": "^1.1.4",
22
- "minimatch": "^6.1.6",
22
+ "minimatch": "^7.4.2",
23
23
  "nopt": "^7.0.0",
24
24
  "npm-install-checks": "^6.0.0",
25
25
  "npm-package-arg": "^10.1.0",
@@ -30,7 +30,7 @@
30
30
  "parse-conflict-json": "^3.0.0",
31
31
  "proc-log": "^3.0.0",
32
32
  "promise-all-reject-late": "^1.0.0",
33
- "promise-call-limit": "^1.0.1",
33
+ "promise-call-limit": "^1.0.2",
34
34
  "read-package-json-fast": "^3.0.2",
35
35
  "semver": "^7.3.7",
36
36
  "ssri": "^10.0.1",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@npmcli/eslint-config": "^4.0.0",
42
- "@npmcli/template-oss": "4.12.0",
42
+ "@npmcli/template-oss": "4.12.1",
43
43
  "benchmark": "^2.1.4",
44
44
  "chalk": "^4.1.0",
45
45
  "minify-registry-metadata": "^3.0.0",
@@ -98,7 +98,7 @@
98
98
  },
99
99
  "templateOSS": {
100
100
  "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
101
- "version": "4.12.0",
101
+ "version": "4.12.1",
102
102
  "content": "../../scripts/template-oss/index.js"
103
103
  }
104
104
  }