From 20ff30f8865ace49bcf87aba444ed398bcd3ed22 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 22:57:26 +0000 Subject: [PATCH] fix: examples/using-square-payments/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- examples/using-square-payments/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/using-square-payments/package.json b/examples/using-square-payments/package.json index 60d4e9e5fc8bb..b63590a769e94 100644 --- a/examples/using-square-payments/package.json +++ b/examples/using-square-payments/package.json @@ -5,15 +5,15 @@ "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.13.0", "gatsby-image": "^2.4.19", - "gatsby-plugin-manifest": "^2.4.30", + "gatsby-plugin-manifest": "^3.3.0", "gatsby-plugin-offline": "^3.2.28", "gatsby-plugin-react-helmet": "^3.3.11", - "gatsby-plugin-sharp": "^2.6.36", + "gatsby-plugin-sharp": "^3.3.0", "gatsby-plugin-square-payment-form": "^1.0.3", "gatsby-source-filesystem": "^2.3.30", - "gatsby-transformer-sharp": "^2.5.15", + "gatsby-transformer-sharp": "^3.3.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0",