update deps
This commit is contained in:
parent
526f2ec67c
commit
f9fd113afc
1 changed files with 14 additions and 14 deletions
28
package.json
28
package.json
|
@ -48,29 +48,29 @@
|
|||
"cookie-session": "^2.0.0",
|
||||
"cookie-universal-nuxt": "^2.2.2",
|
||||
"cors": "^2.8.5",
|
||||
"dayjs": "^1.11.9",
|
||||
"dayjs": "^1.11.10",
|
||||
"dompurify": "^3.0.5",
|
||||
"email-templates": "^11.1.1",
|
||||
"express": "^4.18.1",
|
||||
"express-rate-limit": "^6.9.0",
|
||||
"express-rate-limit": "^7.0.1",
|
||||
"http-signature": "^1.3.6",
|
||||
"https-proxy-agent": "^7.0.1",
|
||||
"https-proxy-agent": "^7.0.2",
|
||||
"ical.js": "^1.5.0",
|
||||
"ics": "^3.2.0",
|
||||
"ics": "^3.5.0",
|
||||
"jsdom": "^22.1.0",
|
||||
"leaflet": "^1.9.4",
|
||||
"linkify-html": "^4.1.1",
|
||||
"linkifyjs": "4.1.1",
|
||||
"lodash": "^4.17.21",
|
||||
"luxon": "^3.3.0",
|
||||
"mariadb": "^3.2.0",
|
||||
"luxon": "^3.4.3",
|
||||
"mariadb": "^3.2.1",
|
||||
"memory-cache": "^0.2.0",
|
||||
"microformat-node": "^2.0.1",
|
||||
"minify-css-string": "^1.0.0",
|
||||
"mkdirp": "^3.0.1",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"mysql2": "^2.3.3",
|
||||
"nuxt-edge": "2.17.2-28189462.072f3ca",
|
||||
"nuxt-edge": "2.17.2-28258581.6132947",
|
||||
"oauth2orize": "^1.11.1",
|
||||
"passport": "^0.6.0",
|
||||
"passport-anonymous": "^1.0.1",
|
||||
|
@ -79,13 +79,13 @@
|
|||
"passport-http-bearer": "^1.0.1",
|
||||
"passport-oauth2-client-password": "^0.1.2",
|
||||
"passport-oauth2-client-public": "^0.0.1",
|
||||
"pg": "^8.11.2",
|
||||
"pg": "^8.11.3",
|
||||
"semver": "^7.5.4",
|
||||
"sequelize": "^6.32.1",
|
||||
"sequelize": "^6.33.0",
|
||||
"sequelize-slugify": "^1.6.2",
|
||||
"sharp": "^0.27.2",
|
||||
"sqlite3": "^5.1.4",
|
||||
"telegraf": "^4.12.2",
|
||||
"telegraf": "^4.14.0",
|
||||
"tiptap": "^1.32.0",
|
||||
"tiptap-extensions": "^1.35.0",
|
||||
"umzug": "^2.3.0",
|
||||
|
@ -98,13 +98,13 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@nuxtjs/vuetify": "^1.12.3",
|
||||
"@vue/language-plugin-pug": "^1.8.8",
|
||||
"jest": "^29.6.2",
|
||||
"jest-environment-node": "^29.6.2",
|
||||
"@vue/language-plugin-pug": "^1.8.13",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-node": "^29.7.0",
|
||||
"prettier": "^2.8.8",
|
||||
"pug": "^3.0.2",
|
||||
"pug-plain-loader": "^1.1.0",
|
||||
"sass": "^1.64.1",
|
||||
"sass": "^1.67.0",
|
||||
"sequelize-cli": "^6.6.1",
|
||||
"supertest": "^6.3.3",
|
||||
"webpack": "4",
|
||||
|
|
Loading…
Reference in a new issue