Skip to content

Commit 1e04365

Browse files
Bump copy-webpack-plugin from 13.0.1 to 14.0.0 in /assets
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 3d338d8 commit 1e04365

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/core": "^7.29.0",
1717
"@babel/preset-env": "^7.29.2",
1818
"babel-loader": "^10.1.1",
19-
"copy-webpack-plugin": "^13.0.1",
19+
"copy-webpack-plugin": "^14.0.0",
2020
"css-loader": "^7.1.4",
2121
"css-minimizer-webpack-plugin": "^7.0.4",
2222
"mini-css-extract-plugin": "^2.8.1",

assets/yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,15 +1426,15 @@ convert-source-map@^2.0.0:
14261426
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
14271427
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
14281428

1429-
copy-webpack-plugin@^13.0.1:
1430-
version "13.0.1"
1431-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-13.0.1.tgz#fba18c22bcab3633524e1b652580ff4489eddc0d"
1432-
integrity sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==
1429+
copy-webpack-plugin@^14.0.0:
1430+
version "14.0.0"
1431+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-14.0.0.tgz#cd253b60e8e55bb41019dfe3ef2979ba705592c7"
1432+
integrity sha512-3JLW90aBGeaTLpM7mYQKpnVdgsUZRExY55giiZgLuX/xTQRUs1dOCwbBnWnvY6Q6rfZoXMNwzOQJCSZPppfqXA==
14331433
dependencies:
14341434
glob-parent "^6.0.1"
14351435
normalize-path "^3.0.0"
14361436
schema-utils "^4.2.0"
1437-
serialize-javascript "^6.0.2"
1437+
serialize-javascript "^7.0.3"
14381438
tinyglobby "^0.2.12"
14391439

14401440
core-js-compat@^3.48.0:
@@ -2560,6 +2560,11 @@ serialize-javascript@^6.0.2:
25602560
dependencies:
25612561
randombytes "^2.1.0"
25622562

2563+
serialize-javascript@^7.0.3:
2564+
version "7.0.5"
2565+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-7.0.5.tgz#c798cc0552ffbb08981914a42a8756e339d0d5b1"
2566+
integrity sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==
2567+
25632568
shallow-clone@^3.0.0:
25642569
version "3.0.1"
25652570
resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3"

0 commit comments

Comments
 (0)