Skip to content

Commit

Permalink
chore: post pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys authored and fritzy committed Sep 13, 2022
1 parent 683973c commit 6065f86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions package-lock.json
Expand Up @@ -6,7 +6,7 @@
"packages": {
"": {
"name": "npm",
"version": "8.19.1",
"version": "8.19.2",
"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.6.2",
"@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.6.2",
"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.6.2",
"@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.6.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "8.19.1",
"version": "8.19.2",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down

0 comments on commit 6065f86

Please sign in to comment.