From 11eaf8944778c737f9e7b5b9a5a9d0d34e8c8179 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Sep 2021 08:26:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 10e919a..1272000 100644 --- a/package.json +++ b/package.json @@ -27,12 +27,12 @@ "documentation": "^13.2.0", "eslint": "^7.32.0", "fs-extra": "^7.0.1", - "gatsby": "^2.32.11", + "gatsby": "^3.13.0", "gatsby-plugin-react-helmet": "^3.3.3", "gatsby-plugin-remove-fingerprints": "^0.0.2", "gatsby-plugin-sass": "^4.13.0", "gatsby-source-filesystem": "^2.3.10", - "gatsby-transformer-remark": "^2.8.14", + "gatsby-transformer-remark": "^4.0.0", "graphql": "^14.7.0", "js-yaml": "^3.12.2", "lodash": "^4.17.21",