From a454606926dbb6ff06af2f42505d185dfb70e781 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 23:25:30 +0000 Subject: [PATCH] fix: examples/using-javascript-transforms/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 --- examples/using-javascript-transforms/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-javascript-transforms/package.json b/examples/using-javascript-transforms/package.json index 903168eff57b2..9624c2787eaa2 100644 --- a/examples/using-javascript-transforms/package.json +++ b/examples/using-javascript-transforms/package.json @@ -23,14 +23,14 @@ "dependencies": { "bulma": "0.9.0", "d3": "4.13.0", - "gatsby": "^2.24.63", + "gatsby": "^3.13.0", "gatsby-plugin-sass": "^2.3.13", "gatsby-remark-prismjs": "^3.5.13", "gatsby-source-filesystem": "^2.3.30", "gatsby-transformer-javascript-frontmatter": "^2.3.12", "gatsby-transformer-remark": "^2.8.35", "moment": "^2.28.0", - "node-sass": "^4.14.1", + "node-sass": "^5.0.0", "normalize.css": "^7.0.0", "prismjs": "^1.21.0", "prop-types": "^15.7.2",