Skip to content

Commit c533433

Browse files
Update dependency fetch-mock to v12
1 parent 6b164f6 commit c533433

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
@@ -98,7 +98,7 @@
9898
"eslint-plugin-jsx-a11y": "6.10.2",
9999
"eslint-plugin-prettier": "4.2.1",
100100
"eslint-plugin-react": "7.37.4",
101-
"fetch-mock": "9.4.0",
101+
"fetch-mock": "12.3.0",
102102
"html-loader": "5.1.0",
103103
"html-webpack-plugin": "5.6.3",
104104
"jest": "29.7.0",

Diff for: yarn.lock

+31-77
Original file line numberDiff line numberDiff line change
@@ -2028,6 +2028,11 @@
20282028
"@types/qs" "*"
20292029
"@types/serve-static" "*"
20302030

2031+
"@types/glob-to-regexp@^0.4.4":
2032+
version "0.4.4"
2033+
resolved "https://registry.yarnpkg.com/@types/glob-to-regexp/-/glob-to-regexp-0.4.4.tgz#409e71290253203185b1ea8a3d6ea406a4bdc902"
2034+
integrity sha512-nDKoaKJYbnn1MZxUY0cA1bPmmgZbg0cTq7Rh13d0KWYNOiKbqoR+2d89SnRPszGh7ROzSwZ/GOjZ4jPbmmZ6Eg==
2035+
20312036
"@types/glob@^7.1.1":
20322037
version "7.2.0"
20332038
resolved "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz"
@@ -2990,14 +2995,6 @@ babel-preset-jest@^29.6.3:
29902995
babel-plugin-jest-hoist "^29.6.3"
29912996
babel-preset-current-node-syntax "^1.0.0"
29922997

2993-
babel-runtime@^6.26.0:
2994-
version "6.26.0"
2995-
resolved "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz"
2996-
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
2997-
dependencies:
2998-
core-js "^2.4.0"
2999-
regenerator-runtime "^0.11.0"
3000-
30012998
balanced-match@^1.0.0:
30022999
version "1.0.2"
30033000
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
@@ -3712,16 +3709,6 @@ core-js-compat@^3.38.0, core-js-compat@^3.38.1:
37123709
dependencies:
37133710
browserslist "^4.24.2"
37143711

3715-
core-js@^2.4.0:
3716-
version "2.6.12"
3717-
resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz"
3718-
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
3719-
3720-
core-js@^3.0.0:
3721-
version "3.19.2"
3722-
resolved "https://registry.npmjs.org/core-js/-/core-js-3.19.2.tgz"
3723-
integrity sha512-ciYCResnLIATSsXuXnIOH4CbdfgV+H1Ltg16hJFN7/v6OxqnFr/IFGeLacaZ+fHLAm0TBbXwNK9/DNBzBUrO/g==
3724-
37253712
core-util-is@~1.0.0:
37263713
version "1.0.3"
37273714
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz"
@@ -5378,20 +5365,16 @@ fd-slicer@~1.1.0:
53785365
dependencies:
53795366
pend "~1.2.0"
53805367

5381-
fetch-mock@9.4.0:
5382-
version "9.4.0"
5383-
resolved "https://registry.npmjs.org/fetch-mock/-/fetch-mock-9.4.0.tgz"
5384-
integrity sha512-tqnFmcjYheW5Z9zOPRVY+ZXjB/QWCYtPiOrYGEsPgKfpGHco97eaaj7Rv9MjK7PVWG4rWfv6t2IgQAzDQizBZA==
5368+
fetch-mock@12.3.0:
5369+
version "12.3.0"
5370+
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-12.3.0.tgz#3b584ed53f564260bef27773cdc1aa87130ce8e8"
5371+
integrity sha512-+ZHzLuzrKpP3u5PZo8ghFP1Kr3UJUTZ5PT/uQZtLv7UagDCVRt1bSzVg6MoTFdjQ0GXsx/crq2t0tGabkbH2yA==
53855372
dependencies:
5386-
babel-runtime "^6.26.0"
5387-
core-js "^3.0.0"
5388-
debug "^4.1.1"
5389-
glob-to-regexp "^0.4.0"
5390-
is-subset "^0.1.1"
5391-
lodash.isequal "^4.5.0"
5392-
path-to-regexp "^2.2.1"
5393-
querystring "^0.2.0"
5394-
whatwg-url "^6.5.0"
5373+
"@types/glob-to-regexp" "^0.4.4"
5374+
dequal "^2.0.3"
5375+
glob-to-regexp "^0.4.1"
5376+
is-subset-of "^3.1.10"
5377+
regexparam "^3.0.0"
53955378

53965379
fetch-readablestream@^0.2.0:
53975380
version "0.2.0"
@@ -5803,7 +5786,7 @@ glob-parent@^6.0.1:
58035786
dependencies:
58045787
is-glob "^4.0.3"
58055788

5806-
glob-to-regexp@^0.4.0, glob-to-regexp@^0.4.1:
5789+
glob-to-regexp@^0.4.1:
58075790
version "0.4.1"
58085791
resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz"
58095792
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
@@ -6843,10 +6826,12 @@ is-string@^1.1.1:
68436826
call-bound "^1.0.3"
68446827
has-tostringtag "^1.0.2"
68456828

