update dependencies
This commit is contained in:
parent
ccfc10002d
commit
0835b03280
2 changed files with 691 additions and 725 deletions
28
package.json
28
package.json
|
@ -19,35 +19,35 @@
|
|||
"bcrypt-nodejs": "^0.0.3",
|
||||
"body-parser": "^1.18.3",
|
||||
"bulmaswatch": "^0.8.1",
|
||||
"chalk": "^4.1.0",
|
||||
"chalk": "^4.1.2",
|
||||
"child-process-promise": "^2.2.1",
|
||||
"connect-flash": "^0.1.1",
|
||||
"dompurify": "^2.2.2",
|
||||
"dotenv": "^8.2.0",
|
||||
"dompurify": "^2.3.1",
|
||||
"dotenv": "^10.0.0",
|
||||
"express": "4.17.1",
|
||||
"express-pouchdb": "^4.2.0",
|
||||
"express-session": "^1.15.6",
|
||||
"express-session": "^1.17.2",
|
||||
"get-product-name": "1",
|
||||
"jsdom": "^16.4.0",
|
||||
"marked": "^1.2.5",
|
||||
"memdown": "^5.1.0",
|
||||
"mkdirp": "^0.5.5",
|
||||
"jsdom": "^17.0.0",
|
||||
"marked": "^3.0.3",
|
||||
"memdown": "^6.0.0",
|
||||
"mkdirp": "^1.0.4",
|
||||
"moment": "^2.29.1",
|
||||
"nanoid": "^3.1.16",
|
||||
"nanoid": "^3.1.25",
|
||||
"passport": "^0.4.0",
|
||||
"passport-local": "^1.0.0",
|
||||
"pouchdb": "^7.2.2",
|
||||
"pug": "^3.0.0",
|
||||
"pug": "^3.0.2",
|
||||
"session-pouchdb-store": "^0.4.1",
|
||||
"u64": "^1.0.1",
|
||||
"yes-no": "^0.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.13.0",
|
||||
"eslint-config-standard": "^16.0.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-standard": "^16.0.3",
|
||||
"eslint-plugin-import": "^2.24.2",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-promise": "^5.1.0",
|
||||
"nodemon": "^2.0.12"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue