Skip to content

Commit 970f0f0

Browse files
committed
build(deps): update nock to released version v14
1 parent a220310 commit 970f0f0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@logtail/types": "^0.5.2",
4343
"@types/nock": "^11.1.0",
4444
"@types/webpack": "^5.28.2",
45-
"nock": "^14.0.0-beta.19",
45+
"nock": "^14.0.1",
4646
"ts-loader": "^9.5.1",
4747
"webpack": "^5.88.2",
4848
"webpack-cli": "^5.1.4"

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@types/fetch-mock": "^7.3.1",
4141
"@types/nock": "^11.1.0",
42-
"nock": "^14.0.0-beta.19"
42+
"nock": "^14.0.1"
4343
},
4444
"dependencies": {
4545
"@logtail/core": "^0.5.2",

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@types/nock": "^11.1.0",
3232
"@types/source-map": "^0.5.7",
33-
"nock": "^14.0.0-beta.19"
33+
"nock": "^14.0.1"
3434
},
3535
"dependencies": {
3636
"@logtail/types": "^0.5.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5485,10 +5485,10 @@ nock@*:
54855485
json-stringify-safe "^5.0.1"
54865486
propagate "^2.0.0"
54875487

5488-
nock@^14.0.0-beta.19:
5489-
version "14.0.0-beta.19"
5490-
resolved "https://registry.yarnpkg.com/nock/-/nock-14.0.0-beta.19.tgz#6cfee5846a6ff9841dbd796b770bdb4ecfafe0d3"
5491-
integrity sha512-xqWQQZ/Hv01tj5uL7BE4j752hhB2MHP7aaEcTp/iDT1EHsh3TYZOIx4HHFL81yRc8KFx4pqb2P2OtuxKShKhjw==
5488+
nock@^14.0.1:
5489+
version "14.0.1"
5490+
resolved "https://registry.yarnpkg.com/nock/-/nock-14.0.1.tgz#62006248bbbc7637322c9fc73f90b93a431b4f5e"
5491+
integrity sha512-IJN4O9pturuRdn60NjQ7YkFt6Rwei7ZKaOwb1tvUIIqTgeD0SDDAX3vrqZD4wcXczeEy/AsUXxpGpP/yHqV7xg==
54925492
dependencies:
54935493
"@mswjs/interceptors" "^0.37.3"
54945494
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)