6846-
is-subset@^0.1.1:
6847-
version "0.1.1"
6848-
resolved "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz"
6849-
integrity sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=
6829+
is-subset-of@^3.1.10:
6830+
version "3.1.10"
6831+
resolved "https://registry.yarnpkg.com/is-subset-of/-/is-subset-of-3.1.10.tgz#d3f4331b9ca288318fae92ad5d953241b6f7b00b"
6832+
integrity sha512-avvaYgVmYWyaZ1NDFiv4y9JGkrE2je3op1Po4VYKKJKR8H2qVPsg1GZuuXl5elCTxTlwAIsrAjWAs4BVrISFRw==
6833+
dependencies:
6834+
typedescriptor "3.0.2"
68506835

68516836
is-symbol@^1.0.1, is-symbol@^1.0.2, is-symbol@^1.0.3:
68526837
version "1.0.4"
@@ -7866,11 +7851,6 @@ lodash.merge@^4.6.2:
78667851
resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz"
78677852
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
78687853

7869-
lodash.sortby@^4.7.0:
7870-
version "4.7.0"
7871-
resolved "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz"
7872-
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
7873-
78747854
[email protected], lodash@^4.1.1, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4:
78757855
version "4.17.21"
78767856
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz"
@@ -8878,11 +8858,6 @@ path-to-regexp@^1.7.0:
88788858
dependencies:
88798859
isarray "0.0.1"
88808860

8881-
path-to-regexp@^2.2.1:
8882-
version "2.4.0"
8883-
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.4.0.tgz"
8884-
integrity sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==
8885-
88868861
path-type@^4.0.0:
88878862
version "4.0.0"
88888863
resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
@@ -9306,11 +9281,6 @@ query-string@^7.0.0:
93069281
split-on-first "^1.0.0"
93079282
strict-uri-encode "^2.0.0"
93089283

9309-
querystring@^0.2.0:
9310-
version "0.2.1"
9311-
resolved "https://registry.npmjs.org/querystring/-/querystring-0.2.1.tgz"
9312-
integrity sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==
9313-
93149284
querystringify@^2.1.1:
93159285
version "2.2.0"
93169286
resolved "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz"
@@ -9848,11 +9818,6 @@ regenerate@^1.4.2:
98489818
resolved "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz"
98499819
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
98509820

9851-
regenerator-runtime@^0.11.0:
9852-
version "0.11.1"
9853-
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz"
9854-
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
9855-
98569821
regenerator-runtime@^0.14.0:
98579822
version "0.14.0"
98589823
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45"
@@ -9894,6 +9859,11 @@ regexp.prototype.flags@^1.5.3:
98949859
es-errors "^1.3.0"
98959860
set-function-name "^2.0.2"
98969861

9862+
regexparam@^3.0.0:
9863+
version "3.0.0"
9864+
resolved "https://registry.yarnpkg.com/regexparam/-/regexparam-3.0.0.tgz#1673e09d41cb7fd41eaafd4040a6aa90daa0a21a"
9865+
integrity sha512-RSYAtP31mvYLkAHrOlh25pCNQ5hWnT106VukGaaFfuJrZFkGRX5GhUAdPqpSDXxOhA2c4akmRuplv1mRqnBn6Q==
9866+
98979867
regexpp@^3.2.0:
98989868
version "3.2.0"
98999869
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
@@ -11143,13 +11113,6 @@ tough-cookie@^4.0.0:
1114311113
universalify "^0.2.0"
1114411114
url-parse "^1.5.3"
1114511115

11146-
tr46@^1.0.1:
11147-
version "1.0.1"
11148-
resolved "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz"
11149-
integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=
11150-
dependencies:
11151-
punycode "^2.1.0"
11152-
1115311116
tr46@^3.0.0:
1115411117
version "3.0.0"
1115511118
resolved "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz"
@@ -11340,6 +11303,11 @@ typed-styles@^0.0.7:
1134011303
resolved "https://registry.yarnpkg.com/typed-styles/-/typed-styles-0.0.7.tgz#93392a008794c4595119ff62dde6809dbc40a3d9"
1134111304
integrity sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q==
1134211305

11306+
11307+
version "3.0.2"
11308+
resolved "https://registry.yarnpkg.com/typedescriptor/-/typedescriptor-3.0.2.tgz#9ad1715bc2be1cf063d5acbc4cd4bfc96d644225"
11309+
integrity sha512-hyVbaCUd18UiXk656g/imaBLMogpdijIEpnhWYrSda9rhvO4gOU16n2nh7xG5lv/rjumnZzGOdz0CEGTmFe0fQ==
11310+
1134311311
uc.micro@^1.0.1:
1134411312
version "1.0.6"
1134511313
resolved "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz"
@@ -11932,11 +11900,6 @@ webidl-conversions@^3.0.0:
1193211900
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
1193311901
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
1193411902

11935-
webidl-conversions@^4.0.2:
11936-
version "4.0.2"
11937-
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz"
11938-
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
11939-
1194011903
webidl-conversions@^7.0.0:
1194111904
version "7.0.0"
1194211905
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz"
@@ -12112,15 +12075,6 @@ whatwg-url@^5.0.0:
1211212075
tr46 "~0.0.3"
1211312076
webidl-conversions "^3.0.0"
1211412077

12115-
whatwg-url@^6.5.0:
12116-
version "6.5.0"
12117-
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-6.5.0.tgz"
12118-
integrity sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==
12119-
dependencies:
12120-
lodash.sortby "^4.7.0"
12121-
tr46 "^1.0.1"
12122-
webidl-conversions "^4.0.2"
12123-
1212412078
which-boxed-primitive@^1.0.2:
1212512079
version "1.0.2"
1212612080
resolved "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz"

0 commit comments

Comments
 (0)