Skip to content

Commit

Permalink
Merge pull request #15 from iwillhappy1314/dependabot/npm_and_yarn/gu…
Browse files Browse the repository at this point in the history
…lp-changed-3.2.0

Bump gulp-changed from 1.3.2 to 3.2.0
  • Loading branch information
iwillhappy1314 committed Jun 5, 2019
2 parents 23536bb + 05debaf commit 776e491
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"del": "^4.1.1",
"gulp": "^3.9",
"gulp-autoprefixer": "^3.1.1",
"gulp-changed": "^1.3.0",
"gulp-changed": "^3.2.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.3",
"gulp-flatten": "0.4.0",
Expand Down
32 changes: 21 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2489,12 +2489,16 @@ gulp-autoprefixer@^3.1.1:
through2 "^2.0.0"
vinyl-sourcemaps-apply "^0.2.0"

gulp-changed@^1.3.0:
version "1.3.2"
resolved "https://registry.yarnpkg.com/gulp-changed/-/gulp-changed-1.3.2.tgz#9efc8d325f9805cc7668fdf4e7d60d4b1410f2cf"
gulp-changed@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/gulp-changed/-/gulp-changed-3.2.0.tgz#cee9866d949e09187522523d6c65565f6e32bd7c"
dependencies:
gulp-util "^3.0.0"
make-dir "^1.1.0"
pify "^3.0.0"
plugin-error "^0.1.2"
replace-ext "^1.0.0"
through2 "^2.0.0"
touch "^3.1.0"

gulp-concat@^2.6.0:
version "2.6.1"
Expand Down Expand Up @@ -3808,13 +3812,7 @@ main-bower-files@^2.4.0:
strip-json-comments "^1.0.2"
vinyl-fs "^2.4.3"

make-dir@^1.0.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.2.0.tgz#6d6a49eead4aae296c53bbf3a1a008bd6c89469b"
dependencies:
pify "^3.0.0"

make-dir@^1.2.0:
make-dir@^1.0.0, make-dir@^1.1.0, make-dir@^1.2.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
dependencies:
Expand Down Expand Up @@ -4162,6 +4160,12 @@ nopt@^4.0.1:
abbrev "1"
osenv "^0.1.4"

nopt@~1.0.10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/nopt/-/nopt-1.0.10.tgz#6ddd21bd2a31417b92727dd585f8a6f37608ebee"
dependencies:
abbrev "1"

normalize-package-data@^2.3.2, normalize-package-data@^2.3.4:
version "2.4.0"
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.4.0.tgz#12f95a307d58352075a04907b84ac8be98ac012f"
Expand Down Expand Up @@ -5983,6 +5987,12 @@ to-regex@^3.0.1:
regex-not "^1.0.2"
safe-regex "^1.1.0"

touch@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/touch/-/touch-3.1.0.tgz#fe365f5f75ec9ed4e56825e0bb76d24ab74af83b"
dependencies:
nopt "~1.0.10"

tough-cookie@~2.3.0, tough-cookie@~2.3.3:
version "2.3.4"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.4.tgz#ec60cee38ac675063ffc97a5c18970578ee83655"
Expand Down

0 comments on commit 776e491

Please sign in to comment.