Skip to content

Commit 25378b9

Browse files
chore(deps-dev): bump nock from 14.0.0 to 14.0.1 (#826)
1 parent f1f9445 commit 25378b9

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

packages/auto-approver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"description": "Automatically approve all GitHub PRs which match a specific pattern.",
1111
"devDependencies": {
1212
"http-status-codes": "2.3.0",
13-
"nock": "14.0.0",
13+
"nock": "14.0.1",
1414
"rimraf": "6.0.1",
1515
"typescript": "5.7.3",
1616
"vitest": "3.0.5"

packages/electron-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/semver": "7.5.8",
1717
"fs-extra": "11.3.0",
1818
"http-status-codes": "2.3.0",
19-
"nock": "14.0.0",
19+
"nock": "14.0.1",
2020
"rimraf": "6.0.1",
2121
"typescript": "5.7.3",
2222
"vitest": "3.0.5"

packages/gh-open/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"description": "Open a GitHub repository in your browser. Opens pull requests by default.",
1212
"devDependencies": {
1313
"http-status-codes": "2.3.0",
14-
"nock": "14.0.0",
14+
"nock": "14.0.1",
1515
"rimraf": "6.0.1",
1616
"typescript": "5.7.3",
1717
"vitest": "3.0.5"

packages/my-timezone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"description": "Get the exact time based on your location.",
1010
"devDependencies": {
11-
"nock": "14.0.0",
11+
"nock": "14.0.1",
1212
"rimraf": "6.0.1",
1313
"typescript": "5.7.3",
1414
"vitest": "3.0.5"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ __metadata:
764764
find-up: "npm:7.0.0"
765765
http-status-codes: "npm:2.3.0"
766766
logdown: "npm:3.3.1"
767-
nock: "npm:14.0.0"
767+
nock: "npm:14.0.1"
768768
open: "npm:10.1.0"
769769
rimraf: "npm:6.0.1"
770770
typescript: "npm:5.7.3"
@@ -4131,7 +4131,7 @@ __metadata:
41314131
cosmiconfig: "npm:9.0.0"
41324132
http-status-codes: "npm:2.3.0"
41334133
logdown: "npm:3.3.1"
4134-
nock: "npm:14.0.0"
4134+
nock: "npm:14.0.1"
41354135
rimraf: "npm:6.0.1"
41364136
typescript: "npm:5.7.3"
41374137
vitest: "npm:3.0.5"
@@ -5421,7 +5421,7 @@ __metadata:
54215421
fs-extra: "npm:11.3.0"
54225422
http-status-codes: "npm:2.3.0"
54235423
logdown: "npm:3.3.1"
5424-
nock: "npm:14.0.0"
5424+
nock: "npm:14.0.1"
54255425
rimraf: "npm:6.0.1"
54265426
semver: "npm:7.7.0"
54275427
table: "npm:6.9.0"
@@ -9294,7 +9294,7 @@ __metadata:
92949294
dependencies:
92959295
axios: "npm:1.7.9"
92969296
commander: "npm:13.1.0"
9297-
nock: "npm:14.0.0"
9297+
nock: "npm:14.0.1"
92989298
ntpclient: "npm:1.8.2"
92999299
rimraf: "npm:6.0.1"
93009300
typescript: "npm:5.7.3"
@@ -9348,14 +9348,14 @@ __metadata:
93489348
languageName: node
93499349
linkType: hard
93509350

9351-
"nock@npm:14.0.0":
9352-
version: 14.0.0
9353-
resolution: "nock@npm:14.0.0"
9351+
"nock@npm:14.0.1":
9352+
version: 14.0.1
9353+
resolution: "nock@npm:14.0.1"
93549354
dependencies:
93559355
"@mswjs/interceptors": "npm:^0.37.3"
93569356
json-stringify-safe: "npm:^5.0.1"
93579357
propagate: "npm:^2.0.0"
9358-
checksum: 10c0/232b76bb22e10fd7be4a96fecafa45ff26f06c56e2536f8a07850119f38363232922eaec827d407a7b8802b0ff5d5029b76a47ab516e15261be453b08dea6edf
9358+
checksum: 10c0/258d123eb726f81268ee8ba2b69f8fdd5763c416027542bf5d255dae9c21ab3fcff936f2f57fa829dac4371aea2d4bd34a2dc3837008f317bb9893bf48fe736d
93599359
languageName: node
93609360
linkType: hard
93619361

0 commit comments

Comments
 (0)