diff --git a/firebase/functions/package-lock.json b/firebase/functions/package-lock.json index 7350190..13419be 100644 --- a/firebase/functions/package-lock.json +++ b/firebase/functions/package-lock.json @@ -2152,9 +2152,9 @@ "dev": true }, "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-forge": { "version": "0.7.4", diff --git a/firebase/functions/package.json b/firebase/functions/package.json index 7e6ed0e..1e965ba 100644 --- a/firebase/functions/package.json +++ b/firebase/functions/package.json @@ -18,7 +18,7 @@ "firebase-functions": "^3.6.1", "http": "0.0.1-security", "https": "^1.0.0", - "node-fetch": "^2.6.0", + "node-fetch": "^2.6.1", "superagent": "^5.2.2" }, "devDependencies": {