mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
Updates
* 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:
parent
498002ee2d
commit
6a25eaac05
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user