mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix: update deps
This commit is contained in:
parent
d749061251
commit
793f2b9071
2 changed files with 1964 additions and 1877 deletions
28
package.json
28
package.json
|
@ -47,18 +47,18 @@
|
|||
"bcryptjs": "^2.4.3",
|
||||
"body-parser": "^2.0.0-beta.2",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"cookie-session": "^2.0.0",
|
||||
"cookie-session": "^2.1.0",
|
||||
"cookie-universal-nuxt": "^2.2.2",
|
||||
"cors": "^2.8.5",
|
||||
"dayjs": "^1.11.10",
|
||||
"dompurify": "^3.0.8",
|
||||
"dompurify": "^3.0.11",
|
||||
"email-templates": "^11.1.1",
|
||||
"express": "^4.18.1",
|
||||
"express-rate-limit": "^7.1.5",
|
||||
"https-proxy-agent": "^7.0.2",
|
||||
"express": "^4.19.2",
|
||||
"express-rate-limit": "^7.2.0",
|
||||
"https-proxy-agent": "^7.0.4",
|
||||
"ical.js": "^1.5.0",
|
||||
"ics": "^3.7.2",
|
||||
"jsdom": "^22.1.0",
|
||||
"jsdom": "^24.0.0",
|
||||
"leaflet": "^1.9.4",
|
||||
"linkify-html": "^4.1.3",
|
||||
"linkifyjs": "4.1.3",
|
||||
|
@ -73,7 +73,7 @@
|
|||
"mysql2": "^2.3.3",
|
||||
"nuxt-edge": "2.17.2-28258581.6132947",
|
||||
"oauth2orize": "^1.12.0",
|
||||
"passport": "^0.6.0",
|
||||
"passport": "^0.7.0",
|
||||
"passport-anonymous": "^1.0.1",
|
||||
"passport-custom": "^1.1.1",
|
||||
"passport-http": "^0.3.0",
|
||||
|
@ -81,20 +81,20 @@
|
|||
"passport-oauth2-client-password": "^0.1.2",
|
||||
"passport-oauth2-client-public": "^0.0.1",
|
||||
"pg": "^8.11.3",
|
||||
"semver": "^7.5.4",
|
||||
"sequelize": "^6.35.2",
|
||||
"semver": "^7.6.0",
|
||||
"sequelize": "^6.37.1",
|
||||
"sequelize-slugify": "^1.6.2",
|
||||
"sharp": "^0.27.2",
|
||||
"sqlite3": "^5.1.4",
|
||||
"telegraf": "^4.15.3",
|
||||
"sqlite3": "^5.1.7",
|
||||
"telegraf": "^4.16.3",
|
||||
"tiptap": "^1.32.0",
|
||||
"tiptap-extensions": "^1.35.0",
|
||||
"umzug": "^2.3.0",
|
||||
"v-calendar": "^2.4.2",
|
||||
"vue2-leaflet": "^2.7.1",
|
||||
"vuetify": "2.6.14",
|
||||
"winston": "^3.11.0",
|
||||
"winston-daily-rotate-file": "^4.7.1",
|
||||
"winston": "^3.13.0",
|
||||
"winston-daily-rotate-file": "^5.0.0",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -107,7 +107,7 @@
|
|||
"pug-plain-loader": "^1.1.0",
|
||||
"sass": "^1.67.0",
|
||||
"sequelize-cli": "^6.6.1",
|
||||
"supertest": "^6.3.3",
|
||||
"supertest": "^6.3.4",
|
||||
"webpack": "4",
|
||||
"webpack-cli": "^4.10.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue