update deps
This commit is contained in:
parent
0d01d70c5a
commit
5d55ce8d53
2 changed files with 1773 additions and 1755 deletions
32
package.json
32
package.json
|
@ -49,29 +49,29 @@
|
||||||
"cookie-session": "^2.0.0",
|
"cookie-session": "^2.0.0",
|
||||||
"cookie-universal-nuxt": "^2.2.2",
|
"cookie-universal-nuxt": "^2.2.2",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"dayjs": "^1.11.8",
|
"dayjs": "^1.11.9",
|
||||||
"dompurify": "^3.0.3",
|
"dompurify": "^3.0.5",
|
||||||
"email-templates": "^10.0.1",
|
"email-templates": "^10.0.1",
|
||||||
"express": "^4.18.1",
|
"express": "^4.18.1",
|
||||||
"express-rate-limit": "^6.7.0",
|
"express-rate-limit": "^6.8.1",
|
||||||
"http-signature": "^1.3.6",
|
"http-signature": "^1.3.6",
|
||||||
"https-proxy-agent": "^5.0.1",
|
"https-proxy-agent": "^7.0.1",
|
||||||
"ical.js": "^1.5.0",
|
"ical.js": "^1.5.0",
|
||||||
"ics": "^3.1.0",
|
"ics": "^3.2.0",
|
||||||
"jsdom": "^21.1.0",
|
"jsdom": "^22.1.0",
|
||||||
"leaflet": "^1.9.4",
|
"leaflet": "^1.9.4",
|
||||||
"linkify-html": "^4.1.1",
|
"linkify-html": "^4.1.1",
|
||||||
"linkifyjs": "4.1.1",
|
"linkifyjs": "4.1.1",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"luxon": "^3.3.0",
|
"luxon": "^3.3.0",
|
||||||
"mariadb": "^2.5.6",
|
"mariadb": "^3.2.0",
|
||||||
"memory-cache": "^0.2.0",
|
"memory-cache": "^0.2.0",
|
||||||
"microformat-node": "^2.0.1",
|
"microformat-node": "^2.0.1",
|
||||||
"minify-css-string": "^1.0.0",
|
"minify-css-string": "^1.0.0",
|
||||||
"mkdirp": "^2.1.6",
|
"mkdirp": "^2.1.6",
|
||||||
"multer": "^1.4.5-lts.1",
|
"multer": "^1.4.5-lts.1",
|
||||||
"mysql2": "^2.3.3",
|
"mysql2": "^2.3.3",
|
||||||
"nuxt-edge": "2.17.0-28098741.f3c5f95",
|
"nuxt-edge": "2.17.2-28179381.14bb6c2",
|
||||||
"oauth2orize": "^1.11.1",
|
"oauth2orize": "^1.11.1",
|
||||||
"passport": "^0.6.0",
|
"passport": "^0.6.0",
|
||||||
"passport-anonymous": "^1.0.1",
|
"passport-anonymous": "^1.0.1",
|
||||||
|
@ -80,8 +80,8 @@
|
||||||
"passport-http-bearer": "^1.0.1",
|
"passport-http-bearer": "^1.0.1",
|
||||||
"passport-oauth2-client-password": "^0.1.2",
|
"passport-oauth2-client-password": "^0.1.2",
|
||||||
"passport-oauth2-client-public": "^0.0.1",
|
"passport-oauth2-client-public": "^0.0.1",
|
||||||
"pg": "^8.11.0",
|
"pg": "^8.11.1",
|
||||||
"sequelize": "^6.32.0",
|
"sequelize": "^6.32.1",
|
||||||
"sequelize-slugify": "^1.6.2",
|
"sequelize-slugify": "^1.6.2",
|
||||||
"sharp": "^0.27.2",
|
"sharp": "^0.27.2",
|
||||||
"sqlite3": "^5.1.4",
|
"sqlite3": "^5.1.4",
|
||||||
|
@ -92,20 +92,20 @@
|
||||||
"v-calendar": "^2.4.1",
|
"v-calendar": "^2.4.1",
|
||||||
"vue2-leaflet": "^2.7.1",
|
"vue2-leaflet": "^2.7.1",
|
||||||
"vuetify": "2.6.14",
|
"vuetify": "2.6.14",
|
||||||
"winston": "^3.8.2",
|
"winston": "^3.10.0",
|
||||||
"winston-daily-rotate-file": "^4.7.1",
|
"winston-daily-rotate-file": "^4.7.1",
|
||||||
"yargs": "^17.7.2"
|
"yargs": "^17.7.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nuxtjs/vuetify": "^1.12.3",
|
"@nuxtjs/vuetify": "^1.12.3",
|
||||||
"@vue/language-plugin-pug": "^1.7.0",
|
"@vue/language-plugin-pug": "^1.8.8",
|
||||||
"jest": "^29.5.0",
|
"jest": "^29.6.2",
|
||||||
"jest-environment-node": "^29.5.0",
|
"jest-environment-node": "^29.6.2",
|
||||||
"prettier": "^2.8.8",
|
"prettier": "^2.8.8",
|
||||||
"pug": "^3.0.2",
|
"pug": "^3.0.2",
|
||||||
"pug-plain-loader": "^1.1.0",
|
"pug-plain-loader": "^1.1.0",
|
||||||
"sass": "^1.61.0",
|
"sass": "^1.64.1",
|
||||||
"sequelize-cli": "^6.3.0",
|
"sequelize-cli": "^6.6.1",
|
||||||
"supertest": "^6.3.3",
|
"supertest": "^6.3.3",
|
||||||
"webpack": "4",
|
"webpack": "4",
|
||||||
"webpack-cli": "^4.10.0"
|
"webpack-cli": "^4.10.0"
|
||||||
|
|
Loading…
Reference in a new issue