Skip to content

Commit fe129f7

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 0d3d59b commit fe129f7

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
@@ -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": "^7.0.4",
8585
"electron": "^40.6.1",

yarn.lock

Lines changed: 10 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:
@@ -7395,6 +7395,11 @@ serialize-javascript@^6.0.2:
73957395
dependencies:
73967396
randombytes "^2.1.0"
73977397

7398+
serialize-javascript@^7.0.3:
7399+
version "7.0.4"
7400+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-7.0.4.tgz#c517735bd5b7631dd1fc191ee19cbb713ff8e05c"
7401+
integrity sha512-DuGdB+Po43Q5Jxwpzt1lhyFSYKryqoNjQSA9M92tyw0lyHIOur+XCalOUe0KTJpyqzT8+fQ5A0Jf7vCx/NKmIg==
7402+
73987403
serve-index@^1.9.1:
73997404
version "1.9.1"
74007405
resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239"

0 commit comments

Comments
 (0)