From eed83854e1a18736ec12025b451d69f9bdbdbc60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 22:37:19 +0000 Subject: [PATCH] Bump copy-webpack-plugin from 13.0.0 to 13.0.1 in /Build Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 13.0.0 to 13.0.1. - [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/v13.0.0...v13.0.1) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-version: 13.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Build/package-lock.json | 28 ++++------------------------ Build/package.json | 4 ++-- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/Build/package-lock.json b/Build/package-lock.json index cceec70..0dad818 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -24,7 +24,6 @@ "@uiw/codemirror-theme-bbedit": "^4.25.1", "@uiw/codemirror-theme-monokai": "^4.25.1", "codemirror": "^6.0.2", - "copy-webpack-plugin": "^13.0.0", "eslint": "^9.34.0", "eslint-linter-browserify": "^9.31.0", "file-saver": "^2.0.5", @@ -38,7 +37,7 @@ "@types/file-saver": "^2.0.7", "@types/prettier": "^3.0.0", "@types/split.js": "^1.6.0", - "copy-webpack-plugin": "^13.0.0", + "copy-webpack-plugin": "^13.0.1", "htmlhint": "^1.6.3", "ts-loader": "^9.5.2", "typescript": "^5.9.2", @@ -1305,25 +1304,6 @@ "@codemirror/view": ">=6.0.0" } }, - "node_modules/@uiw/codemirror-themes": { - "version": "4.24.1", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.24.1.tgz", - "integrity": "sha512-hduBbFNiWNW6nYa2/giKQ9YpzhWNw87BGpCjC+cXYMZ7bCD6q5DC6Hw+7z7ZwSzEaOQvV91lmirOjJ8hn9+pkg==", - "license": "MIT", - "dependencies": { - "@codemirror/language": "^6.0.0", - "@codemirror/state": "^6.0.0", - "@codemirror/view": "^6.0.0" - }, - "funding": { - "url": "https://jaywcjlove.github.io/#/sponsor" - }, - "peerDependencies": { - "@codemirror/language": ">=6.0.0", - "@codemirror/state": ">=6.0.0", - "@codemirror/view": ">=6.0.0" - } - }, "node_modules/@webassemblyjs/ast": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", @@ -2172,9 +2152,9 @@ "license": "MIT" }, "node_modules/copy-webpack-plugin": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-13.0.0.tgz", - "integrity": "sha512-FgR/h5a6hzJqATDGd9YG41SeDViH+0bkHn6WNXCi5zKAZkeESeSxLySSsFLHqLEVCh0E+rITmCf0dusXWYukeQ==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-13.0.1.tgz", + "integrity": "sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/Build/package.json b/Build/package.json index 7f714e5..30b50f9 100644 --- a/Build/package.json +++ b/Build/package.json @@ -36,13 +36,13 @@ "prettier": "^3.6.2", "prettier-plugin-css-order": "^2.1.2", "split.js": "^1.6.5", - "copy-webpack-plugin": "^13.0.0" + "copy-webpack-plugin": "^13.0.1" }, "devDependencies": { "@types/file-saver": "^2.0.7", "@types/prettier": "^3.0.0", "@types/split.js": "^1.6.0", - "copy-webpack-plugin": "^13.0.0", + "copy-webpack-plugin": "^13.0.1", "htmlhint": "^1.6.3", "ts-loader": "^9.5.2", "typescript": "^5.9.2",