From 3ee7ff8a56e5bbad0ea4bbddeed23f1d31cd9032 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Mar 2021 08:32:36 +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-SSRI-1085630 --- packages/gatsby-plugin-netlify-cms/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index b2b05c77871a9..3c3b2eb756a2d 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -8,14 +8,14 @@ }, "dependencies": { "@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2", - "copy-webpack-plugin": "^5.1.2", + "copy-webpack-plugin": "^6.0.0", "html-webpack-exclude-assets-plugin": "^0.0.7", "html-webpack-plugin": "^3.2.0", "html-webpack-tags-plugin": "^2.0.17", "lodash": "^4.17.20", "mini-css-extract-plugin": "^0.11.2", "netlify-identity-widget": "^1.9.1", - "webpack": "^4.44.2" + "webpack": "^5.0.0" }, "devDependencies": { "@babel/cli": "^7.11.6",