From 34a2e6df1b0d3529fbe6ee7c1ec122e503e2b232 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Sep 2021 07:21:08 +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-CSSWHAT-1298035 - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 --- 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 23f436efbfa2a..5a14fcf34ee50 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": "^3.0.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", "moment": "^2.14.1", - "node-sass": "^4.9.0", + "node-sass": "^5.0.0", "normalize.css": "^7.0.0", "prismjs": "^1.13.0", "prop-types": "^15.5.8",