From 08b3157cb3876121d4b93b1896e38568c625513d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:32:53 +0000 Subject: [PATCH] fix(deps): update dependency node-fetch to v2.6.7 [security] --- package-lock.json | 30 +++++++++++++++++++++++++++--- package.json | 2 +- src/server/package.json | 2 +- 3 files changed, 29 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 471e1ead..3f2ccb7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27586,9 +27586,33 @@ } }, "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + }, + "dependencies": { + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + } + } }, "node-fetch-npm": { "version": "2.0.2", diff --git a/package.json b/package.json index 5d308343..e6f6d8a4 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ "lint-staged": "7.3.0", "mini-css-extract-plugin": "0.7.0", "mock-apollo-client": "0.2.0", - "node-fetch": "2.6.1", + "node-fetch": "2.6.7", "nodemon": "2.0.4", "plop": "2.4.0", "pm2": "4.4.1", diff --git a/src/server/package.json b/src/server/package.json index ebbc69b3..31630390 100644 --- a/src/server/package.json +++ b/src/server/package.json @@ -28,7 +28,7 @@ "graphql-tools": "4.0.5", "jsonwebtoken": "8.5.1", "lodash": "4.17.21", - "node-fetch": "2.6.1", + "node-fetch": "2.6.7", "passport": "0.4.0", "passport-github": "1.1.0", "passport-jwt": "4.0.0",