Update dependency gulp to v4.0.2

This commit is contained in:
Renovate Bot 2019-05-09 21:14:05 +00:00
parent ad9032d18d
commit d5857700c4
No known key found for this signature in database
GPG Key ID: 30DC19D6846E13FA
2 changed files with 12 additions and 12 deletions

20
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oddstronaut/tailwind-jekyll",
"version": "4.0.5",
"version": "4.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -3505,14 +3505,14 @@
"dev": true
},
"gulp": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.0.tgz",
"integrity": "sha1-lXZsYB2t5Kd+0+eyttwDiBtZY2Y=",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.2.tgz",
"integrity": "sha512-dvEs27SCZt2ibF29xYgmnwwCYZxdxhQ/+LFWlbAW8y7jt68L/65402Lz3+CKy0Ov4rOs+NERmDq7YlZaDqUIfA==",
"dev": true,
"requires": {
"glob-watcher": "^5.0.0",
"gulp-cli": "^2.0.0",
"undertaker": "^1.0.0",
"glob-watcher": "^5.0.3",
"gulp-cli": "^2.2.0",
"undertaker": "^1.2.1",
"vinyl-fs": "^3.0.0"
},
"dependencies": {
@ -7781,9 +7781,9 @@
"dev": true
},
"v8flags": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.1.2.tgz",
"integrity": "sha512-MtivA7GF24yMPte9Rp/BWGCYQNaUj86zeYxV/x2RRJMKagImbbv3u8iJC57lNhWLPcGLJmHcHmFWkNsplbbLWw==",
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.1.3.tgz",
"integrity": "sha512-amh9CCg3ZxkzQ48Mhcb8iX7xpAfYJgePHxWMQCBWECpOSqJUXgY26ncA61UTV0BkPqfhcy6mzwCIoP4ygxpW8w==",
"dev": true,
"requires": {
"homedir-polyfill": "^1.0.1"

View File

@ -1,6 +1,6 @@
{
"name": "@oddstronaut/tailwind-jekyll",
"version": "4.0.5",
"version": "4.0.6",
"description": "A starter kit for using Tailwind with Jekyll",
"main": "gulpfile.config.js",
"devDependencies": {
@ -9,7 +9,7 @@
"babel-register": "6.26.0",
"browser-sync": "2.26.5",
"cssnano": "4.1.10",
"gulp": "4.0.0",
"gulp": "4.0.2",
"gulp-if": "2.0.2",
"gulp-postcss": "7.0.1",
"gulp-purgecss": "1.1.1",