Skip to content

Commit 8e0123e

Browse files
build(deps-dev): bump copy-webpack-plugin from 13.0.0 to 13.0.1 (#365)
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/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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e58e9dd commit 8e0123e

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
@@ -63,7 +63,7 @@
6363
"@types/react-router-dom": "^5.3.2",
6464
"@typescript-eslint/eslint-plugin": "^8.39.1",
6565
"@typescript-eslint/parser": "^8.39.1",
66-
"copy-webpack-plugin": "^13.0.0",
66+
"copy-webpack-plugin": "^13.0.1",
6767
"css-loader": "^7.1.2",
6868
"cypress": "^14.5.4",
6969
"cypress-multi-reporters": "^2.0.5",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3959,9 +3959,9 @@ __metadata:
39593959
languageName: node
39603960
linkType: hard
39613961

3962-
"copy-webpack-plugin@npm:^13.0.0":
3963-
version: 13.0.0
3964-
resolution: "copy-webpack-plugin@npm:13.0.0"
3962+
"copy-webpack-plugin@npm:^13.0.1":
3963+
version: 13.0.1
3964+
resolution: "copy-webpack-plugin@npm:13.0.1"
39653965
dependencies:
39663966
glob-parent: ^6.0.1
39673967
normalize-path: ^3.0.0
@@ -3970,7 +3970,7 @@ __metadata:
39703970
tinyglobby: ^0.2.12
39713971
peerDependencies:
39723972
webpack: ^5.1.0
3973-
checksum: 668af779d5d29cbaff02b79588c3af03ab358fe6f8446859421f88cb857f3c7462366a1d02857667133238983ff4cdfb29427816f6959163b7639b94532c1153
3973+
checksum: 35673183e1e684ffa6ce85d463c14535296954d9ab7d46d487783a6a03c3e16b2c20070541b32e720eaddbfeaccf0abb193314f3a59dcc16778e414163f86205
39743974
languageName: node
39753975
linkType: hard
39763976

@@ -4089,7 +4089,7 @@ __metadata:
40894089
"@typescript-eslint/eslint-plugin": ^8.39.1
40904090
"@typescript-eslint/parser": ^8.39.1
40914091
concurrently: ^9.2.0
4092-
copy-webpack-plugin: ^13.0.0
4092+
copy-webpack-plugin: ^13.0.1
40934093
css-loader: ^7.1.2
40944094
cypress: ^14.5.4
40954095
cypress-multi-reporters: ^2.0.5

0 commit comments

Comments
 (0)