Skip to content

Commit 2a3831f

Browse files
Update dependency fetch-mock to v12
1 parent 71a8a23 commit 2a3831f

File tree

2 files changed

+32
-78
lines changed

2 files changed

+32
-78
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"eslint-plugin-jsx-a11y": "6.10.2",
100100
"eslint-plugin-prettier": "4.2.1",
101101
"eslint-plugin-react": "7.37.4",
102-
"fetch-mock": "9.4.0",
102+
"fetch-mock": "12.4.0",
103103
"html-loader": "5.1.0",
104104
"html-webpack-plugin": "5.6.3",
105105
"jest": "29.7.0",

Diff for: yarn.lock

+31-77
Original file line numberDiff line numberDiff line change
@@ -2137,6 +2137,11 @@
21372137
"@types/qs" "*"
21382138
"@types/serve-static" "*"
21392139

2140+
"@types/glob-to-regexp@^0.4.4":
2141+
version "0.4.4"
2142+
resolved "https://registry.yarnpkg.com/@types/glob-to-regexp/-/glob-to-regexp-0.4.4.tgz#409e71290253203185b1ea8a3d6ea406a4bdc902"
2143+
integrity sha512-nDKoaKJYbnn1MZxUY0cA1bPmmgZbg0cTq7Rh13d0KWYNOiKbqoR+2d89SnRPszGh7ROzSwZ/GOjZ4jPbmmZ6Eg==
2144+
21402145
"@types/glob@^7.1.1":
21412146
version "7.2.0"
21422147
resolved "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz"
@@ -3113,14 +3118,6 @@ babel-preset-jest@^29.6.3:
31133118
babel-plugin-jest-hoist "^29.6.3"
31143119
babel-preset-current-node-syntax "^1.0.0"
31153120

3116-
babel-runtime@^6.26.0:
3117-
version "6.26.0"
3118-
resolved "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz"
3119-
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
3120-
dependencies:
3121-
core-js "^2.4.0"
3122-
regenerator-runtime "^0.11.0"
3123-
31243121
balanced-match@^1.0.0:
31253122
version "1.0.2"
31263123
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
@@ -3851,16 +3848,6 @@ core-js-compat@^3.40.0:
38513848
dependencies:
38523849
browserslist "^4.24.3"
38533850

3854-
core-js@^2.4.0:
3855-
version "2.6.12"
3856-
resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz"
3857-
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
3858-
3859-
core-js@^3.0.0:
3860-
version "3.19.2"
3861-
resolved "https://registry.npmjs.org/core-js/-/core-js-3.19.2.tgz"
3862-
integrity sha512-ciYCResnLIATSsXuXnIOH4CbdfgV+H1Ltg16hJFN7/v6OxqnFr/IFGeLacaZ+fHLAm0TBbXwNK9/DNBzBUrO/g==
3863-
38643851
core-util-is@~1.0.0:
38653852
version "1.0.3"
38663853
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz"
@@ -5525,20 +5512,16 @@ fd-slicer@~1.1.0:
55255512
dependencies:
55265513
pend "~1.2.0"
55275514

5528-
fetch-mock@9.4.0:
5529-
version "9.4.0"
5530-
resolved "https://registry.npmjs.org/fetch-mock/-/fetch-mock-9.4.0.tgz"
5531-
integrity sha512-tqnFmcjYheW5Z9zOPRVY+ZXjB/QWCYtPiOrYGEsPgKfpGHco97eaaj7Rv9MjK7PVWG4rWfv6t2IgQAzDQizBZA==
5515+
fetch-mock@12.4.0:
5516+
version "12.4.0"
5517+
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-12.4.0.tgz#85a5d7145521cc62a9ede429e58276d82b81747e"
5518+
integrity sha512-qW5NIJpz915Tnt9NUkJDvhmurR32AU0AuEHfYN2eevD0kXVosDqVLVBdpSlF8SDw/pYgbvryYtFUfN924/twTA==
55325519
dependencies:
5533-
babel-runtime "^6.26.0"
5534-
core-js "^3.0.0"
5535-
debug "^4.1.1"
5536-
glob-to-regexp "^0.4.0"
5537-
is-subset "^0.1.1"
5538-
lodash.isequal "^4.5.0"
5539-
path-to-regexp "^2.2.1"
5540-
querystring "^0.2.0"
5541-
whatwg-url "^6.5.0"
5520+
"@types/glob-to-regexp" "^0.4.4"
5521+
dequal "^2.0.3"
5522+
glob-to-regexp "^0.4.1"
5523+
is-subset-of "^3.1.10"
5524+
regexparam "^3.0.0"
55425525

55435526
fetch-readablestream@^0.2.0:
55445527
version "0.2.0"
@@ -5950,7 +5933,7 @@ glob-parent@^6.0.1:
59505933
dependencies:
59515934
is-glob "^4.0.3"
59525935

5953-
glob-to-regexp@^0.4.0, glob-to-regexp@^0.4.1:
5936+
glob-to-regexp@^0.4.1:
59545937
version "0.4.1"
59555938
resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz"
59565939
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
@@ -6998,10 +6981,12 @@ is-string@^1.1.1:
69986981
call-bound "^1.0.3"
69996982
has-tostringtag "^1.0.2"
70006983

