Skip to content

Commit

Permalink
chore: post pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
npm-cli-bot committed Sep 8, 2022
1 parent 0f84a2a commit 05fd36f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -852,3 +852,4 @@ KevinBrother <1301239018@qq.com>
Kyle West <kyle-west@users.noreply.github.com>
Nathan Hughes <nathan@endor.ai>
Sandeep Meduru <73886592+sandeepmeduru@users.noreply.github.com>
Kid <44045911+kidonng@users.noreply.github.com>
18 changes: 9 additions & 9 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packages": {
"": {
"name": "npm",
"version": "8.19.1",
"version": "9.0.0-pre.0",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -91,7 +91,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^5.6.1",
"@npmcli/arborist": "^5.7.0-pre.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.2.1",
"@npmcli/fs": "^2.1.0",
Expand All @@ -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",
Expand Down Expand Up @@ -13855,7 +13855,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "5.6.1",
"version": "5.7.0-pre.0",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -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.7.0-pre.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
Expand Down Expand Up @@ -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.7.0-pre.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand Down

0 comments on commit 05fd36f

Please sign in to comment.