From 6f191bcbb1fab38fa9da853ad77f345a782b487f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:19:26 +0000 Subject: [PATCH] chore(satellite): bump copy-webpack-plugin in /services/satellite Bumps [copy-webpack-plugin](https://github.com/webpack/copy-webpack-plugin) from 13.0.1 to 14.0.0. - [Release notes](https://github.com/webpack/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack/copy-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/copy-webpack-plugin/compare/v13.0.1...v14.0.0) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-version: 14.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- services/satellite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/satellite/package.json b/services/satellite/package.json index 45dc8f96..5e9f3fe0 100644 --- a/services/satellite/package.json +++ b/services/satellite/package.json @@ -34,7 +34,7 @@ "@types/node": "^25.2.3", "@typescript-eslint/eslint-plugin": "^8.56.1", "@typescript-eslint/parser": "^8.56.1", - "copy-webpack-plugin": "^13.0.1", + "copy-webpack-plugin": "^14.0.0", "eslint": "^10.0.0", "node-loader": "^2.1.0", "nodemon": "^3.1.11",