From 1a63b2f540deb2825ce72d6ba49ce293e5791df8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 05:06:46 +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-HAWK-2808852 --- 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 b8d39096791c2..a58d12421971a 100644 --- a/packages/gatsby-plugin-less/package.json +++ b/packages/gatsby-plugin-less/package.json @@ -13,7 +13,7 @@ "babel-runtime": "^6.26.0", "extract-text-webpack-plugin": "^1.0.1", "gatsby-1-config-css-modules": "^1.0.10", - "less": "^2.7.2", + "less": "^3.0.2", "less-loader": "^3.0.0", "webpack": "^1.13.3" },