Skip to content

Commit

Permalink
Merge pull request #1503 from nplanel/npm-audit-fix-1
Browse files Browse the repository at this point in the history
JS : NPM audit fix
  • Loading branch information
lebauce authored Dec 3, 2018
2 parents ea0a1f8 + 44df4a7 commit 5af47df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"description": "Skydive API",
"main": "api.js",
"dependencies": {
"@formschema/native": "^1.1.0",
"browser-or-node": "1.0.2",
"browserify": "16.2.0",
"browserify": "^16.2.3",
"lodash.defaultsdeep": "^4.6.0",
"najax": "1.0.3",
"qs": "^6.2.0",
"typescript": "^2.7.1",
"vue-form-generator": "^2.2.2",
"@formschema/native": "^1.1.0"
"vue-form-generator": "^2.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 5af47df

Please sign in to comment.