From c3a12f9df6be482a129efeba4d1a7bd571aab1db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Dec 2022 02:18:47 +0000 Subject: [PATCH] fix: packages/gatsby-plugin-sass/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- packages/gatsby-plugin-sass/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 24bde263c5b5e..a9a50418e5f5a 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@babel/runtime": "^7.0.0", - "sass-loader": "^7.0.1" + "sass-loader": "^9.0.0" }, "devDependencies": { "@babel/cli": "^7.0.0",