From 7181dfa1aa7c0bf213280f1244872ddaa2a9482d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 18:32:49 +0000 Subject: [PATCH] fix: examples/using-glamor/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- examples/using-glamor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-glamor/package.json b/examples/using-glamor/package.json index 83cf85b19cabb..9581cb5b941b4 100644 --- a/examples/using-glamor/package.json +++ b/examples/using-glamor/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^4.6.0", "gatsby-plugin-glamor": "^2.0.5", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5",