Skip to content

Commit 6065f86

Browse files
lukekarrysfritzy
authored andcommitted
chore: post pull request
1 parent 683973c commit 6065f86

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "8.19.1",
9+
"version": "8.19.2",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.19.1",
2+
"version": "8.19.2",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

0 commit comments

Comments
 (0)