Merge pull request #41 from rsheldiii/security-fixes

Security fixes
This commit is contained in:
Bob 2020-05-01 16:47:52 -04:00 committed by GitHub
commit 9103603067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 498 additions and 1477 deletions

1899
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,9 +23,9 @@
"dependencies": { "dependencies": {
"gulp-changed": "^3.2.0", "gulp-changed": "^3.2.0",
"gulp-changed-in-place": "^2.3.0", "gulp-changed-in-place": "^2.3.0",
"gulp-shell": "^0.6.5" "gulp-shell": "^0.8.0"
}, },
"devDependencies": { "devDependencies": {
"gulp": "github:gulpjs/gulp#4.0" "gulp": "4.0.2"
} }
} }