From 39f099aef0f07cead9a9b897f7bed9107a23cae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 04:30:07 +0000 Subject: [PATCH] Bump copy-webpack-plugin from 10.2.3 to 10.2.4 in /apps/main/assets Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.3 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/v10.2.3...v10.2.4) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/main/assets/package.json | 2 +- apps/main/assets/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/main/assets/package.json b/apps/main/assets/package.json index 7c5dccc..cd6cfb7 100644 --- a/apps/main/assets/package.json +++ b/apps/main/assets/package.json @@ -20,7 +20,7 @@ "@tailwindcss/forms": "^0.4.0", "autoprefixer": "^10.4.2", "babel-loader": "^8.2.3", - "copy-webpack-plugin": "^10.2.3", + "copy-webpack-plugin": "^10.2.4", "css-loader": "^6.5.1", "css-minimizer-webpack-plugin": "^3.4.1", "mini-css-extract-plugin": "^2.5.3", diff --git a/apps/main/assets/yarn.lock b/apps/main/assets/yarn.lock index 56ad97d..95e265a 100644 --- a/apps/main/assets/yarn.lock +++ b/apps/main/assets/yarn.lock @@ -1496,10 +1496,10 @@ convert-source-map@^1.7.0: dependencies: safe-buffer "~5.1.1" -copy-webpack-plugin@^10.2.3: - version "10.2.3" - resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-10.2.3.tgz#16fa11ce3bb34f9fd4e4f22a252a5ed88c57c730" - integrity sha512-DKg4/ijemcJmpo2vBQiwiL2u+t2XN6YYlr2v2Ejqltnn2vbPfXLAz/v0Rv8uB4UmlbB7NH4cGhLxCmtaVppvEQ== +copy-webpack-plugin@^10.2.4: + version "10.2.4" + resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz#6c854be3fdaae22025da34b9112ccf81c63308fe" + integrity sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg== dependencies: fast-glob "^3.2.7" glob-parent "^6.0.1"