Skip to content

Commit 164a52f

Browse files
committed
Remove node-fetch and fetch-mock
We do not appear to actually use either of these packages (we've only been using `fetch` in Node since v18, which has it built-in), so this drops them. Resolves some security vulnerabilities while we're at it.
1 parent 0f68814 commit 164a52f

File tree

2 files changed

+0
-191
lines changed

2 files changed

+0
-191
lines changed

package-lock.json

Lines changed: 0 additions & 189 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@
2929
"eslint": "^8.57.1",
3030
"eslint-plugin-react": "^7.37.5",
3131
"extract-loader": "^5.1.0",
32-
"fetch-mock": "^9.11.0",
3332
"husky": "^9.1.7",
3433
"jest": "^30.0.0",
3534
"jest-environment-jsdom": "^30.0.0",
3635
"moment": "^2.30.1",
3736
"moment-locales-webpack-plugin": "^1.2.0",
38-
"node-fetch": "^3.3.2",
3937
"postcss": "^8.5.6",
4038
"postcss-loader": "^8.1.1",
4139
"react": "^16.14.0",

0 commit comments

Comments
 (0)