From f31ba3f647b3af85300dfaf1b55db42e8fc24994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:54:48 +0000 Subject: [PATCH] Bump copy-webpack-plugin from 12.0.1 to 12.0.2 Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 12.0.1 to 12.0.2. - [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/v12.0.1...v12.0.2) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c254fc6f8b..92b627632e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "check-disk-space": "^3.4.0", "chokidar": "~3.5.2", "connect-mongo": "^5.1.0", - "copy-webpack-plugin": "^12.0.1", + "copy-webpack-plugin": "^12.0.2", "core-js": "^3.35.0", "css-loader": "^6.9.0", "css-minimizer-webpack-plugin": "^5.0.1", @@ -1993,9 +1993,9 @@ } }, "node_modules/copy-webpack-plugin": { - "version": "12.0.1", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-12.0.1.tgz", - "integrity": "sha512-dhMfjJMYKDmmbG6Yn2pRSs1g8FgeQRtbE/JM6VAM9Xouk3KO1UVrwlLHLXxaI5F+o9WgnRfhFZzY9eV34O2gZQ==", + "version": "12.0.2", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-12.0.2.tgz", + "integrity": "sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==", "dependencies": { "fast-glob": "^3.3.2", "glob-parent": "^6.0.1", diff --git a/package.json b/package.json index 21cd02e8ca..9fd0253ea4 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "check-disk-space": "^3.4.0", "chokidar": "~3.5.2", "connect-mongo": "^5.1.0", - "copy-webpack-plugin": "^12.0.1", + "copy-webpack-plugin": "^12.0.2", "core-js": "^3.35.0", "css-loader": "^6.9.0", "css-minimizer-webpack-plugin": "^5.0.1",