mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
chore: Update dependencies
This commit is contained in:
parent
fee35918d1
commit
e6ab870827
6 changed files with 2443 additions and 4332 deletions
1767
server/package-lock.json
generated
1767
server/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -27,19 +27,19 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.688.0",
|
||||
"@aws-sdk/client-s3": "^3.698.0",
|
||||
"bcrypt": "^5.1.1",
|
||||
"dotenv": "^16.4.5",
|
||||
"dotenv-cli": "^7.4.2",
|
||||
"dotenv-cli": "^7.4.4",
|
||||
"fs-extra": "^11.2.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"knex": "^3.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
"moment": "^2.30.1",
|
||||
"nodemailer": "^6.9.15",
|
||||
"openid-client": "^5.7.0",
|
||||
"nodemailer": "^6.9.16",
|
||||
"openid-client": "^5.7.1",
|
||||
"rimraf": "^5.0.10",
|
||||
"sails": "^1.5.12",
|
||||
"sails": "^1.5.13",
|
||||
"sails-hook-orm": "^4.0.3",
|
||||
"sails-hook-sockets": "^3.0.1",
|
||||
"sails-postgresql": "^5.0.1",
|
||||
|
@ -48,16 +48,16 @@
|
|||
"stream-to-array": "^2.3.0",
|
||||
"uuid": "^9.0.1",
|
||||
"validator": "^13.12.0",
|
||||
"winston": "^3.14.2",
|
||||
"winston": "^3.17.0",
|
||||
"zxcvbn": "^4.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.5.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.30.0",
|
||||
"mocha": "^10.7.3",
|
||||
"nodemon": "^3.1.4"
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"mocha": "^10.8.2",
|
||||
"nodemon": "^3.1.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue