Skip to content

Commit d1c2de3

Browse files
chore(deps): update dependency nock to v14
1 parent 13cec4d commit d1c2de3

File tree

2 files changed

+51
-6
lines changed

2 files changed

+51
-6
lines changed

packages/mg-assetscraper-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dotenv": "16.5.0",
3232
"eslint": "8.57.0",
3333
"jest": "29.7.0",
34-
"nock": "13.5.6",
34+
"nock": "14.0.5",
3535
"sinon": "^20.0.0",
3636
"typescript": "5.5.4"
3737
},

yarn.lock

Lines changed: 50 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,18 @@
10901090
"@lexical/selection" "0.13.1"
10911091
"@lexical/table" "0.13.1"
10921092

1093+
"@mswjs/interceptors@^0.38.7":
1094+
version "0.38.7"
1095+
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.38.7.tgz#5ca205dbf8887830ace8d0bd9b23323a211350de"
1096+
integrity sha512-Jkb27iSn7JPdkqlTqKfhncFfnEZsIJVYxsFbUSWEkxdIPdsyngrhoDBk0/BGD2FQcRH99vlRrkHpNTyKqI+0/w==
1097+
dependencies:
1098+
"@open-draft/deferred-promise" "^2.2.0"
1099+
"@open-draft/logger" "^0.3.0"
1100+
"@open-draft/until" "^2.0.0"
1101+
is-node-process "^1.2.0"
1102+
outvariant "^1.4.3"
1103+
strict-event-emitter "^0.5.1"
1104+
10931105
"@nodelib/[email protected]":
10941106
version "2.1.5"
10951107
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -1127,6 +1139,24 @@
11271139
mkdirp "^1.0.4"
11281140
rimraf "^3.0.2"
11291141

1142+
"@open-draft/deferred-promise@^2.2.0":
1143+
version "2.2.0"
1144+
resolved "https://registry.yarnpkg.com/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz#4a822d10f6f0e316be4d67b4d4f8c9a124b073bd"
1145+
integrity sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==
1146+
1147+
"@open-draft/logger@^0.3.0":
1148+
version "0.3.0"
1149+
resolved "https://registry.yarnpkg.com/@open-draft/logger/-/logger-0.3.0.tgz#2b3ab1242b360aa0adb28b85f5d7da1c133a0954"
1150+
integrity sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==
1151+
dependencies:
1152+
is-node-process "^1.2.0"
1153+
outvariant "^1.4.0"
1154+
1155+
"@open-draft/until@^2.0.0":
1156+
version "2.1.0"
1157+
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-2.1.0.tgz#0acf32f470af2ceaf47f095cdecd40d68666efda"
1158+
integrity sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==
1159+
11301160
"@pkgjs/parseargs@^0.11.0":
11311161
version "0.11.0"
11321162
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
@@ -7774,6 +7804,11 @@ is-negative-zero@^2.0.3:
77747804
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747"
77757805
integrity sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==
77767806

7807+
is-node-process@^1.2.0:
7808+
version "1.2.0"
7809+
resolved "https://registry.yarnpkg.com/is-node-process/-/is-node-process-1.2.0.tgz#ea02a1b90ddb3934a19aea414e88edef7e11d134"
7810+
integrity sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==
7811+
77777812
is-npm@^6.0.0:
77787813
version "6.0.0"
77797814
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-6.0.0.tgz#b59e75e8915543ca5d881ecff864077cba095261"
@@ -9498,12 +9533,12 @@ no-case@^3.0.4:
94989533
lower-case "^2.0.2"
94999534
tslib "^2.0.3"
95009535

9501-
nock@13.5.6:
9502-
version "13.5.6"
9503-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.6.tgz#5e693ec2300bbf603b61dae6df0225673e6c4997"
9504-
integrity sha512-o2zOYiCpzRqSzPj0Zt/dQ/DqZeYoaQ7TUonc/xUPjCGl9WeHpNbxgVvOquXYAaJzI0M9BXV3HTzG0p8IUAbBTQ==
9536+
nock@14.0.5:
9537+
version "14.0.5"
9538+
resolved "https://registry.yarnpkg.com/nock/-/nock-14.0.5.tgz#efed293a4b9ce208eae2151a3690cbe3d80148ba"
9539+
integrity sha512-R49fALR9caB6vxuSWUIaK2eBYeTloZQUFBZ4rHO+TbhMGQHtwnhdqKLYki+o+8qMgLvoBYWrp/2KzGPhxL4S6w==
95059540
dependencies:
9506-
debug "^4.1.0"
9541+
"@mswjs/interceptors" "^0.38.7"
95079542
json-stringify-safe "^5.0.1"
95089543
propagate "^2.0.0"
95099544

@@ -9810,6 +9845,11 @@ os-tmpdir@~1.0.1, os-tmpdir@~1.0.2:
98109845
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
98119846
integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
98129847

9848+
outvariant@^1.4.0, outvariant@^1.4.3:
9849+
version "1.4.3"
9850+
resolved "https://registry.yarnpkg.com/outvariant/-/outvariant-1.4.3.tgz#221c1bfc093e8fec7075497e7799fdbf43d14873"
9851+
integrity sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==
9852+
98139853
own-keys@^1.0.1:
98149854
version "1.0.1"
98159855
resolved "https://registry.yarnpkg.com/own-keys/-/own-keys-1.0.1.tgz#e4006910a2bf913585289676eebd6f390cf51358"
@@ -11289,6 +11329,11 @@ streamx@^2.15.0, streamx@^2.21.0:
1128911329
optionalDependencies:
1129011330
bare-events "^2.2.0"
1129111331

11332+
strict-event-emitter@^0.5.1:
11333+
version "0.5.1"
11334+
resolved "https://registry.yarnpkg.com/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz#1602ece81c51574ca39c6815e09f1a3e8550bd93"
11335+
integrity sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==
11336+
1129211337
string-length@^4.0.1:
1129311338
version "4.0.2"
1129411339
resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a"

0 commit comments

Comments
 (0)