Bump gulp-load-plugins from 2.0.5 to 2.0.6

Bumps [gulp-load-plugins](https://github.com/jackfranklin/gulp-load-plugins) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/jackfranklin/gulp-load-plugins/releases)
- [Commits](https://github.com/jackfranklin/gulp-load-plugins/compare/v2.0.5...v2.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-30 04:32:37 +00:00 committed by GitHub
parent c206086ffd
commit d12edb5672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -6351,9 +6351,9 @@
} }
}, },
"gulp-load-plugins": { "gulp-load-plugins": {
"version": "2.0.5", "version": "2.0.6",
"resolved": "https://registry.npmjs.org/gulp-load-plugins/-/gulp-load-plugins-2.0.5.tgz", "resolved": "https://registry.npmjs.org/gulp-load-plugins/-/gulp-load-plugins-2.0.6.tgz",
"integrity": "sha512-3FTwhf/qDTKMLpLQfEjDI0O/hRroE9gb0e10MT0j1Je/jIQQETCu6fmQCPOGhipdTaER0VHHF4+e9ISGeomCPw==", "integrity": "sha512-HP5jUhPzvib37kWYLFvhDQJpBar2pXG7diFOFI4/PgCrQWobV5/MfnU0dMx0d5NfyJGcRrpUI1E0MROlLvNO4A==",
"dev": true, "dev": true,
"requires": { "requires": {
"array-unique": "^0.3.2", "array-unique": "^0.3.2",

View file

@ -54,7 +54,7 @@
"gulp-babel": "^8.0.0", "gulp-babel": "^8.0.0",
"gulp-if": "^3.0.0", "gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0", "gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^2.0.5", "gulp-load-plugins": "^2.0.6",
"gulp-merge": "^0.1.1", "gulp-merge": "^0.1.1",
"gulp-plumber": "^1.2.1", "gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0", "gulp-postcss": "^9.0.0",