From 0d1cdd4e490045341ed5e2ac388ca371f7d9dd89 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jun 2022 00:34:46 +0000 Subject: [PATCH] fix: examples/creating-source-plugins/example-site/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- examples/creating-source-plugins/example-site/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/creating-source-plugins/example-site/package.json b/examples/creating-source-plugins/example-site/package.json index 8e79aa3d2dcfa..afde4913bf63e 100644 --- a/examples/creating-source-plugins/example-site/package.json +++ b/examples/creating-source-plugins/example-site/package.json @@ -16,8 +16,8 @@ "dependencies": { "gatsby": "^2.24.63", "gatsby-image": "^2.4.19", - "gatsby-plugin-sharp": "^2.6.36", - "gatsby-transformer-sharp": "^2.5.15", + "gatsby-plugin-sharp": "^3.13.0", + "gatsby-transformer-sharp": "^3.13.0", "react": "^16.12.0", "react-dom": "^16.12.0" },