Skip to content

Commit 1a4e084

Browse files
[web] Bump copy-webpack-plugin from 13.0.0 to 13.0.1 in /frontend/web
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 13.0.0 to 13.0.1. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/copy-webpack-plugin@v13.0.0...v13.0.1) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-version: 13.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 040c5b1 commit 1a4e084

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frontend/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@eslint/js": "^9.30.0",
30-
"copy-webpack-plugin": "^13.0.0",
30+
"copy-webpack-plugin": "^13.0.1",
3131
"css-loader": "^7.1.2",
3232
"css-minimizer-webpack-plugin": "^7.0.2",
3333
"eslint": "^9.34.0",

frontend/web/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -992,10 +992,10 @@ copy-concurrently@^1.0.0:
992992
rimraf "^2.5.4"
993993
run-queue "^1.0.0"
994994

995-
copy-webpack-plugin@^13.0.0:
996-
version "13.0.0"
997-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-13.0.0.tgz#793342576eed76fdbc7936b873eae17aa7a7d9a3"
998-
integrity sha512-FgR/h5a6hzJqATDGd9YG41SeDViH+0bkHn6WNXCi5zKAZkeESeSxLySSsFLHqLEVCh0E+rITmCf0dusXWYukeQ==
995+
copy-webpack-plugin@^13.0.1:
996+
version "13.0.1"
997+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-13.0.1.tgz#fba18c22bcab3633524e1b652580ff4489eddc0d"
998+
integrity sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==
999999
dependencies:
10001000
glob-parent "^6.0.1"
10011001
normalize-path "^3.0.0"

0 commit comments

Comments
 (0)