Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
fixed vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgmagalhaes committed Feb 25, 2019
1 parent c0adf7c commit b2be9f5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
"dotenv": "^6.2.0",
"event-stream": "^4.0.1",
"nodemon": "1.18.10",
"cloc": "^2.4.0",
"discord.js": "^11.4.2",
"dotenv": "^6.2.0",
"event-stream": "4.0.1",
"pg": "^7.8.0",
"reflect-metadata": "^0.1.10",
"typeorm": "0.2.14"
Expand All @@ -30,7 +26,13 @@
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.2.4",
"typings": "^2.1.1"
"typings": "^2.1.1",
"request": ">=2.68.0",
"cryptiles": ">=4.1.2",
"hawk": ">=3.1.3",
"hoek": ">=4.2.1",
"uglify-js": ">=2.6.0",
"handlebars": ">=4.0.0"
},
"scripts": {
"build-watch": "tsc --watch",
Expand Down

0 comments on commit b2be9f5

Please sign in to comment.