From e5562b7ff68e99c9b36ad2a2d35ff8b89e09a506 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 18:32:45 +0000 Subject: [PATCH] fix: examples/using-mobx/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- examples/using-mobx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-mobx/package.json b/examples/using-mobx/package.json index 8b540611614c5..c6b6020ad0abd 100644 --- a/examples/using-mobx/package.json +++ b/examples/using-mobx/package.json @@ -20,7 +20,7 @@ "author": "jonniebigodes ", "license": "MIT", "dependencies": { - "gatsby": "^2.0.21", + "gatsby": "^4.6.0", "mobx": "^5.1.0", "mobx-react": "^5.2.8", "mobx-react-devtools": "^6.0.3",