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:
authorLuke Karrys <luke@lukekarrys.com>2022-09-14 01:05:57 +0300
committerNathan Fritz <fritzy@github.com>2022-09-14 02:13:51 +0300
commit6065f860d1b54d540e10b9a6c94235ec79072537 (patch)
tree54d90a13fdb0069e62eef3d9c0e06300deb8b222
parent683973c76ef981f0da5ddb3d9f3286a9464b9279 (diff)
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index c7dc80368..62c220ddc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "npm",
- "version": "8.19.1",
+ "version": "8.19.2",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
@@ -91,7 +91,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^5.6.1",
+ "@npmcli/arborist": "^5.6.2",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.2.1",
"@npmcli/fs": "^2.1.0",
@@ -116,8 +116,8 @@
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^6.0.4",
"libnpmdiff": "^4.0.5",
- "libnpmexec": "^4.0.12",
- "libnpmfund": "^3.0.3",
+ "libnpmexec": "^4.0.13",
+ "libnpmfund": "^3.0.4",
"libnpmhook": "^8.0.4",
"libnpmorg": "^4.0.4",
"libnpmpack": "^4.1.3",
@@ -13855,7 +13855,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
- "version": "5.6.1",
+ "version": "5.6.2",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
@@ -13954,10 +13954,10 @@
}
},
"workspaces/libnpmexec": {
- "version": "4.0.12",
+ "version": "4.0.13",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^5.6.1",
+ "@npmcli/arborist": "^5.6.2",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
@@ -13985,10 +13985,10 @@
}
},
"workspaces/libnpmfund": {
- "version": "3.0.3",
+ "version": "3.0.4",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^5.6.1"
+ "@npmcli/arborist": "^5.6.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
diff --git a/package.json b/package.json
index 2a511be78..573e5d06e 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "8.19.1",
+ "version": "8.19.2",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [