Skip to content

Commit a881e86

Browse files
chore(deps-dev): bump nock from 13.5.5 to 13.5.6 (#769)
Bumps [nock](https://github.com/nock/nock) from 13.5.5 to 13.5.6. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.5.5...v13.5.6) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1094604 commit a881e86

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": "13.5.5",
13+
"nock": "13.5.6",
1414
"rimraf": "6.0.1",
1515
"typescript": "5.6.3",
1616
"vitest": "2.1.4"

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.2.0",
1818
"http-status-codes": "2.3.0",
19-
"nock": "13.5.5",
19+
"nock": "13.5.6",
2020
"rimraf": "6.0.1",
2121
"typescript": "5.6.3",
2222
"vitest": "2.1.4"

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": "13.5.5",
14+
"nock": "13.5.6",
1515
"rimraf": "6.0.1",
1616
"typescript": "5.6.3",
1717
"vitest": "2.1.4"

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": "13.5.5",
11+
"nock": "13.5.6",
1212
"rimraf": "6.0.1",
1313
"typescript": "5.6.3",
1414
"vitest": "2.1.4"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ __metadata:
750750
find-up: "npm:7.0.0"
751751
http-status-codes: "npm:2.3.0"
752752
logdown: "npm:3.3.1"
753-
nock: "npm:13.5.5"
753+
nock: "npm:13.5.6"
754754
open: "npm:10.1.0"
755755
rimraf: "npm:6.0.1"
756756
typescript: "npm:5.6.3"
@@ -4057,7 +4057,7 @@ __metadata:
40574057
cosmiconfig: "npm:9.0.0"
40584058
http-status-codes: "npm:2.3.0"
40594059
logdown: "npm:3.3.1"
4060-
nock: "npm:13.5.5"
4060+
nock: "npm:13.5.6"
40614061
rimraf: "npm:6.0.1"
40624062
typescript: "npm:5.6.3"
40634063
vitest: "npm:2.1.4"
@@ -5373,7 +5373,7 @@ __metadata:
53735373
fs-extra: "npm:11.2.0"
53745374
http-status-codes: "npm:2.3.0"
53755375
logdown: "npm:3.3.1"
5376-
nock: "npm:13.5.5"
5376+
nock: "npm:13.5.6"
53775377
rimraf: "npm:6.0.1"
53785378
semver: "npm:7.6.3"
53795379
table: "npm:6.8.2"
@@ -9266,7 +9266,7 @@ __metadata:
92669266
dependencies:
92679267
axios: "npm:1.7.7"
92689268
commander: "npm:12.1.0"
9269-
nock: "npm:13.5.5"
9269+
nock: "npm:13.5.6"
92709270
ntpclient: "npm:1.8.1"
92719271
rimraf: "npm:6.0.1"
92729272
typescript: "npm:5.6.3"
@@ -9320,14 +9320,14 @@ __metadata:
93209320
languageName: node
93219321
linkType: hard
93229322

9323-
"nock@npm:13.5.5":
9324-
version: 13.5.5
9325-
resolution: "nock@npm:13.5.5"
9323+
"nock@npm:13.5.6":
9324+
version: 13.5.6
9325+
resolution: "nock@npm:13.5.6"
93269326
dependencies:
93279327
debug: "npm:^4.1.0"
93289328
json-stringify-safe: "npm:^5.0.1"
93299329
propagate: "npm:^2.0.0"
9330-
checksum: 10c0/58be4dda214d6e1914232ae41a3ac4f4e05622f71eb82825816f3030e0343bd54c1001878a6bce8412067c1059730919f3d600069d76f1336da11f47bd3b5d40
9330+
checksum: 10c0/94249a294176a6e521bbb763c214de4aa6b6ab63dff1e299aaaf455886a465d38906891d7f24570d94a43b1e376c239c54d89ff7697124bc57ef188006acc25e
93319331
languageName: node
93329332
linkType: hard
93339333

0 commit comments

Comments
 (0)