diff --git a/firstnthirds-graphql/package-lock.json b/firstnthirds-graphql/package-lock.json index 3f74459..21f56ad 100644 --- a/firstnthirds-graphql/package-lock.json +++ b/firstnthirds-graphql/package-lock.json @@ -859,9 +859,9 @@ "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" }, "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==" }, "oauth-sign": { "version": "0.9.0", diff --git a/firstnthirds-graphql/package.json b/firstnthirds-graphql/package.json index f04a486..c8fb15a 100644 --- a/firstnthirds-graphql/package.json +++ b/firstnthirds-graphql/package.json @@ -5,7 +5,7 @@ "license": "MIT", "dependencies": { "graphql-yoga": "^1.18.3", - "node-fetch": "^2.6.0", + "node-fetch": "^2.6.1", "request": "^2.88.0" } }