Skip to content
Snippets Groups Projects
Commit 2ca181dd authored by Chris Hallberg's avatar Chris Hallberg Committed by Robert Lange
Browse files

Update npm dependencies to fix vulnerabilities and match required versions.

parent 17349e10
No related merge requests found
{ {
"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"
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment