Skip to content

Commit 8b26a6d

Browse files
committed
1 parent 67aed05 commit 8b26a6d

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
@@ -119,7 +119,7 @@
119119
"libnpmorg": "^4.0.0",
120120
"libnpmpack": "^4.0.0",
121121
"libnpmpublish": "^6.0.0",
122-
"libnpmsearch": "^4.0.1",
122+
"libnpmsearch": "^5.0.0",
123123
"libnpmteam": "^3.0.1",
124124
"libnpmversion": "^2.0.2",
125125
"make-fetch-happen": "^10.0.3",
@@ -10713,7 +10713,7 @@
1071310713
}
1071410714
},
1071510715
"workspaces/libnpmsearch": {
10716-
"version": "4.0.1",
10716+
"version": "5.0.0",
1071710717
"license": "ISC",
1071810718
"dependencies": {
1071910719
"npm-registry-fetch": "^13.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"libnpmorg": "^4.0.0",
8888
"libnpmpack": "^4.0.0",
8989
"libnpmpublish": "^6.0.0",
90-
"libnpmsearch": "^4.0.1",
90+
"libnpmsearch": "^5.0.0",
9191
"libnpmteam": "^3.0.1",
9292
"libnpmversion": "^2.0.2",
9393
"make-fetch-happen": "^10.0.3",

workspaces/libnpmsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmsearch",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "Programmatic API for searching in npm and compatible registries.",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)