From f806d27da6dfcffe868fbb1f90c6e24369d110d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 02:53:56 +0000 Subject: [PATCH] fix: packages/gatsby-source-hacker-news/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 --- packages/gatsby-source-hacker-news/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-hacker-news/package.json b/packages/gatsby-source-hacker-news/package.json index 8b63d76ed248c..98a6c1d2f040a 100644 --- a/packages/gatsby-source-hacker-news/package.json +++ b/packages/gatsby-source-hacker-news/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@babel/runtime": "^7.0.0", - "axios": "^0.18.0", + "axios": "^0.21.3", "lodash": "^4.17.10" }, "devDependencies": {