Skip to content

Commit 0f22810

Browse files
[deps] Bump copy-webpack-plugin from 13.0.1 to 14.0.0
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>
1 parent 75c999d commit 0f22810

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@testing-library/jest-dom": "^6.4.2",
6868
"@types/jest": "^30.0.0",
6969
"compression-webpack-plugin": "^11.1.0",
70-
"copy-webpack-plugin": "^13.0.0",
70+
"copy-webpack-plugin": "^14.0.0",
7171
"coveralls": "^3.1.1",
7272
"css-loader": "^7.1.2",
7373
"dotenv-webpack": "^8.0.1",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3138,15 +3138,15 @@ cookie@~0.7.1:
31383138
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
31393139
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==
31403140

3141-
copy-webpack-plugin@^13.0.0:
3142-
version "13.0.1"
3143-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-13.0.1.tgz#fba18c22bcab3633524e1b652580ff4489eddc0d"
3144-
integrity sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==
3141+
copy-webpack-plugin@^14.0.0:
3142+
version "14.0.0"
3143+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-14.0.0.tgz#cd253b60e8e55bb41019dfe3ef2979ba705592c7"
3144+
integrity sha512-3JLW90aBGeaTLpM7mYQKpnVdgsUZRExY55giiZgLuX/xTQRUs1dOCwbBnWnvY6Q6rfZoXMNwzOQJCSZPppfqXA==
31453145
dependencies:
31463146
glob-parent "^6.0.1"
31473147
normalize-path "^3.0.0"
31483148
schema-utils "^4.2.0"
3149-
serialize-javascript "^6.0.2"
3149+
serialize-javascript "^7.0.3"
31503150
tinyglobby "^0.2.12"
31513151

31523152
core-js-compat@^3.48.0:
@@ -6926,6 +6926,11 @@ serialize-javascript@^6.0.2:
69266926
dependencies:
69276927
randombytes "^2.1.0"
69286928

6929+
serialize-javascript@^7.0.3:
6930+
version "7.0.5"
6931+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-7.0.5.tgz#c798cc0552ffbb08981914a42a8756e339d0d5b1"
6932+
integrity sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==
6933+
69296934
serve-index@^1.9.1:
69306935
version "1.9.2"
69316936
resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.2.tgz#2988e3612106d78a5e4849ddff552ce7bd3d9bcb"

0 commit comments

Comments
 (0)