From 7bcb296628e1d04a479489dc47a5ccf28c9a76ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 22:15:52 +0000 Subject: [PATCH] Bump plugin-error from 1.0.1 to 2.0.0 Bumps [plugin-error](https://github.com/gulpjs/plugin-error) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/gulpjs/plugin-error/releases) - [Changelog](https://github.com/gulpjs/plugin-error/blob/master/CHANGELOG.md) - [Commits](https://github.com/gulpjs/plugin-error/compare/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: plugin-error dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4dcbeef..0d76346 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "gulp-sass": "^4.0.1", "gulp-svgmin": "^3.0.0", "gulp-uglify": "^3.0.0", - "plugin-error": "^1.0.1", + "plugin-error": "^2.0.0", "gulp-webserver": "^0.9.1", "postcss": "^8.2.7", "request": "^2.79.0",