Skip to content

Commit ab549c8

Browse files
committed
build: change nock to a specific version for install
Use a specific version of nock instead of a beta tag
1 parent f4d24a7 commit ab549c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"license-checker": "^25.0.1",
141141
"minimatch": "^10.0.0",
142142
"multimatch": "^7.0.0",
143-
"nock": "beta",
143+
"nock": "14.0.0-beta.19",
144144
"opener": "^1.5.2",
145145
"protobufjs": "^7.0.0",
146146
"requirejs": "^2.3.6",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ __metadata:
357357
license-checker: "npm:^25.0.1"
358358
minimatch: "npm:^10.0.0"
359359
multimatch: "npm:^7.0.0"
360-
nock: "npm:beta"
360+
nock: "npm:14.0.0-beta.19"
361361
opener: "npm:^1.5.2"
362362
prettier: "npm:3.4.2"
363363
protobufjs: "npm:^7.0.0"
@@ -2941,16 +2941,16 @@ __metadata:
29412941
linkType: hard
29422942

29432943
"@mswjs/interceptors@npm:^0.37.3":
2944-
version: 0.37.3
2945-
resolution: "@mswjs/interceptors@npm:0.37.3"
2944+
version: 0.37.5
2945+
resolution: "@mswjs/interceptors@npm:0.37.5"
29462946
dependencies:
29472947
"@open-draft/deferred-promise": "npm:^2.2.0"
29482948
"@open-draft/logger": "npm:^0.3.0"
29492949
"@open-draft/until": "npm:^2.0.0"
29502950
is-node-process: "npm:^1.2.0"
29512951
outvariant: "npm:^1.4.3"
29522952
strict-event-emitter: "npm:^0.5.1"
2953-
checksum: 10c0/5a8d9ab7c491d14dff996f23bda0fa7b7059f68a1d4981b804b6114f1c0c0490bc35860df135ed36da1720984323878b1a9d13dbc80936bbfa67b3d3c3476f6c
2953+
checksum: 10c0/f618077be622069c44e046d99be12c7d51a77fb774f843f4f36875bce36653799721e5047f5e13c5fa2a3259560e648d0d00515f5daf56c824806aa98e849f2d
29542954
languageName: node
29552955
linkType: hard
29562956

@@ -11674,7 +11674,7 @@ __metadata:
1167411674
languageName: node
1167511675
linkType: hard
1167611676

11677-
"nock@npm:beta":
11677+
"nock@npm:14.0.0-beta.19":
1167811678
version: 14.0.0-beta.19
1167911679
resolution: "nock@npm:14.0.0-beta.19"
1168011680
dependencies:

0 commit comments

Comments
 (0)