Skip to content

Commit 9bd0bab

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 9bd0bab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 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"
@@ -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)