Skip to content

Commit

Permalink
chore(deps-dev): bump gulp-load-plugins from 1.6.0 to 2.0.0 (#14)
Browse files Browse the repository at this point in the history
Bumps [gulp-load-plugins](https://github.com/jackfranklin/gulp-load-plugins) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/jackfranklin/gulp-load-plugins/releases)
- [Commits](jackfranklin/gulp-load-plugins@1.6.0...2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and RomanHotsiy committed Jul 8, 2019
1 parent 4f33e2f commit 104573b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"gulp-filter": "^6.0.0",
"gulp-istanbul": "^1.1.3",
"gulp-livereload": "^4.0.1",
"gulp-load-plugins": "^1.6.0",
"gulp-load-plugins": "^2.0.0",
"gulp-mocha": "^6.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
Expand Down
17 changes: 6 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1050,11 +1050,6 @@ array-union@^2.1.0:
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==

array-unique@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
integrity sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=

array-unique@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
Expand Down Expand Up @@ -3529,17 +3524,17 @@ gulp-livereload@^4.0.1:
tiny-lr "^1.1.1"
vinyl "^2.2.0"

gulp-load-plugins@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/gulp-load-plugins/-/gulp-load-plugins-1.6.0.tgz#2d060c42faf481141ef638431572923d8701bd0d"
integrity sha512-HlCODki0WHJvQIgAsJYOTkyo0c7TsDCetvfhrdGz9JYPL6A4mFRMGmKfoi6JmXjA/vvzg+fkT91c9FBh7rnkyg==
gulp-load-plugins@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/gulp-load-plugins/-/gulp-load-plugins-2.0.0.tgz#98c471292c6777f7fbb554ba1588dc64c88ddd61"
integrity sha512-/tYScCootRAlSv2mIiwazDodp8p2DILyoNP+6QjCvYpLtfEuuNqVGv/lfhZhWD6cWtfqiFdVYfSjzL4MLIcM1w==
dependencies:
array-unique "^0.2.1"
array-unique "^0.3.2"
fancy-log "^1.2.0"
findup-sync "^3.0.0"
gulplog "^1.0.0"
has-gulplog "^0.1.0"
micromatch "^3.1.10"
micromatch "^4.0.2"
resolve "^1.1.7"

gulp-mocha@^6.0.0:
Expand Down

0 comments on commit 104573b

Please sign in to comment.