Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Blum <mikeblum@users.noreply.github.com>2019-09-02 18:37:21 +0300
committerGitHub <noreply@github.com>2019-09-02 18:37:21 +0300
commit5abf666666e99abf22fa9a45b25dc5157ac5efb7 (patch)
tree8de47d9b23fdb01662424d38d0ead3e490ca6858
parent08cbc80609446c25c54be33460fff74c6b539fdf (diff)
[SECURITY] ticked npm vulnerabilities in package.json (#13)
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index b62e428..603244f 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,12 @@
"version": "1.0.0",
"description": "![Powered By Hugo](https://raw.githubusercontent.com/mikeblum/hugo-now/master/static/logo/hugo-now.png)",
"main": "Gulpfile.js",
- "dependencies": {},
+ "dependencies": {
+ "braces": ">=2.3.1",
+ "lodash.template": ">=4.5.0",
+ "lodash.mergewith": ">=4.6.2",
+ "sshpk": ">=1.13.2"
+ },
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",