Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b74e53e

Browse files
committedSep 13, 2022
chore: post pull request
1 parent 1102006 commit b74e53e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎package-lock.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm",
3-
"version": "8.19.2",
3+
"version": "8.19.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
@@ -91,7 +91,7 @@
9191
],
9292
"dependencies": {
9393
"@isaacs/string-locale-compare": "^1.1.0",
94-
"@npmcli/arborist": "^5.6.1",
94+
"@npmcli/arborist": "^5.6.2",
9595
"@npmcli/ci-detect": "^2.0.0",
9696
"@npmcli/config": "^4.2.1",
9797
"@npmcli/fs": "^2.1.0",
@@ -116,8 +116,8 @@
116116
"json-parse-even-better-errors": "^2.3.1",
117117
"libnpmaccess": "^6.0.4",
118118
"libnpmdiff": "^4.0.5",
119-
"libnpmexec": "^4.0.12",
120-
"libnpmfund": "^3.0.3",
119+
"libnpmexec": "^4.0.13",
120+
"libnpmfund": "^3.0.4",
121121
"libnpmhook": "^8.0.4",
122122
"libnpmorg": "^4.0.4",
123123
"libnpmpack": "^4.1.3",
@@ -13855,7 +13855,7 @@
1385513855
},
1385613856
"workspaces/arborist": {
1385713857
"name": "@npmcli/arborist",
13858-
"version": "5.6.1",
13858+
"version": "5.6.2",
1385913859
"license": "ISC",
1386013860
"dependencies": {
1386113861
"@isaacs/string-locale-compare": "^1.1.0",
@@ -13954,10 +13954,10 @@
1395413954
}
1395513955
},
1395613956
"workspaces/libnpmexec": {
13957-
"version": "4.0.12",
13957+
"version": "4.0.13",
1395813958
"license": "ISC",
1395913959
"dependencies": {
13960-
"@npmcli/arborist": "^5.6.1",
13960+
"@npmcli/arborist": "^5.6.2",
1396113961
"@npmcli/ci-detect": "^2.0.0",
1396213962
"@npmcli/fs": "^2.1.1",
1396313963
"@npmcli/run-script": "^4.2.0",
@@ -13985,10 +13985,10 @@
1398513985
}
1398613986
},
1398713987
"workspaces/libnpmfund": {
13988-
"version": "3.0.3",
13988+
"version": "3.0.4",
1398913989
"license": "ISC",
1399013990
"dependencies": {
13991-
"@npmcli/arborist": "^5.6.1"
13991+
"@npmcli/arborist": "^5.6.2"
1399213992
},
1399313993
"devDependencies": {
1399413994
"@npmcli/eslint-config": "^3.1.0",

0 commit comments

Comments
 (0)
Please sign in to comment.