From 2bd474991de365c84429b76deffab6a0a29a2581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 19:07:32 +0000 Subject: [PATCH] build(deps): bump copy-webpack-plugin from 5.1.2 to 10.2.4 in /extension Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 5.1.2 to 10.2.4. - [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...v10.2.4) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/package.json b/extension/package.json index 597e3ca..2ee5b0d 100644 --- a/extension/package.json +++ b/extension/package.json @@ -37,7 +37,7 @@ "bignumber.js": "^9.0.1", "buffer": "^6.0.3", "concurrently": "^6.2.2", - "copy-webpack-plugin": "^5.1.2", + "copy-webpack-plugin": "^10.2.4", "fetch": "^1.1.0", "file-loader": "^6.0.0", "formik": "^2.1.4",