diff --git a/add-question/package-lock.json b/add-question/package-lock.json index bbcb6e3..e8ac631 100644 --- a/add-question/package-lock.json +++ b/add-question/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "node-fetch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz", - "integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" }, "readline-sync": { "version": "1.4.9", diff --git a/add-question/package.json b/add-question/package.json index ed08233..6084a32 100644 --- a/add-question/package.json +++ b/add-question/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "node-fetch": "^2.3.0", + "node-fetch": "^2.6.1", "readline-sync": "^1.4.9" } }