Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-10-01 03:03:59 +0300
committerisaacs <i@izs.me>2020-10-01 03:03:59 +0300
commitdd7d7a284d5150d1804d0cd5a85519c86adf3bc2 (patch)
tree07c1d01eb7ffc9dfb1bf7b170278d2d4ad7a6aa8
parentc394937ec1911cd17ec42c8fc74773047d47322c (diff)
@npmcli/arborist@0.0.30
-rw-r--r--node_modules/@npmcli/arborist/package.json4
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
3 files changed, 12 insertions, 12 deletions
diff --git a/node_modules/@npmcli/arborist/package.json b/node_modules/@npmcli/arborist/package.json
index 24b0b99fe..055e96206 100644
--- a/node_modules/@npmcli/arborist/package.json
+++ b/node_modules/@npmcli/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "0.0.29",
+ "version": "0.0.30",
"description": "Manage node_modules trees",
"dependencies": {
"@npmcli/installed-package-contents": "^1.0.5",
@@ -8,7 +8,7 @@
"@npmcli/metavuln-calculator": "^1.0.0",
"@npmcli/name-from-folder": "^1.0.1",
"@npmcli/node-gyp": "^1.0.0",
- "@npmcli/run-script": "^1.3.1",
+ "@npmcli/run-script": "^1.7.0",
"bin-links": "^2.2.1",
"cacache": "^15.0.3",
"common-ancestor-path": "^1.0.1",
diff --git a/package-lock.json b/package-lock.json
index 3fdd5efa8..4087a8796 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -76,7 +76,7 @@
],
"license": "Artistic-2.0",
"dependencies": {
- "@npmcli/arborist": "^0.0.29",
+ "@npmcli/arborist": "^0.0.30",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^1.1.8",
"@npmcli/run-script": "^1.7.0",
@@ -379,9 +379,9 @@
}
},
"node_modules/@npmcli/arborist": {
- "version": "0.0.29",
- "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-0.0.29.tgz",
- "integrity": "sha512-QbLzHlfJoExnrLpZYAdf14pYQfk+KpMkpQabjeusrJabrNsfHtfY+rr5HIcG4AAmb0VaiubcUdadqzpBVXgkcQ==",
+ "version": "0.0.30",
+ "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-0.0.30.tgz",
+ "integrity": "sha512-L2xeTh6ca0RU/J57YZb/etKDsaRdUl+O7NrObIhgg5KaqF+IxOc6+QcDznnmN6swdZcxR0wX7o/VJqEyTv657w==",
"inBundle": true,
"dependencies": {
"@npmcli/installed-package-contents": "^1.0.5",
@@ -389,7 +389,7 @@
"@npmcli/metavuln-calculator": "^1.0.0",
"@npmcli/name-from-folder": "^1.0.1",
"@npmcli/node-gyp": "^1.0.0",
- "@npmcli/run-script": "^1.3.1",
+ "@npmcli/run-script": "^1.7.0",
"bin-links": "^2.2.1",
"cacache": "^15.0.3",
"common-ancestor-path": "^1.0.1",
@@ -8511,16 +8511,16 @@
}
},
"@npmcli/arborist": {
- "version": "0.0.29",
- "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-0.0.29.tgz",
- "integrity": "sha512-QbLzHlfJoExnrLpZYAdf14pYQfk+KpMkpQabjeusrJabrNsfHtfY+rr5HIcG4AAmb0VaiubcUdadqzpBVXgkcQ==",
+ "version": "0.0.30",
+ "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-0.0.30.tgz",
+ "integrity": "sha512-L2xeTh6ca0RU/J57YZb/etKDsaRdUl+O7NrObIhgg5KaqF+IxOc6+QcDznnmN6swdZcxR0wX7o/VJqEyTv657w==",
"requires": {
"@npmcli/installed-package-contents": "^1.0.5",
"@npmcli/map-workspaces": "^1.0.1",
"@npmcli/metavuln-calculator": "^1.0.0",
"@npmcli/name-from-folder": "^1.0.1",
"@npmcli/node-gyp": "^1.0.0",
- "@npmcli/run-script": "^1.3.1",
+ "@npmcli/run-script": "^1.7.0",
"bin-links": "^2.2.1",
"cacache": "^15.0.3",
"common-ancestor-path": "^1.0.1",
diff --git a/package.json b/package.json
index b8bfd16ce..434657c5a 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"./package.json": "./package.json"
},
"dependencies": {
- "@npmcli/arborist": "^0.0.29",
+ "@npmcli/arborist": "^0.0.30",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^1.1.8",
"@npmcli/run-script": "^1.7.0",