From 26e8a463dab4a63f1ade9c59e1617a332eb16008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 May 2019 22:11:49 +0200 Subject: [PATCH] chore(deps-dev): bump clean-webpack-plugin from 2.0.1 to 2.0.2 (#258) Bumps [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/johnagan/clean-webpack-plugin/releases) - [Commits](https://github.com/johnagan/clean-webpack-plugin/compare/v2.0.1...v2.0.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cd6d4cc..4c7b657 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ "@types/node": "^11.13.8", "@typescript-eslint/eslint-plugin": "^1.7.0", "@typescript-eslint/parser": "^1.7.0", - "clean-webpack-plugin": "^2.0.1", + "clean-webpack-plugin": "^2.0.2", "eslint": "^5.16.0", "eslint-config-marine": "^2.2.0", "terser-webpack-plugin": "^1.2.3", diff --git a/yarn.lock b/yarn.lock index 56b8316..3b77bf8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -702,10 +702,10 @@ class-utils@^0.3.5: isobject "^3.0.0" static-extend "^0.1.1" -clean-webpack-plugin@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-2.0.1.tgz#2241526b0030aa0249e78714471298f867fc2829" - integrity sha512-vway5pXGVd91bicwjaf8j188Al6VMf9R9Ekl6q0qeiaWStRsOOXuh4qtjX1UrUvmz5XevQVCdjBuzr4Tzsnpog== +clean-webpack-plugin@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-2.0.2.tgz#805a19ff20d46a06125298a25eb31142ecad2166" + integrity sha512-pi1111o4OBd9qvacbgs+NRqClfVPKVIc66B4d8kx6Ho/L+i9entQ/NpK600CsTYTPu3kWvKwwyKarsYMvC2xeA== dependencies: del "^4.0.0"