* Updated yarn.lock.

* Added resolution for chokidar. This is going to be used by nunjucks if "watch" is set to true. Although we don't really use it, chokidar 1.x has a vulnerability.
This commit is contained in:
Bobby Wibowo 2018-04-25 18:39:54 +07:00
parent 498002ee2d
commit 6a25eaac05
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
2 changed files with 170 additions and 684 deletions

View File

@ -16,7 +16,7 @@
"license": "MIT",
"scripts": {
"start": "node ./lolisafe.js",
"pm2": "pm2 start --name lolisafe ./lolisafe.js "
"pm2": "pm2 start --name lolisafe ./lolisafe.js"
},
"dependencies": {
"bcrypt": "^2.0.0",
@ -41,6 +41,9 @@
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1"
},
"resolutions": {
"chokidar": "^2.0.3"
},
"eslintConfig": {
"env": {
"browser": true,

849
yarn.lock

File diff suppressed because it is too large Load Diff