Skip to content

Commit 3abdf47

Browse files
Bump nock from 14.0.10 to 14.0.11
Bumps [nock](https://github.com/nock/nock) from 14.0.10 to 14.0.11. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v14.0.10...v14.0.11) --- updated-dependencies: - dependency-name: nock dependency-version: 14.0.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca2f00a commit 3abdf47

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint": "9.39.2",
2626
"jest": "30.2.0",
2727
"jest-junit": "16.0.0",
28-
"nock": "14.0.10"
28+
"nock": "14.0.11"
2929
},
3030
"jest": {
3131
"testPathIgnorePatterns": [

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2320,10 +2320,10 @@
23202320
"@jridgewell/resolve-uri" "^3.1.0"
23212321
"@jridgewell/sourcemap-codec" "^1.4.14"
23222322

2323-
"@mswjs/interceptors@^0.39.5":
2324-
version "0.39.8"
2325-
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.39.8.tgz#0a2cf4cf26a731214ca4156273121f67dff7ebf8"
2326-
integrity sha512-2+BzZbjRO7Ct61k8fMNHEtoKjeWI9pIlHFTqBwZ5icHpqszIgEZbjb1MW5Z0+bITTCTl3gk4PDBxs9tA/csXvA==
2323+
"@mswjs/interceptors@^0.41.0":
2324+
version "0.41.3"
2325+
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.41.3.tgz#d766dc1a168aa315a6a0b2d0f2e0cf1b74f23c82"
2326+
integrity sha512-cXu86tF4VQVfwz8W1SPbhoRyHJkti6mjH/XJIxp40jhO4j2k1m4KYrEykxqWPkFF3vrK4rgQppBh//AwyGSXPA==
23272327
dependencies:
23282328
"@open-draft/deferred-promise" "^2.2.0"
23292329
"@open-draft/logger" "^0.3.0"
@@ -5247,12 +5247,12 @@ natural-compare@^1.4.0:
52475247
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
52485248
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
52495249

5250-
nock@14.0.10:
5251-
version "14.0.10"
5252-
resolved "https://registry.yarnpkg.com/nock/-/nock-14.0.10.tgz#d6f4e73e1c6b4b7aa19d852176e68940e15cd19d"
5253-
integrity sha512-Q7HjkpyPeLa0ZVZC5qpxBt5EyLczFJ91MEewQiIi9taWuA0KB/MDJlUWtON+7dGouVdADTQsf9RA7TZk6D8VMw==
5250+
nock@14.0.11:
5251+
version "14.0.11"
5252+
resolved "https://registry.yarnpkg.com/nock/-/nock-14.0.11.tgz#4ed20d50433b0479ddabd9f03c5886054608aeae"
5253+
integrity sha512-u5xUnYE+UOOBA6SpELJheMCtj2Laqx15Vl70QxKo43Wz/6nMHXS7PrEioXLjXAwhmawdEMNImwKCcPhBJWbKVw==
52545254
dependencies:
5255-
"@mswjs/interceptors" "^0.39.5"
5255+
"@mswjs/interceptors" "^0.41.0"
52565256
json-stringify-safe "^5.0.1"
52575257
propagate "^2.0.0"
52585258

0 commit comments

Comments
 (0)