@npmcli/arborist 5.1.0 → 5.1.1

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 +7 -7
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@npmcli/arborist",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "description": "Manage node_modules trees",
5
5
  "dependencies": {
6
6
  "@isaacs/string-locale-compare": "^1.1.0",
7
7
  "@npmcli/installed-package-contents": "^1.0.7",
8
- "@npmcli/map-workspaces": "^2.0.0",
8
+ "@npmcli/map-workspaces": "^2.0.3",
9
9
  "@npmcli/metavuln-calculator": "^3.0.1",
10
10
  "@npmcli/move-file": "^2.0.0",
11
11
  "@npmcli/name-from-folder": "^1.0.1",
@@ -13,7 +13,7 @@
13
13
  "@npmcli/package-json": "^2.0.0",
14
14
  "@npmcli/run-script": "^3.0.0",
15
15
  "bin-links": "^3.0.0",
16
- "cacache": "^16.0.0",
16
+ "cacache": "^16.0.6",
17
17
  "common-ancestor-path": "^1.0.1",
18
18
  "json-parse-even-better-errors": "^2.3.1",
19
19
  "json-stringify-nice": "^1.1.4",
@@ -24,7 +24,7 @@
24
24
  "npm-package-arg": "^9.0.0",
25
25
  "npm-pick-manifest": "^7.0.0",
26
26
  "npm-registry-fetch": "^13.0.0",
27
- "npmlog": "^6.0.1",
27
+ "npmlog": "^6.0.2",
28
28
  "pacote": "^13.0.5",
29
29
  "parse-conflict-json": "^2.0.1",
30
30
  "proc-log": "^2.0.0",
@@ -33,14 +33,14 @@
33
33
  "read-package-json-fast": "^2.0.2",
34
34
  "readdir-scoped-modules": "^1.1.0",
35
35
  "rimraf": "^3.0.2",
36
- "semver": "^7.3.5",
36
+ "semver": "^7.3.7",
37
37
  "ssri": "^9.0.0",
38
38
  "treeverse": "^2.0.0",
39
39
  "walk-up-path": "^1.0.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@npmcli/eslint-config": "^3.0.1",
43
- "@npmcli/template-oss": "3.3.2",
43
+ "@npmcli/template-oss": "3.4.2",
44
44
  "benchmark": "^2.1.4",
45
45
  "chalk": "^4.1.0",
46
46
  "minify-registry-metadata": "^2.1.0",
@@ -101,6 +101,6 @@
101
101
  },
102
102
  "templateOSS": {
103
103
  "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
104
- "version": "3.3.2"
104
+ "version": "3.4.2"
105
105
  }
106
106
  }