update deps
This commit is contained in:
parent
0a13afd0ad
commit
bb3cf9d5bb
2 changed files with 338 additions and 312 deletions
18
package.json
18
package.json
|
@ -30,15 +30,15 @@
|
||||||
"@nuxtjs/auth": "^4.9.1",
|
"@nuxtjs/auth": "^4.9.1",
|
||||||
"@nuxtjs/axios": "^5.13.5",
|
"@nuxtjs/axios": "^5.13.5",
|
||||||
"accept-language": "^3.0.18",
|
"accept-language": "^3.0.18",
|
||||||
"axios": "^0.25.0",
|
"axios": "^0.26.0",
|
||||||
"bcryptjs": "^2.4.3",
|
"bcryptjs": "^2.4.3",
|
||||||
"body-parser": "^1.18.3",
|
"body-parser": "^1.19.2",
|
||||||
"cookie-parser": "^1.4.6",
|
"cookie-parser": "^1.4.6",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"dayjs": "^1.10.7",
|
"dayjs": "^1.10.7",
|
||||||
"dompurify": "^2.3.5",
|
"dompurify": "^2.3.6",
|
||||||
"email-templates": "^8.0.8",
|
"email-templates": "^8.0.9",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.3",
|
||||||
"express-oauth-server": "lesion/express-oauth-server#master",
|
"express-oauth-server": "lesion/express-oauth-server#master",
|
||||||
"http-signature": "^1.3.6",
|
"http-signature": "^1.3.6",
|
||||||
"ical.js": "^1.5.0",
|
"ical.js": "^1.5.0",
|
||||||
|
@ -48,14 +48,14 @@
|
||||||
"linkify-html": "^3.0.4",
|
"linkify-html": "^3.0.4",
|
||||||
"linkifyjs": "3.0.5",
|
"linkifyjs": "3.0.5",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"mariadb": "^2.5.5",
|
"mariadb": "^2.5.6",
|
||||||
"microformat-node": "^2.0.1",
|
"microformat-node": "^2.0.1",
|
||||||
"minify-css-string": "^1.0.0",
|
"minify-css-string": "^1.0.0",
|
||||||
"mkdirp": "^1.0.4",
|
"mkdirp": "^1.0.4",
|
||||||
"multer": "^1.4.3",
|
"multer": "^1.4.3",
|
||||||
"nuxt-edge": "^2.16.0-27305297.ab1c6cb4",
|
"nuxt-edge": "^2.16.0-27305297.ab1c6cb4",
|
||||||
"pg": "^8.6.0",
|
"pg": "^8.6.0",
|
||||||
"sequelize": "^6.16.0",
|
"sequelize": "^6.17.0",
|
||||||
"sequelize-slugify": "^1.6.0",
|
"sequelize-slugify": "^1.6.0",
|
||||||
"sharp": "^0.27.2",
|
"sharp": "^0.27.2",
|
||||||
"sqlite3": "mapbox/node-sqlite3#918052b",
|
"sqlite3": "mapbox/node-sqlite3#918052b",
|
||||||
|
@ -67,8 +67,8 @@
|
||||||
"vue-i18n": "^8.26.7",
|
"vue-i18n": "^8.26.7",
|
||||||
"vue-template-compiler": "^2.6.14",
|
"vue-template-compiler": "^2.6.14",
|
||||||
"vuetify": "npm:@vuetify/nightly@dev",
|
"vuetify": "npm:@vuetify/nightly@dev",
|
||||||
"winston": "^3.5.1",
|
"winston": "^3.6.0",
|
||||||
"winston-daily-rotate-file": "^4.6.0",
|
"winston-daily-rotate-file": "^4.6.1",
|
||||||
"yargs": "^17.2.0"
|
"yargs": "^17.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue