From 5118014b064be95a5e45c433fd08e5cb33486fd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 11:04:00 +0000 Subject: [PATCH] Bump @types/copy-webpack-plugin from 6.0.0 to 6.2.0 Bumps [@types/copy-webpack-plugin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/copy-webpack-plugin) from 6.0.0 to 6.2.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/copy-webpack-plugin) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9bbdecdd..c618d34e 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@types/async-retry": "1.4.2", "@types/color": "3.0.1", "@types/columnify": "^1.5.0", - "@types/copy-webpack-plugin": "^6.0.0", + "@types/copy-webpack-plugin": "^6.2.0", "@types/electron-devtools-installer": "2.2.0", "@types/fs-extra": "9.0.3", "@types/lodash": "^4.14.165", diff --git a/yarn.lock b/yarn.lock index 95cc185c..71fd9322 100644 --- a/yarn.lock +++ b/yarn.lock @@ -680,12 +680,11 @@ resolved "https://registry.yarnpkg.com/@types/columnify/-/columnify-1.5.0.tgz#94bb31f14c66bab6d968caa455ff13af1f0e7632" integrity sha512-f39gUbf4NuSTVG9XEUJzYQ8L9e3l91jwywbJdU0fJixCRHKzQnyWxa9KfRPEuC3PhH5TIAi79kX2sAkXXSTB9Q== -"@types/copy-webpack-plugin@^6.0.0": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@types/copy-webpack-plugin/-/copy-webpack-plugin-6.0.0.tgz#ad4a4d7be859ba6a6adcb970aab3256a705cd049" - integrity sha512-Ousy+sNap1j44eG+C9FZvTUybpp9lFmKjBRF7L0NDs/+SDA9OXKo2OpsHJfD/LMWflz+uvfTCBXH1CgdL6AW/g== +"@types/copy-webpack-plugin@^6.2.0": + version "6.2.0" + resolved "https://registry.yarnpkg.com/@types/copy-webpack-plugin/-/copy-webpack-plugin-6.2.0.tgz#801f99b6e8378cfc8ea086cf7cd09988a29e6fe6" + integrity sha512-b4dGTj36/FiiBI8nzPWBACX85n6pIjlwXgEPvf12C5rOEDFyFxMCbRJ8g1l1ZM5NFH/hafw2/5QM1HmReE4AKA== dependencies: - "@types/node" "*" "@types/webpack" "*" "@types/debug@^4.1.5":