Skip to content

Commit cbc2543

Browse files
chore(deps)(deps-dev): bump copy-webpack-plugin from 13.0.1 to 14.0.0 (#374)
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](webpack/copy-webpack-plugin@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 734b84e commit cbc2543

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@eslint/eslintrc": "^3.3.4",
4343
"@eslint/js": "^9.39.1",
4444
"bootstrap": "^5.3.8",
45-
"copy-webpack-plugin": "^13.0.1",
45+
"copy-webpack-plugin": "^14.0.0",
4646
"daily-version": "^2.0.0",
4747
"dot-json": "^1.3.0",
4848
"eslint": "^9.39.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2662,15 +2662,15 @@ cookie@^0.7.1:
26622662
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
26632663
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==
26642664

2665-
copy-webpack-plugin@^13.0.1:
2666-
version "13.0.1"
2667-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-13.0.1.tgz#fba18c22bcab3633524e1b652580ff4489eddc0d"
2668-
integrity sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==
2665+
copy-webpack-plugin@^14.0.0:
2666+
version "14.0.0"
2667+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-14.0.0.tgz#cd253b60e8e55bb41019dfe3ef2979ba705592c7"
2668+
integrity sha512-3JLW90aBGeaTLpM7mYQKpnVdgsUZRExY55giiZgLuX/xTQRUs1dOCwbBnWnvY6Q6rfZoXMNwzOQJCSZPppfqXA==
26692669
dependencies:
26702670
glob-parent "^6.0.1"
26712671
normalize-path "^3.0.0"
26722672
schema-utils "^4.2.0"
2673-
serialize-javascript "^6.0.2"
2673+
serialize-javascript "^7.0.3"
26742674
tinyglobby "^0.2.12"
26752675

26762676
core-js-compat@^3.48.0:
@@ -5493,6 +5493,11 @@ serialize-javascript@^6.0.2:
54935493
dependencies:
54945494
randombytes "^2.1.0"
54955495

5496+
serialize-javascript@^7.0.3:
5497+
version "7.0.4"
5498+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-7.0.4.tgz#c517735bd5b7631dd1fc191ee19cbb713ff8e05c"
5499+
integrity sha512-DuGdB+Po43Q5Jxwpzt1lhyFSYKryqoNjQSA9M92tyw0lyHIOur+XCalOUe0KTJpyqzT8+fQ5A0Jf7vCx/NKmIg==
5500+
54965501
serve-static@^2.2.0:
54975502
version "2.2.1"
54985503
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-2.2.1.tgz#7f186a4a4e5f5b663ad7a4294ff1bf37cf0e98a9"

0 commit comments

Comments
 (0)