Update dependency node-fetch to v3.3.2

This commit is contained in:
renovate[bot]
2023-08-01 12:54:52 +00:00
committed by GitHub
parent 0dc0471358
commit 6aa6cf0d5d
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -50,7 +50,7 @@
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react-hooks": "4.6.0",
"node-fetch": "3.3.1",
"node-fetch": "3.3.2",
"prettier": "2.8.8",
"typescript": "5.1.6",
"typescript-plugin-css-modules": "5.0.1"
@@ -10265,9 +10265,9 @@
}
},
"node_modules/node-fetch": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.1.tgz",
"integrity": "sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==",
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
"dev": true,
"dependencies": {
"data-uri-to-buffer": "^4.0.0",
+1 -1
View File
@@ -76,7 +76,7 @@
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react-hooks": "4.6.0",
"node-fetch": "3.3.1",
"node-fetch": "3.3.2",
"prettier": "2.8.8",
"typescript": "5.1.6",
"typescript-plugin-css-modules": "5.0.1"