update deps

This commit is contained in:
lesion 2023-03-19 23:18:40 +01:00
parent 7eac4fce32
commit 5c88754116
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -42,7 +42,7 @@
"accept-language": "^3.0.18",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cookie-universal-nuxt": "^2.2.2",
@ -55,20 +55,21 @@
"http-signature": "^1.3.6",
"https-proxy-agent": "^5.0.1",
"ical.js": "^1.5.0",
"ics": "^3.0.1",
"ics": "^3.1.0",
"jsdom": "^21.1.0",
"leaflet": "^1.9.2",
"linkify-html": "^4.0.2",
"linkifyjs": "4.1.0",
"lodash": "^4.17.21",
"luxon": "^3.3.0",
"mariadb": "^2.5.6",
"memory-cache": "^0.2.0",
"microformat-node": "^2.0.1",
"minify-css-string": "^1.0.0",
"mkdirp": "^2.1.3",
"mkdirp": "^2.1.5",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.3.3",
"nuxt-edge": "2.16.1-27928821.5455c4a",
"nuxt-edge": "2.17.0-27941778.c493723",
"oauth2orize": "^1.11.1",
"passport": "^0.6.0",
"passport-anonymous": "^1.0.1",
@ -77,12 +78,12 @@
"passport-http-bearer": "^1.0.1",
"passport-oauth2-client-password": "^0.1.2",
"passport-oauth2-client-public": "^0.0.1",
"pg": "^8.9.0",
"pg": "^8.10.0",
"sequelize": "^6.28.0",
"sequelize-slugify": "^1.6.2",
"sharp": "^0.27.2",
"sqlite3": "^5.1.4",
"telegraf": "^4.9.1",
"telegraf": "^4.12.2",
"tiptap": "^1.32.0",
"tiptap-extensions": "^1.35.0",
"umzug": "^2.3.0",
@ -91,26 +92,21 @@
"vuetify": "2.6.14",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"yargs": "^17.5.0"
"yargs": "^17.7.1"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.12.3",
"jest": "^29.4.2",
"jest-environment-node": "^29.4.2",
"jest": "^29.5.0",
"jest-environment-node": "^29.5.0",
"prettier": "^2.8.1",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "^1.56.2",
"sass": "^1.59.2",
"sequelize-cli": "^6.3.0",
"supertest": "^6.3.3",
"webpack": "4",
"webpack-cli": "^4.10.0"
},
"resolutions": {
"nth-check": "^2.0.1",
"glob-parent": "^5.1.2",
"moment": "^2.29.2"
},
"jest": {
"testEnvironment": "jsdom"
},