Skip to content

Commit 01b5c10

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 f2e772b commit 01b5c10

2 files changed

Lines changed: 6 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": "^12.0.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3245,15 +3245,15 @@ cookie@~0.7.1:
32453245
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
32463246
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==
32473247

3248-
copy-webpack-plugin@^13.0.0:
3249-
version "13.0.1"
3250-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-13.0.1.tgz#fba18c22bcab3633524e1b652580ff4489eddc0d"
3251-
integrity sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==
3248+
copy-webpack-plugin@^14.0.0:
3249+
version "14.0.0"
3250+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-14.0.0.tgz#cd253b60e8e55bb41019dfe3ef2979ba705592c7"
3251+
integrity sha512-3JLW90aBGeaTLpM7mYQKpnVdgsUZRExY55giiZgLuX/xTQRUs1dOCwbBnWnvY6Q6rfZoXMNwzOQJCSZPppfqXA==
32523252
dependencies:
32533253
glob-parent "^6.0.1"
32543254
normalize-path "^3.0.0"
32553255
schema-utils "^4.2.0"
3256-
serialize-javascript "^6.0.2"
3256+
serialize-javascript "^7.0.3"
32573257
tinyglobby "^0.2.12"
32583258

32593259
core-js-compat@^3.48.0:

0 commit comments

Comments
 (0)