From ab018e68149e0e23504d928e97d8f9cb14609fe3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 18:34:47 +0000 Subject: [PATCH] fix: packages/gatsby-plugin-netlify-cms/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- packages/gatsby-plugin-netlify-cms/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index c3c6b4eb302a3..b50c867ea1b6b 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -9,11 +9,11 @@ "dependencies": { "friendly-errors-webpack-plugin": "^1.7.0", "html-webpack-exclude-assets-plugin": "^0.0.7", - "html-webpack-plugin": "^3.2.0", + "html-webpack-plugin": "^5.0.0", "lodash": "^4.17.10", - "mini-css-extract-plugin": "^0.4.1", + "mini-css-extract-plugin": "^1.0.0", "netlify-identity-widget": "^1.4.11", - "webpack": "^4.16.0" + "webpack": "^5.0.0" }, "devDependencies": { "@babel/cli": "^7.0.0",