Skip to content

Commit 9633752

Browse files
committed
1 parent 77399cb commit 9633752

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
@@ -112,7 +112,7 @@
112112
"is-cidr": "^4.0.2",
113113
"json-parse-even-better-errors": "^2.3.1",
114114
"libnpmaccess": "^6.0.0",
115-
"libnpmdiff": "^3.0.0",
115+
"libnpmdiff": "^4.0.0",
116116
"libnpmexec": "^3.0.3",
117117
"libnpmfund": "^2.0.2",
118118
"libnpmhook": "^7.0.1",
@@ -10506,7 +10506,7 @@
1050610506
}
1050710507
},
1050810508
"workspaces/libnpmdiff": {
10509-
"version": "3.0.0",
10509+
"version": "4.0.0",
1051010510
"license": "ISC",
1051110511
"dependencies": {
1051210512
"@npmcli/disparity-colors": "^1.0.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"is-cidr": "^4.0.2",
8181
"json-parse-even-better-errors": "^2.3.1",
8282
"libnpmaccess": "^6.0.0",
83-
"libnpmdiff": "^3.0.0",
83+
"libnpmdiff": "^4.0.0",
8484
"libnpmexec": "^3.0.3",
8585
"libnpmfund": "^2.0.2",
8686
"libnpmhook": "^7.0.1",

workspaces/libnpmdiff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "The registry diff",
55
"repository": "https://github.com/npm/libnpmdiff",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)