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-POSTCSS-5926692
  • Loading branch information
snyk-bot committed Oct 1, 2023
1 parent 6560fce commit 7f345dd
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": "^3.0.0",
"gatsby-image": "^2.2.23",
"gatsby-plugin-catch-links": "^2.1.12",
"gatsby-plugin-google-analytics": "^2.1.19",
Expand All @@ -24,7 +24,7 @@
"gatsby-remark-responsive-iframe": "^2.2.20",
"gatsby-remark-video": "keydunov/gatsby-remark-video",
"gatsby-source-filesystem": "^2.1.28",
"gatsby-transformer-remark": "^2.6.26",
"gatsby-transformer-remark": "^6.0.0",
"gatsby-transformer-sharp": "^2.2.19",
"gatsby-plugin-snowplow-tracker": "^1.0.1",
"guides-base": "file:../guides-base",
Expand Down

0 comments on commit 7f345dd

Please sign in to comment.