From 03bee33e2638a2d90c63f22b2a205ff616b3b1a4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 11 Jul 2021 15:02:04 +0000 Subject: [PATCH] chore: bump copy-webpack-plugin from 5.1.2 to 9.0.1 in /backend Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 5.1.2 to 9.0.1. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.2...v9.0.1) Signed-off-by: dependabot-preview[bot] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index e2c3fc5..2e7384c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -146,7 +146,7 @@ "@typescript-eslint/parser": "^2.30.0", "bufferutil": "^4.0.1", "chai": "^4.2.0", - "copy-webpack-plugin": "^5.0.5", + "copy-webpack-plugin": "^9.0.1", "eslint": "^7.21.0", "eslint-config-prettier": "^8.1.0", "mocha": "^6.2.2",