From 4788b4b73399faee6d101a7002b72a590b2a5ce4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Nov 2022 02:19:04 +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-3043105 --- packages/gatsby-plugin-stylus/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-stylus/package.json b/packages/gatsby-plugin-stylus/package.json index f00944c652116..880d95de79d12 100644 --- a/packages/gatsby-plugin-stylus/package.json +++ b/packages/gatsby-plugin-stylus/package.json @@ -8,7 +8,7 @@ }, "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.10", "stylus": "^0.54.5", "stylus-loader": "webpack1"