7001-
is-subset@^0.1.1:
7002-
version "0.1.1"
7003-
resolved "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz"
7004-
integrity sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=
6984+
is-subset-of@^3.1.10:
6985+
version "3.1.10"
6986+
resolved "https://registry.yarnpkg.com/is-subset-of/-/is-subset-of-3.1.10.tgz#d3f4331b9ca288318fae92ad5d953241b6f7b00b"
6987+
integrity sha512-avvaYgVmYWyaZ1NDFiv4y9JGkrE2je3op1Po4VYKKJKR8H2qVPsg1GZuuXl5elCTxTlwAIsrAjWAs4BVrISFRw==
6988+
dependencies:
6989+
typedescriptor "3.0.2"
70056990

70066991
is-symbol@^1.0.1, is-symbol@^1.0.2, is-symbol@^1.0.3:
70076992
version "1.0.4"
@@ -8021,11 +8006,6 @@ lodash.merge@^4.6.2:
80218006
resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz"
80228007
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
80238008

8024-
lodash.sortby@^4.7.0:
8025-
version "4.7.0"
8026-
resolved "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz"
8027-
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
8028-
80298009
[email protected], lodash@^4.1.1, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4:
80308010
version "4.17.21"
80318011
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz"
@@ -9050,11 +9030,6 @@ path-to-regexp@^1.7.0:
90509030
dependencies:
90519031
isarray "0.0.1"
90529032

9053-
path-to-regexp@^2.2.1:
9054-
version "2.4.0"
9055-
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.4.0.tgz"
9056-
integrity sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==
9057-
90589033
path-type@^4.0.0:
90599034
version "4.0.0"
90609035
resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
@@ -9478,11 +9453,6 @@ query-string@^7.0.0:
94789453
split-on-first "^1.0.0"
94799454
strict-uri-encode "^2.0.0"
94809455

9481-
querystring@^0.2.0:
9482-
version "0.2.1"
9483-
resolved "https://registry.npmjs.org/querystring/-/querystring-0.2.1.tgz"
9484-
integrity sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==
9485-
94869456
querystringify@^2.1.1:
94879457
version "2.2.0"
94889458
resolved "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz"
@@ -10024,11 +9994,6 @@ regenerate@^1.4.2:
100249994
resolved "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz"
100259995
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
100269996

10027-
regenerator-runtime@^0.11.0:
10028-
version "0.11.1"
10029-
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz"
10030-
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
10031-
100329997
regenerator-runtime@^0.14.0:
100339998
version "0.14.0"
100349999
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45"
@@ -10070,6 +10035,11 @@ regexp.prototype.flags@^1.5.3:
1007010035
es-errors "^1.3.0"
1007110036
set-function-name "^2.0.2"
1007210037

10038+
regexparam@^3.0.0:
10039+
version "3.0.0"
10040+
resolved "https://registry.yarnpkg.com/regexparam/-/regexparam-3.0.0.tgz#1673e09d41cb7fd41eaafd4040a6aa90daa0a21a"
10041+
integrity sha512-RSYAtP31mvYLkAHrOlh25pCNQ5hWnT106VukGaaFfuJrZFkGRX5GhUAdPqpSDXxOhA2c4akmRuplv1mRqnBn6Q==
10042+
1007310043
regexpp@^3.2.0:
1007410044
version "3.2.0"
1007510045
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
@@ -11312,13 +11282,6 @@ tough-cookie@^4.0.0:
1131211282
universalify "^0.2.0"
1131311283
url-parse "^1.5.3"
1131411284

11315-
tr46@^1.0.1:
11316-
version "1.0.1"
11317-
resolved "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz"
11318-
integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=
11319-
dependencies:
11320-
punycode "^2.1.0"
11321-
1132211285
tr46@^3.0.0:
1132311286
version "3.0.0"
1132411287
resolved "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz"
@@ -11509,6 +11472,11 @@ typed-styles@^0.0.7:
1150911472
resolved "https://registry.yarnpkg.com/typed-styles/-/typed-styles-0.0.7.tgz#93392a008794c4595119ff62dde6809dbc40a3d9"
1151011473
integrity sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q==
1151111474

11475+
11476+
version "3.0.2"
11477+
resolved "https://registry.yarnpkg.com/typedescriptor/-/typedescriptor-3.0.2.tgz#9ad1715bc2be1cf063d5acbc4cd4bfc96d644225"
11478+
integrity sha512-hyVbaCUd18UiXk656g/imaBLMogpdijIEpnhWYrSda9rhvO4gOU16n2nh7xG5lv/rjumnZzGOdz0CEGTmFe0fQ==
11479+
1151211480
uc.micro@^1.0.1:
1151311481
version "1.0.6"
1151411482
resolved "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz"
@@ -12106,11 +12074,6 @@ webidl-conversions@^3.0.0:
1210612074
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
1210712075
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
1210812076

12109-
webidl-conversions@^4.0.2:
12110-
version "4.0.2"
12111-
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz"
12112-
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
12113-
1211412077
webidl-conversions@^7.0.0:
1211512078
version "7.0.0"
1211612079
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz"
@@ -12286,15 +12249,6 @@ whatwg-url@^5.0.0:
1228612249
tr46 "~0.0.3"
1228712250
webidl-conversions "^3.0.0"
1228812251

12289-
whatwg-url@^6.5.0:
12290-
version "6.5.0"
12291-
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-6.5.0.tgz"
12292-
integrity sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==
12293-
dependencies:
12294-
lodash.sortby "^4.7.0"
12295-
tr46 "^1.0.1"
12296-
webidl-conversions "^4.0.2"
12297-
1229812252
which-boxed-primitive@^1.0.2:
1229912253
version "1.0.2"
1230012254
resolved "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz"

0 commit comments

Comments
 (0)