Update dependency node-fetch to v3.3.1

This commit is contained in:
renovate[bot]
2023-03-18 13:24:19 +00:00
committed by GitHub
parent a6520d068e
commit a33f8c97bf
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.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"node-fetch": "3.3.0",
"node-fetch": "3.3.1",
"prettier": "2.8.4",
"typescript": "4.9.5",
"typescript-plugin-css-modules": "4.2.3"
@@ -9874,9 +9874,9 @@
}
},
"node_modules/node-fetch": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz",
"integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.1.tgz",
"integrity": "sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==",
"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.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"node-fetch": "3.3.0",
"node-fetch": "3.3.1",
"prettier": "2.8.4",
"typescript": "4.9.5",
"typescript-plugin-css-modules": "4.2.3"