mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
update deps
This commit is contained in:
parent
f1158dba73
commit
7d42336f37
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gancio",
|
||||
"version": "1.8.0",
|
||||
"version": "1.9.0-ap",
|
||||
"description": "A shared agenda for local communities",
|
||||
"author": "lesion",
|
||||
"scripts": {
|
||||
|
@ -54,10 +54,10 @@
|
|||
"dompurify": "^3.0.6",
|
||||
"email-templates": "^11.1.1",
|
||||
"express": "^4.18.1",
|
||||
"express-rate-limit": "^7.1.1",
|
||||
"express-rate-limit": "^7.1.5",
|
||||
"https-proxy-agent": "^7.0.2",
|
||||
"ical.js": "^1.5.0",
|
||||
"ics": "^3.5.0",
|
||||
"ics": "^3.7.2",
|
||||
"jsdom": "^22.1.0",
|
||||
"leaflet": "^1.9.4",
|
||||
"linkify-html": "^4.1.3",
|
||||
|
@ -82,7 +82,7 @@
|
|||
"passport-oauth2-client-public": "^0.0.1",
|
||||
"pg": "^8.11.3",
|
||||
"semver": "^7.5.4",
|
||||
"sequelize": "^6.33.0",
|
||||
"sequelize": "^6.35.2",
|
||||
"sequelize-slugify": "^1.6.2",
|
||||
"sharp": "^0.27.2",
|
||||
"sqlite3": "^5.1.4",
|
||||
|
@ -99,7 +99,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@nuxtjs/vuetify": "^1.12.3",
|
||||
"@vue/language-plugin-pug": "^1.8.19",
|
||||
"@vue/language-plugin-pug": "^1.8.27",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-node": "^29.7.0",
|
||||
"prettier": "^2.8.8",
|
||||
|
|
Loading…
Reference in a new issue