diff --git a/techflix-ui/package-lock.json b/techflix-ui/package-lock.json index 96eab14..137798c 100644 --- a/techflix-ui/package-lock.json +++ b/techflix-ui/package-lock.json @@ -2727,6 +2727,13 @@ "requires": { "node-fetch": "2.6.0", "whatwg-fetch": "3.0.0" + }, + "dependencies": { + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + } } }, "cross-spawn": { @@ -4711,9 +4718,9 @@ "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" }, "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" }, "node-gyp": { "version": "3.8.0", diff --git a/techflix-ui/package.json b/techflix-ui/package.json index ac45bf4..c393c1e 100644 --- a/techflix-ui/package.json +++ b/techflix-ui/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "node-fetch": "2.6.0", + "node-fetch": "2.6.1", "moment": "2.24.0", "next": "9.3.4", "react": "16.13.1",