From 25b35e2927f7f981a10f904b3176ebd3a5c03683 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 01:56: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-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 --- 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..4cbab80a538ab 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": "^3.0.2" }, "devDependencies": { "babel-cli": "^6.26.0",