From a92ddc87c11dae04a3f854ae048fb2592fd8fa8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Nov 2022 04:09:12 +0000 Subject: [PATCH] fix: packages/gatsby-plugin-stylus/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 --- packages/gatsby-plugin-stylus/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-plugin-stylus/package.json b/packages/gatsby-plugin-stylus/package.json index f75ba0f19d8c8..b8426b303ad19 100644 --- a/packages/gatsby-plugin-stylus/package.json +++ b/packages/gatsby-plugin-stylus/package.json @@ -8,10 +8,10 @@ }, "dependencies": { "babel-runtime": "^6.26.0", - "extract-text-webpack-plugin": "^1.0.1", + "extract-text-webpack-plugin": "^2.0.0", "gatsby-1-config-css-modules": "^1.0.11", "stylus": "^0.54.5", - "stylus-loader": "webpack1" + "stylus-loader": "3.0.0" }, "devDependencies": { "babel-cli": "^6.26.0",