Skip to content

Commit

Permalink
fix: guides/web-analytics/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
  • Loading branch information
snyk-bot committed May 13, 2024
1 parent 6560fce commit e665a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/web-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1",
"author": "Statsbot, Inc.",
"dependencies": {
"gatsby": "^2.15.28",
"gatsby": "^4.22.0",
"gatsby-image": "^2.2.23",
"gatsby-plugin-catch-links": "^2.1.12",
"gatsby-plugin-google-analytics": "^2.1.19",
Expand All @@ -13,7 +13,7 @@
"gatsby-plugin-nprogress": "^2.1.9",
"gatsby-plugin-offline": "^3.0.11",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sharp": "^2.2.27",
"gatsby-plugin-sharp": "^3.13.0",
"gatsby-plugin-sitemap": "^2.2.16",
"gatsby-plugin-styled-components": "^3.1.9",
"gatsby-plugin-twitter": "^2.1.9",
Expand Down

0 comments on commit e665a16

Please sign in to comment.