From 802839ab904b20a25b6a426f7f07c0d7f27a777d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Feb 2023 01:26:08 +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-HTTPCACHESEMANTICS-3248783 --- 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 99d8ba740dbf9..79e50e37011fb 100644 --- a/examples/using-video/package.json +++ b/examples/using-video/package.json @@ -8,7 +8,7 @@ "license": "MIT", "dependencies": { "file-loader": "^4.3.0", - "gatsby": "^2.24.63", + "gatsby": "^3.14.0", "react": "^16.4.0", "react-dom": "^16.4.0" },