Update dependency lazypipe to v1.0.2 (#8)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Samuel Philipp 2020-07-05 07:32:32 +00:00
commit 7c7425d4f4
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4174,9 +4174,9 @@
}
},
"lazypipe": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/lazypipe/-/lazypipe-1.0.1.tgz",
"integrity": "sha1-FHGu9rN6NA1Rw030Rpnc7wZMGUA=",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/lazypipe/-/lazypipe-1.0.2.tgz",
"integrity": "sha512-CrU+NYdFHW8ElaeXCWz5IbmetiYVYq1fOCmpdAeZ8L+khbv1e7EnshyjlKqkO+pJbVPrsJQnHbVxEiLujG6qhQ==",
"dev": true,
"requires": {
"stream-combiner": "*"

View File

@ -17,7 +17,7 @@
"devDependencies": {
"gulp": "4.0.2",
"del": "3.0.0",
"lazypipe": "1.0.1",
"lazypipe": "1.0.2",
"gulp-flatmap": "1.0.2",
"gulp-header": "2.0.5",
"gulp-rename": "1.4.0",