From e04ec9fc3c0cdeddedea00945484780f50ccbb83 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 04:59:51 +0000 Subject: [PATCH] Bump gulp-load-plugins from 2.0.4 to 2.0.5 Bumps [gulp-load-plugins](https://github.com/jackfranklin/gulp-load-plugins) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/jackfranklin/gulp-load-plugins/releases) - [Commits](https://github.com/jackfranklin/gulp-load-plugins/compare/v2.0.4...v2.0.5) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 854e4b3..474683e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5659,9 +5659,9 @@ } }, "gulp-load-plugins": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/gulp-load-plugins/-/gulp-load-plugins-2.0.4.tgz", - "integrity": "sha512-pMvplJGBY0ej4q1yGTUUWY6CHd1cwOsf+0E+lsvR941CTASofYyrdJ3q8EgXY0wLHACWPrO0COsr1DFWJ7zzhg==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/gulp-load-plugins/-/gulp-load-plugins-2.0.5.tgz", + "integrity": "sha512-3FTwhf/qDTKMLpLQfEjDI0O/hRroE9gb0e10MT0j1Je/jIQQETCu6fmQCPOGhipdTaER0VHHF4+e9ISGeomCPw==", "dev": true, "requires": { "array-unique": "^0.3.2", diff --git a/package.json b/package.json index 7ce2b80..cfed588 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "gulp-babel": "^8.0.0", "gulp-if": "^3.0.0", "gulp-imagemin": "^7.1.0", - "gulp-load-plugins": "^2.0.4", + "gulp-load-plugins": "^2.0.5", "gulp-plumber": "^1.2.1", "gulp-postcss": "^9.0.0", "gulp-rename": "^2.0.0",