From 2026483edc65dec41dc736c5390afc15512d6f67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Aug 2021 20:10:47 +0000 Subject: [PATCH] fix: examples/using-video/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- examples/using-video/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-video/package.json b/examples/using-video/package.json index 089690ecf70f9..377cd0233a308 100644 --- a/examples/using-video/package.json +++ b/examples/using-video/package.json @@ -8,7 +8,7 @@ "license": "MIT", "dependencies": { "file-loader": "^4.1.0", - "gatsby": "^2.0.0", + "gatsby": "^3.13.0", "react": "^16.4.0", "react-dom": "^16.4.0" },