Skip to content

Commit 00a2158

Browse files
npm-cli-botlukekarrys
authored andcommittedAug 31, 2022
chore: post pull request
1 parent 44bfedc commit 00a2158

File tree

2 files changed

+31
-28
lines changed

2 files changed

+31
-28
lines changed
 

‎AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -848,3 +848,6 @@ Takuya N <takninnovationresearch@gmail.com>
848848
Neel Dani <neeldani@github.com>
849849
Anton Rieder <1301152+aried3r@users.noreply.github.com>
850850
William Marlow <linuxdragon@gmail.com>
851+
KevinBrother <1301239018@qq.com>
852+
Kyle West <kyle-west@users.noreply.github.com>
853+
Nathan Hughes <nathan@endor.ai>

‎package-lock.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "8.18.0",
9+
"version": "8.19.0",
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.0.4",
94+
"@npmcli/arborist": "^5.6.1",
9595
"@npmcli/ci-detect": "^2.0.0",
9696
"@npmcli/config": "^4.2.1",
9797
"@npmcli/fs": "^2.1.0",
@@ -114,17 +114,17 @@
114114
"init-package-json": "^3.0.2",
115115
"is-cidr": "^4.0.2",
116116
"json-parse-even-better-errors": "^2.3.1",
117-
"libnpmaccess": "^6.0.2",
118-
"libnpmdiff": "^4.0.2",
119-
"libnpmexec": "^4.0.2",
120-
"libnpmfund": "^3.0.1",
121-
"libnpmhook": "^8.0.2",
122-
"libnpmorg": "^4.0.2",
123-
"libnpmpack": "^4.0.2",
124-
"libnpmpublish": "^6.0.2",
125-
"libnpmsearch": "^5.0.2",
126-
"libnpmteam": "^4.0.2",
127-
"libnpmversion": "^3.0.1",
117+
"libnpmaccess": "^6.0.4",
118+
"libnpmdiff": "^4.0.5",
119+
"libnpmexec": "^4.0.12",
120+
"libnpmfund": "^3.0.3",
121+
"libnpmhook": "^8.0.4",
122+
"libnpmorg": "^4.0.4",
123+
"libnpmpack": "^4.1.3",
124+
"libnpmpublish": "^6.0.5",
125+
"libnpmsearch": "^5.0.4",
126+
"libnpmteam": "^4.0.4",
127+
"libnpmversion": "^3.0.7",
128128
"make-fetch-happen": "^10.2.0",
129129
"minipass": "^3.1.6",
130130
"minipass-pipeline": "^1.2.4",
@@ -13855,7 +13855,7 @@
1385513855
},
1385613856
"workspaces/arborist": {
1385713857
"name": "@npmcli/arborist",
13858-
"version": "5.6.0",
13858+
"version": "5.6.1",
1385913859
"license": "ISC",
1386013860
"dependencies": {
1386113861
"@isaacs/string-locale-compare": "^1.1.0",
@@ -13913,7 +13913,7 @@
1391313913
}
1391413914
},
1391513915
"workspaces/libnpmaccess": {
13916-
"version": "6.0.3",
13916+
"version": "6.0.4",
1391713917
"license": "ISC",
1391813918
"dependencies": {
1391913919
"aproba": "^2.0.0",
@@ -13932,7 +13932,7 @@
1393213932
}
1393313933
},
1393413934
"workspaces/libnpmdiff": {
13935-
"version": "4.0.4",
13935+
"version": "4.0.5",
1393613936
"license": "ISC",
1393713937
"dependencies": {
1393813938
"@npmcli/disparity-colors": "^2.0.0",
@@ -13954,10 +13954,10 @@
1395413954
}
1395513955
},
1395613956
"workspaces/libnpmexec": {
13957-
"version": "4.0.11",
13957+
"version": "4.0.12",
1395813958
"license": "ISC",
1395913959
"dependencies": {
13960-
"@npmcli/arborist": "^5.0.0",
13960+
"@npmcli/arborist": "^5.6.1",
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.2",
13988+
"version": "3.0.3",
1398913989
"license": "ISC",
1399013990
"dependencies": {
13991-
"@npmcli/arborist": "^5.0.0"
13991+
"@npmcli/arborist": "^5.6.1"
1399213992
},
1399313993
"devDependencies": {
1399413994
"@npmcli/eslint-config": "^3.1.0",
@@ -14000,7 +14000,7 @@
1400014000
}
1400114001
},
1400214002
"workspaces/libnpmhook": {
14003-
"version": "8.0.3",
14003+
"version": "8.0.4",
1400414004
"license": "ISC",
1400514005
"dependencies": {
1400614006
"aproba": "^2.0.0",
@@ -14017,7 +14017,7 @@
1401714017
}
1401814018
},
1401914019
"workspaces/libnpmorg": {
14020-
"version": "4.0.3",
14020+
"version": "4.0.4",
1402114021
"license": "ISC",
1402214022
"dependencies": {
1402314023
"aproba": "^2.0.0",
@@ -14035,7 +14035,7 @@
1403514035
}
1403614036
},
1403714037
"workspaces/libnpmpack": {
14038-
"version": "4.1.2",
14038+
"version": "4.1.3",
1403914039
"license": "ISC",
1404014040
"dependencies": {
1404114041
"@npmcli/run-script": "^4.1.3",
@@ -14053,7 +14053,7 @@
1405314053
}
1405414054
},
1405514055
"workspaces/libnpmpublish": {
14056-
"version": "6.0.4",
14056+
"version": "6.0.5",
1405714057
"license": "ISC",
1405814058
"dependencies": {
1405914059
"normalize-package-data": "^4.0.0",
@@ -14065,7 +14065,7 @@
1406514065
"devDependencies": {
1406614066
"@npmcli/eslint-config": "^3.1.0",
1406714067
"@npmcli/template-oss": "3.8.0",
14068-
"libnpmpack": "^4.0.0",
14068+
"libnpmpack": "^4.1.3",
1406914069
"lodash.clonedeep": "^4.5.0",
1407014070
"nock": "^13.2.4",
1407114071
"tap": "^16.0.1"
@@ -14075,7 +14075,7 @@
1407514075
}
1407614076
},
1407714077
"workspaces/libnpmsearch": {
14078-
"version": "5.0.3",
14078+
"version": "5.0.4",
1407914079
"license": "ISC",
1408014080
"dependencies": {
1408114081
"npm-registry-fetch": "^13.0.0"
@@ -14091,7 +14091,7 @@
1409114091
}
1409214092
},
1409314093
"workspaces/libnpmteam": {
14094-
"version": "4.0.3",
14094+
"version": "4.0.4",
1409514095
"license": "ISC",
1409614096
"dependencies": {
1409714097
"aproba": "^2.0.0",
@@ -14108,7 +14108,7 @@
1410814108
}
1410914109
},
1411014110
"workspaces/libnpmversion": {
14111-
"version": "3.0.6",
14111+
"version": "3.0.7",
1411214112
"license": "ISC",
1411314113
"dependencies": {
1411414114
"@npmcli/git": "^3.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.