Skip to content

Commit

Permalink
Update dependency gulp-header to v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 7, 2020
1 parent 9e72881 commit 401111a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"gulp-csscomb": "3.0.8",
"gulp-env": "0.4.0",
"gulp-eslint": "5.0.0",
"gulp-header": "2.0.7",
"gulp-header": "2.0.9",
"gulp-load-plugins": "1.5.0",
"gulp-mocha": "6.0.0",
"gulp-plumber": "1.2.1",
Expand Down
20 changes: 14 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5080,13 +5080,13 @@ [email protected]:
fancy-log "^1.3.2"
plugin-error "^1.0.1"

[email protected].7:
version "2.0.7"
resolved "https://registry.yarnpkg.com/gulp-header/-/gulp-header-2.0.7.tgz#07505740eb432e8d2bb2af68744858dabaaf491b"
integrity sha512-qppGkYGQZnt/mRJiiR5wYZIUwNUn47Xpg4+6tHYDVeAW5IDLbHBQwbw7axfMLWGE+gKQpB+yXLeslHMw1/Haog==
[email protected].9:
version "2.0.9"
resolved "https://registry.yarnpkg.com/gulp-header/-/gulp-header-2.0.9.tgz#8b432c4d4379dee6788845b16785b09c7675af84"
integrity sha512-LMGiBx+qH8giwrOuuZXSGvswcIUh0OiioNkUpLhNyvaC6/Ga8X6cfAeme2L5PqsbXMhL8o8b/OmVqIQdxprhcQ==
dependencies:
concat-with-sourcemaps "^1.1.0"
lodash.template "^4.4.0"
lodash.template "^4.5.0"
map-stream "0.0.7"
through2 "^2.0.0"

Expand Down Expand Up @@ -6628,14 +6628,22 @@ lodash.template@^3.0.0:
lodash.restparam "^3.0.0"
lodash.templatesettings "^3.0.0"

lodash.template@^4.0.2, lodash.template@^4.2.4, lodash.template@^4.4.0:
lodash.template@^4.0.2, lodash.template@^4.2.4:
version "4.4.0"
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.4.0.tgz#e73a0385c8355591746e020b99679c690e68fba0"
integrity sha1-5zoDhcg1VZF0bgILmWecaQ5o+6A=
dependencies:
lodash._reinterpolate "~3.0.0"
lodash.templatesettings "^4.0.0"

lodash.template@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==
dependencies:
lodash._reinterpolate "^3.0.0"
lodash.templatesettings "^4.0.0"

lodash.templatesettings@^3.0.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz#fb307844753b66b9f1afa54e262c745307dba8e5"
Expand Down

0 comments on commit 401111a

Please sign in to comment.