Skip to content

Commit 6e90051

Browse files
Javascript dependency: Bump copy-webpack-plugin in /web
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 12.0.2 to 13.0.0. - [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@v12.0.2...v13.0.0) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-version: 13.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bbef00a commit 6e90051

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"babel-loader": "^10.0.0",
3131
"browserify": "^17.0.0",
3232
"buffer": "^6.0.3",
33-
"copy-webpack-plugin": "^12.0.2",
33+
"copy-webpack-plugin": "^13.0.0",
3434
"cross-env": "^7.0.3",
3535
"css-loader": "^7.1.2",
3636
"css-minimizer-webpack-plugin": "^7.0.0",

web/yarn.lock

+7-8
Original file line numberDiff line numberDiff line change
@@ -5594,19 +5594,18 @@ __metadata:
55945594
languageName: node
55955595
linkType: hard
55965596

5597-
"copy-webpack-plugin@npm:^12.0.2":
5598-
version: 12.0.2
5599-
resolution: "copy-webpack-plugin@npm:12.0.2"
5597+
"copy-webpack-plugin@npm:^13.0.0":
5598+
version: 13.0.0
5599+
resolution: "copy-webpack-plugin@npm:13.0.0"
56005600
dependencies:
5601-
fast-glob: ^3.3.2
56025601
glob-parent: ^6.0.1
5603-
globby: ^14.0.0
56045602
normalize-path: ^3.0.0
56055603
schema-utils: ^4.2.0
56065604
serialize-javascript: ^6.0.2
5605+
tinyglobby: ^0.2.12
56075606
peerDependencies:
56085607
webpack: ^5.1.0
5609-
checksum: 98127735336c6db5924688486d3a1854a41835963d0c0b81695b2e3d58c6675164be7d23dee7090b84a56d3c9923175d3d0863ac1942bcc3317d2efc1962b927
5608+
checksum: 668af779d5d29cbaff02b79588c3af03ab358fe6f8446859421f88cb857f3c7462366a1d02857667133238983ff4cdfb29427816f6959163b7639b94532c1153
56105609
languageName: node
56115610
linkType: hard
56125611

@@ -8043,7 +8042,7 @@ __metadata:
80438042
languageName: node
80448043
linkType: hard
80458044

8046-
"globby@npm:^14.0.0, globby@npm:^14.0.1":
8045+
"globby@npm:^14.0.1":
80478046
version: 14.1.0
80488047
resolution: "globby@npm:14.1.0"
80498048
dependencies:
@@ -13651,7 +13650,7 @@ __metadata:
1365113650
chartjs-plugin-zoom: ^2.0.1
1365213651
codemirror: ^6.0.1
1365313652
convert-units: ^2.3.4
13654-
copy-webpack-plugin: ^12.0.2
13653+
copy-webpack-plugin: ^13.0.0
1365513654
cross-env: ^7.0.3
1365613655
css-loader: ^7.1.2
1365713656
css-minimizer-webpack-plugin: ^7.0.0

0 commit comments

Comments
 (0)