Skip to content

Commit

Permalink
build: bump nock from 14.0.0-beta.13 to 14.0.0-beta.14
Browse files Browse the repository at this point in the history
Bumps [nock](https://github.com/nock/nock) from 14.0.0-beta.13 to 14.0.0-beta.14.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v14.0.0-beta.13...v14.0.0-beta.14)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 0061e6d commit b6a851e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@vercel/node": "^3.2.14",
"jest": "^29.7.0",
"mkver": "^2.1.0",
"nock": "14.0.0-beta.13",
"nock": "14.0.0-beta.14",
"nodemon": "^3.1.5",
"smee-client": "^2.0.1",
"ts-jest": "^29.1.5",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -804,10 +804,10 @@
dependencies:
sparse-bitfield "^3.0.3"

"@mswjs/interceptors@^0.35.1":
version "0.35.1"
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.35.1.tgz#06b5a18d6a259d26269548dc8504836918a8c54f"
integrity sha512-nMuUaMCtg8oKSTHwAnsoGRN6c1RZXNm6+ebEoe9SBGALVlBIzniZoSuC/itNCLOt51YEEYsF0svB/sOzYhqLPA==
"@mswjs/interceptors@^0.35.6":
version "0.35.6"
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.35.6.tgz#66c522036bc01fa6be87b46b49cc378b837bf510"
integrity sha512-PpD687w7qLxVMK176bpQjbzU9O0VC75QnBK5U1lKd29s4hIuxfTItUD6raNKyQ6BN8b64/8HE34RuYTkwH9uPQ==
dependencies:
"@open-draft/deferred-promise" "^2.2.0"
"@open-draft/logger" "^0.3.0"
Expand Down Expand Up @@ -3959,12 +3959,12 @@ next@^14.2.10:
"@next/swc-win32-ia32-msvc" "14.2.11"
"@next/swc-win32-x64-msvc" "14.2.11"

[email protected].13:
version "14.0.0-beta.13"
resolved "https://registry.yarnpkg.com/nock/-/nock-14.0.0-beta.13.tgz#4da3cef9faba1748e0b2e6f3c997f5898344fe76"
integrity sha512-dBuonA2N0JGmCAh8OK7oHzM8cmBsN2OlfT4/vxYrG4mdAm7mpZlr9/xO1NxFxcRg8EX85U0vA9uo/DvuhfF9Mg==
[email protected].14:
version "14.0.0-beta.14"
resolved "https://registry.yarnpkg.com/nock/-/nock-14.0.0-beta.14.tgz#1d211b93a547386846d6054f455c2581ab34f750"
integrity sha512-nbUIuqYkixyazl4hWBQ+EJzb5F0/NJabIQFEEIQwBHPaG+RxvVSs4uSCasHMnCrNuCmOndxgUBqS860g6/OwJw==
dependencies:
"@mswjs/interceptors" "^0.35.1"
"@mswjs/interceptors" "^0.35.6"
json-stringify-safe "^5.0.1"
propagate "^2.0.0"

Expand Down

0 comments on commit b6a851e

Please sign in to comment.