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 authored and fritzy committed Sep 14, 2022
1 parent 2d16b43 commit e5761b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -853,3 +853,4 @@ 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>
Hugh Lilly <hughlilly@users.noreply.github.com>
22 changes: 11 additions & 11 deletions package-lock.json
Expand Up @@ -6,7 +6,7 @@
"packages": {
"": {
"name": "npm",
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"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": "^6.0.0-pre.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.2.1",
"@npmcli/fs": "^2.1.0",
Expand All @@ -114,10 +114,10 @@
"init-package-json": "^3.0.2",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^7.0.0-pre.0",
"libnpmaccess": "^7.0.0-pre.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.0",
"libnpmfund": "^4.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"libnpmhook": "^9.0.0-pre.0",
"libnpmorg": "^5.0.0-pre.0",
"libnpmpack": "^5.0.0-pre.0",
Expand Down Expand Up @@ -13856,7 +13856,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.0.0-pre.0",
"version": "6.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -13914,7 +13914,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^9.0.1",
Expand Down Expand Up @@ -13953,10 +13953,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
Expand Down Expand Up @@ -13984,10 +13984,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.0-pre.0",
"version": "4.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.0"
"@npmcli/arborist": "^6.0.0-pre.1"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand Down

0 comments on commit e5761b9

Please sign in to comment.