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:
authorGar <gar+gh@danger.computer>2021-04-22 22:40:06 +0300
committerGar <gar+gh@danger.computer>2021-04-22 22:40:06 +0300
commita0382deba346b09834e75db89e1fd4527f1f07dd (patch)
treeeb64beed9cb10df42af804da3ddb645fa430e183 /package-lock.json
parent95faf8ce6c007082a02c160977da194c08ee9d82 (diff)
@npmcli/run-script@1.8.5
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 6334d53e3..7866853c8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,6 @@
"@npmcli/arborist",
"@npmcli/ci-detect",
"@npmcli/config",
- "@npmcli/name-from-folder",
"@npmcli/run-script",
"abbrev",
"ansicolors",
@@ -82,6 +81,7 @@
"@npmcli/map-workspaces",
"@npmcli/metavuln-calculator",
"@npmcli/move-file",
+ "@npmcli/name-from-folder",
"@npmcli/node-gyp",
"@npmcli/promise-spawn",
"@tootallnate/once",
@@ -256,7 +256,7 @@
"@npmcli/arborist": "^2.4.0",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^2.1.0",
- "@npmcli/run-script": "^1.8.4",
+ "@npmcli/run-script": "^1.8.5",
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",
"ansistyles": "~0.1.3",
@@ -1052,9 +1052,9 @@
}
},
"node_modules/@npmcli/run-script": {
- "version": "1.8.4",
- "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.8.4.tgz",
- "integrity": "sha512-Yd9HXTtF1JGDXZw0+SOn+mWLYS0e7bHBHVC/2C8yqs4wUrs/k8rwBSinD7rfk+3WG/MFGRZKxjyoD34Pch2E/A==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.8.5.tgz",
+ "integrity": "sha512-NQspusBCpTjNwNRFMtz2C5MxoxyzlbuJ4YEhxAKrIonTiirKDtatsZictx9RgamQIx6+QuHMNmPl0wQdoESs9A==",
"inBundle": true,
"dependencies": {
"@npmcli/node-gyp": "^1.0.2",
@@ -11393,9 +11393,9 @@
}
},
"@npmcli/run-script": {
- "version": "1.8.4",
- "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.8.4.tgz",
- "integrity": "sha512-Yd9HXTtF1JGDXZw0+SOn+mWLYS0e7bHBHVC/2C8yqs4wUrs/k8rwBSinD7rfk+3WG/MFGRZKxjyoD34Pch2E/A==",
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.8.5.tgz",
+ "integrity": "sha512-NQspusBCpTjNwNRFMtz2C5MxoxyzlbuJ4YEhxAKrIonTiirKDtatsZictx9RgamQIx6+QuHMNmPl0wQdoESs9A==",
"requires": {
"@npmcli/node-gyp": "^1.0.2",
"@npmcli/promise-spawn": "^1.3.2",