From 9d72ca21632cd03f391dbd246a3f421cfe8f2fce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 04:16:20 +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-ANSIHTML-1296849 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-EVENTSOURCE-2823375 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- examples/using-javascript-transforms/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/using-javascript-transforms/package.json b/examples/using-javascript-transforms/package.json index 23f436efbfa2a..f07103b19b4a8 100644 --- a/examples/using-javascript-transforms/package.json +++ b/examples/using-javascript-transforms/package.json @@ -22,14 +22,14 @@ "dependencies": { "bulma": "0.4.2", "d3": "4.9.1", - "gatsby": "^2.0.0", + "gatsby": "^4.22.0", "gatsby-plugin-sass": "^2.0.1", "gatsby-remark-prismjs": "^3.0.0", "gatsby-source-filesystem": "^2.0.1", "gatsby-transformer-javascript-frontmatter": "^2.0.0", - "gatsby-transformer-remark": "^2.1.1", + "gatsby-transformer-remark": "^4.0.0", "moment": "^2.14.1", - "node-sass": "^4.9.0", + "node-sass": "^7.0.2", "normalize.css": "^7.0.0", "prismjs": "^1.13.0", "prop-types": "^15.5.8",