From 9d031d1d4973dbf9b37f5e4a6bf50d0e61799bbf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 07:07:55 +0000 Subject: [PATCH] fix: packages/gatsby-plugin-less/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- packages/gatsby-plugin-less/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-less/package.json b/packages/gatsby-plugin-less/package.json index 45a895cf54b78..f00729ca0c9d5 100644 --- a/packages/gatsby-plugin-less/package.json +++ b/packages/gatsby-plugin-less/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@babel/runtime": "^7.0.0", - "less-loader": "^4.1.0" + "less-loader": "^6.0.0" }, "devDependencies": { "@babel/cli": "^7.0.0",