Update npm dependencies to fix vulnerabilities and match required versions.
{ | { | ||
"name": "vufind", | "name": "vufind", | ||
"version": "6.1.2", | "version": "6.1.0", | ||
"description": "Dev tools to handle css preprocessing, js magic, and compression", | "description": "Dev tools to handle css preprocessing, js magic, and compression", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -10,15 +10,14 @@ | ... | @@ -10,15 +10,14 @@ |
"url": "https://vufind.org/jira" | "url": "https://vufind.org/jira" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"grunt": "^1.0.0", | "grunt": "^1.0.4", | ||
"grunt-cli": "^1.2.0", | "grunt-contrib-less": "^2.0.0", | ||
"grunt-contrib-less": "1.3.0", | |||
"grunt-less-to-sass": "duvillierA/grunt-less-to-sass#0.0.11", | "grunt-less-to-sass": "duvillierA/grunt-less-to-sass#0.0.11", | ||
"grunt-sass": "^2.0.0", | "grunt-sass": "^2.0.0", | ||
"jit-grunt": "^0.9.1", | "jit-grunt": "^0.9.1", | ||
"node-sass": "^4.11.0" | "node-sass": "^4.11.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"grunt-contrib-watch": "~0.6.1" | "grunt-contrib-watch": "^1.1.0" | ||
} | } | ||
} | } |
Please register or sign in to comment