diff --git a/firebase/functions/package-lock.json b/firebase/functions/package-lock.json index bfec10b..54f5459 100644 --- a/firebase/functions/package-lock.json +++ b/firebase/functions/package-lock.json @@ -326,6 +326,12 @@ "tslib": "^1.11.1" } }, + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==", + "dev": true + }, "tslib": { "version": "1.13.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", @@ -5299,9 +5305,9 @@ } }, "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.6", diff --git a/firebase/functions/package.json b/firebase/functions/package.json index 18d4725..8c58a64 100644 --- a/firebase/functions/package.json +++ b/firebase/functions/package.json @@ -42,7 +42,7 @@ "handlebars": "^4.7.6", "lodash": "^4.17.20", "lodash.set": "^4.3.2", - "node-fetch": "^2.6.0", + "node-fetch": "^2.6.1", "nodemailer": "^6.4.11", "nodemailer-mailgun-transport": "^2.0.0", "qs": "^6.9.4"