From f56377ea0c23587e9946009ed8fc0223d642cbaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:00:51 +0000 Subject: [PATCH] chore(deps-dev): bump copy-webpack-plugin from 12.0.2 to 13.0.0 Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 12.0.2 to 13.0.0. - [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.2...v13.0.0) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-webpack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helia-webpack/package.json b/examples/helia-webpack/package.json index d7eeacf3..89261836 100644 --- a/examples/helia-webpack/package.json +++ b/examples/helia-webpack/package.json @@ -28,7 +28,7 @@ "@babel/preset-react": "^7.12.13", "@playwright/test": "^1.12.3", "babel-loader": "^9.1.2", - "copy-webpack-plugin": "^12.0.2", + "copy-webpack-plugin": "^13.0.0", "css-loader": "^7.1.2", "html-webpack-plugin": "^5.3.2", "node-polyfill-webpack-plugin": "^4.0.0",