From 3be8731c8ece311607b76eb95f4dbd00f17af9a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Apr 2022 08:58:51 +0000 Subject: [PATCH] fix: packages/gatsby-1-config-extract-plugin/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- packages/gatsby-1-config-extract-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-1-config-extract-plugin/package.json b/packages/gatsby-1-config-extract-plugin/package.json index 3973c31a8a09e..719996d8cd17c 100644 --- a/packages/gatsby-1-config-extract-plugin/package.json +++ b/packages/gatsby-1-config-extract-plugin/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" }, "devDependencies": { "babel-cli": "^6.26.0",