Skip to content

Commit f9084b5

Browse files
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 dcf2165 commit f9084b5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@intlify/eslint-plugin-vue-i18n": "^4.1.1",
8080
"@stylistic/eslint-plugin": "^5.9.0",
8181
"babel-loader": "^10.0.0",
82-
"copy-webpack-plugin": "^13.0.1",
82+
"copy-webpack-plugin": "^14.0.0",
8383
"css-loader": "^7.1.4",
8484
"css-minimizer-webpack-plugin": "^8.0.0",
8585
"electron": "^40.6.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3230,15 +3230,15 @@ copy-anything@^4:
32303230
dependencies:
32313231
is-what "^5.2.0"
32323232

3233-
copy-webpack-plugin@^13.0.1:
3234-
version "13.0.1"
3235-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-13.0.1.tgz#fba18c22bcab3633524e1b652580ff4489eddc0d"
3236-
integrity sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==
3233+
copy-webpack-plugin@^14.0.0:
3234+
version "14.0.0"
3235+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-14.0.0.tgz#cd253b60e8e55bb41019dfe3ef2979ba705592c7"
3236+
integrity sha512-3JLW90aBGeaTLpM7mYQKpnVdgsUZRExY55giiZgLuX/xTQRUs1dOCwbBnWnvY6Q6rfZoXMNwzOQJCSZPppfqXA==
32373237
dependencies:
32383238
glob-parent "^6.0.1"
32393239
normalize-path "^3.0.0"
32403240
schema-utils "^4.2.0"
3241-
serialize-javascript "^6.0.2"
3241+
serialize-javascript "^7.0.3"
32423242
tinyglobby "^0.2.12"
32433243

32443244
core-js-compat@^3.46.0, core-js-compat@^3.48.0:

0 commit comments

Comments
 (0)