From 9c771d9aed3af26e25b22963caafcae33511ed31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 22:05:34 +0000 Subject: [PATCH] Bump plugin-error from 1.0.1 to 2.0.1 Bumps [plugin-error](https://github.com/gulpjs/plugin-error) from 1.0.1 to 2.0.1. - [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.1) --- 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..83839dd 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.1", "gulp-webserver": "^0.9.1", "postcss": "^8.2.7", "request": "^2.79.0",