From 57376229f655a6ef49bc51337b4b0828a87dfc8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 10:21:41 +0000 Subject: [PATCH] fix: packages/react-google-maps-api-gatsby-example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHARP-5922108 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- .../react-google-maps-api-gatsby-example/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/react-google-maps-api-gatsby-example/package.json b/packages/react-google-maps-api-gatsby-example/package.json index c7d51b8b3..a01bd88ab 100644 --- a/packages/react-google-maps-api-gatsby-example/package.json +++ b/packages/react-google-maps-api-gatsby-example/package.json @@ -17,7 +17,7 @@ "@babel/core": "7.22.9" }, "dependencies": { - "@babel/core": "7.22.9", + "@babel/core": "7.23.2", "@babel/node": "7.22.6", "@babel/preset-env": "7.22.9", "@babel/preset-react": "7.22.5", @@ -25,8 +25,8 @@ "@react-google-maps/api": "2.19.2", "@sentry/browser": "7.60.1", "cross-env": "7.0.3", - "gatsby": "5.11.0", - "gatsby-plugin-manifest": "5.11.0", + "gatsby": "5.12.6", + "gatsby-plugin-manifest": "5.12.1", "gatsby-plugin-purgecss": "6.2.1", "gatsby-plugin-react-helmet": "6.11.0", "gatsby-plugin-sitemap": "6.11.0", @@ -41,7 +41,7 @@ "redux-actions": "3.0.0", "redux-immutable": "4.0.0", "redux-thunk": "2.4.2", - "stylelint": "15.10.2", + "stylelint": "16.6.1", "stylelint-a11y": "1.2.3", "stylelint-config-css-modules": "4.3.0", "stylelint-config-recommended": "13.0.0",