Skip to content

Commit 1dab298

Browse files
committed
1 parent 2c86fea commit 1dab298

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"libnpmdiff": "^4.0.0",
116116
"libnpmexec": "^4.0.0",
117117
"libnpmfund": "^3.0.0",
118-
"libnpmhook": "^7.0.1",
118+
"libnpmhook": "^8.0.0",
119119
"libnpmorg": "^3.0.1",
120120
"libnpmpack": "^3.1.0",
121121
"libnpmpublish": "^5.0.1",
@@ -10568,7 +10568,7 @@
1056810568
}
1056910569
},
1057010570
"workspaces/libnpmhook": {
10571-
"version": "7.0.1",
10571+
"version": "8.0.0",
1057210572
"license": "ISC",
1057310573
"dependencies": {
1057410574
"aproba": "^2.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"libnpmdiff": "^4.0.0",
8484
"libnpmexec": "^4.0.0",
8585
"libnpmfund": "^3.0.0",
86-
"libnpmhook": "^7.0.1",
86+
"libnpmhook": "^8.0.0",
8787
"libnpmorg": "^3.0.1",
8888
"libnpmpack": "^3.1.0",
8989
"libnpmpublish": "^5.0.1",

workspaces/libnpmhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmhook",
3-
"version": "7.0.1",
3+
"version": "8.0.0",
44
"description": "programmatic API for managing npm registry hooks",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)