Skip to content

Commit ee47347

Browse files
build(deps-dev): bump nock from 13.5.6 to 14.0.5
Bumps [nock](https://github.com/nock/nock) from 13.5.6 to 14.0.5. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.5.6...v14.0.5) --- updated-dependencies: - dependency-name: nock dependency-version: 14.0.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b287652 commit ee47347

File tree

2 files changed

+51
-6
lines changed

2 files changed

+51
-6
lines changed

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"follow-redirects": "^1.14.7",
7575
"mocha": "^11.0.1",
7676
"mocha-junit-reporter": "^2.0.2",
77-
"nock": "^13.3.1",
77+
"nock": "^14.0.5",
7878
"nyc": "^17.0.0",
7979
"prettier": "^3.0.0",
8080
"rimraf": "^5.0.0",

yarn.lock

Lines changed: 50 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,18 @@
847847
yargs "17.7.2"
848848
yargs-parser "21.1.1"
849849

850+
"@mswjs/interceptors@^0.38.7":
851+
version "0.38.7"
852+
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.38.7.tgz#5ca205dbf8887830ace8d0bd9b23323a211350de"
853+
integrity sha512-Jkb27iSn7JPdkqlTqKfhncFfnEZsIJVYxsFbUSWEkxdIPdsyngrhoDBk0/BGD2FQcRH99vlRrkHpNTyKqI+0/w==
854+
dependencies:
855+
"@open-draft/deferred-promise" "^2.2.0"
856+
"@open-draft/logger" "^0.3.0"
857+
"@open-draft/until" "^2.0.0"
858+
is-node-process "^1.2.0"
859+
outvariant "^1.4.3"
860+
strict-event-emitter "^0.5.1"
861+
850862
"@napi-rs/[email protected]":
851863
version "0.2.4"
852864
resolved "https://registry.yarnpkg.com/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.4.tgz#d27788176f250d86e498081e3c5ff48a17606918"
@@ -1228,6 +1240,24 @@
12281240
dependencies:
12291241
"@octokit/openapi-types" "^18.0.0"
12301242

1243+
"@open-draft/deferred-promise@^2.2.0":
1244+
version "2.2.0"
1245+
resolved "https://registry.yarnpkg.com/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz#4a822d10f6f0e316be4d67b4d4f8c9a124b073bd"
1246+
integrity sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==
1247+
1248+
"@open-draft/logger@^0.3.0":
1249+
version "0.3.0"
1250+
resolved "https://registry.yarnpkg.com/@open-draft/logger/-/logger-0.3.0.tgz#2b3ab1242b360aa0adb28b85f5d7da1c133a0954"
1251+
integrity sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==
1252+
dependencies:
1253+
is-node-process "^1.2.0"
1254+
outvariant "^1.4.0"
1255+
1256+
"@open-draft/until@^2.0.0":
1257+
version "2.1.0"
1258+
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-2.1.0.tgz#0acf32f470af2ceaf47f095cdecd40d68666efda"
1259+
integrity sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==
1260+
12311261
"@pkgjs/parseargs@^0.11.0":
12321262
version "0.11.0"
12331263
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
@@ -3736,6 +3766,11 @@ is-lambda@^1.0.1:
37363766
resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5"
37373767
integrity sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==
37383768

3769+
is-node-process@^1.2.0:
3770+
version "1.2.0"
3771+
resolved "https://registry.yarnpkg.com/is-node-process/-/is-node-process-1.2.0.tgz#ea02a1b90ddb3934a19aea414e88edef7e11d134"
3772+
integrity sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==
3773+
37393774
is-number@^7.0.0:
37403775
version "7.0.0"
37413776
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
@@ -4721,12 +4756,12 @@ nise@^6.1.1:
47214756
just-extend "^6.2.0"
47224757
path-to-regexp "^8.1.0"
47234758

4724-
nock@^13.3.1:
4725-
version "13.5.6"
4726-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.6.tgz#5e693ec2300bbf603b61dae6df0225673e6c4997"
4727-
integrity sha512-o2zOYiCpzRqSzPj0Zt/dQ/DqZeYoaQ7TUonc/xUPjCGl9WeHpNbxgVvOquXYAaJzI0M9BXV3HTzG0p8IUAbBTQ==
4759+
nock@^14.0.5:
4760+
version "14.0.5"
4761+
resolved "https://registry.yarnpkg.com/nock/-/nock-14.0.5.tgz#efed293a4b9ce208eae2151a3690cbe3d80148ba"
4762+
integrity sha512-R49fALR9caB6vxuSWUIaK2eBYeTloZQUFBZ4rHO+TbhMGQHtwnhdqKLYki+o+8qMgLvoBYWrp/2KzGPhxL4S6w==
47284763
dependencies:
4729-
debug "^4.1.0"
4764+
"@mswjs/interceptors" "^0.38.7"
47304765
json-stringify-safe "^5.0.1"
47314766
propagate "^2.0.0"
47324767

@@ -5068,6 +5103,11 @@ os-tmpdir@~1.0.2:
50685103
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
50695104
integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
50705105

5106+
outvariant@^1.4.0, outvariant@^1.4.3:
5107+
version "1.4.3"
5108+
resolved "https://registry.yarnpkg.com/outvariant/-/outvariant-1.4.3.tgz#221c1bfc093e8fec7075497e7799fdbf43d14873"
5109+
integrity sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==
5110+
50715111
p-finally@^1.0.0:
50725112
version "1.0.0"
50735113
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
@@ -5998,6 +6038,11 @@ stream-read-all@^3.0.1:
59986038
resolved "https://registry.yarnpkg.com/stream-read-all/-/stream-read-all-3.0.1.tgz#60762ae45e61d93ba0978cda7f3913790052ad96"
59996039
integrity sha512-EWZT9XOceBPlVJRrYcykW8jyRSZYbkb/0ZK36uLEmoWVO5gxBOnntNTseNzfREsqxqdfEGQrD8SXQ3QWbBmq8A==
60006040

6041+
strict-event-emitter@^0.5.1:
6042+
version "0.5.1"
6043+
resolved "https://registry.yarnpkg.com/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz#1602ece81c51574ca39c6815e09f1a3e8550bd93"
6044+
integrity sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==
6045+
60016046
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
60026047
version "4.2.3"
60036048
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"

0 commit comments

Comments
 (0)