Skip to content

Commit 51f1f0f

Browse files
committed
package upgrade
1 parent 77f5562 commit 51f1f0f

2 files changed

Lines changed: 234 additions & 224 deletions

File tree

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,32 +45,32 @@
4545
"migrate:make": "knex migrate:make"
4646
},
4747
"dependencies": {
48-
"@feathersjs/adapter-commons": "^5.0.44",
49-
"@feathersjs/authentication": "^5.0.44",
50-
"@feathersjs/authentication-client": "^5.0.44",
51-
"@feathersjs/authentication-local": "^5.0.44",
52-
"@feathersjs/authentication-oauth": "^5.0.44",
53-
"@feathersjs/configuration": "^5.0.44",
54-
"@feathersjs/errors": "^5.0.44",
55-
"@feathersjs/feathers": "^5.0.44",
56-
"@feathersjs/knex": "^5.0.44",
57-
"@feathersjs/koa": "^5.0.44",
58-
"@feathersjs/schema": "^5.0.44",
59-
"@feathersjs/socketio": "^5.0.44",
60-
"@feathersjs/transport-commons": "^5.0.44",
61-
"@feathersjs/typebox": "^5.0.44",
48+
"@feathersjs/adapter-commons": "^5.0.45",
49+
"@feathersjs/authentication": "^5.0.45",
50+
"@feathersjs/authentication-client": "^5.0.45",
51+
"@feathersjs/authentication-local": "^5.0.45",
52+
"@feathersjs/authentication-oauth": "^5.0.45",
53+
"@feathersjs/configuration": "^5.0.45",
54+
"@feathersjs/errors": "^5.0.45",
55+
"@feathersjs/feathers": "^5.0.45",
56+
"@feathersjs/knex": "^5.0.45",
57+
"@feathersjs/koa": "^5.0.45",
58+
"@feathersjs/schema": "^5.0.45",
59+
"@feathersjs/socketio": "^5.0.45",
60+
"@feathersjs/transport-commons": "^5.0.45",
61+
"@feathersjs/typebox": "^5.0.45",
6262
"@koa/router": "^15.3.0",
6363
"bcryptjs": "^3.0.3",
64-
"dompurify": "^3.4.7",
64+
"dompurify": "^3.4.8",
6565
"feathers-hooks-common": "^8.2.1",
6666
"ical-generator": "^10.2.0",
67-
"imapflow": "^1.3.3",
67+
"imapflow": "^1.3.5",
6868
"isomorphic-dompurify": "^2.36.0",
6969
"knex": "^3.1.0",
7070
"mysql": "^2.18.1",
7171
"mysql2": "^3.20.0",
72-
"node-ical": "^0.26.0",
73-
"nodemailer": "^8.0.5",
72+
"node-ical": "^0.26.1",
73+
"nodemailer": "^8.0.10",
7474
"pg": "^8.20.0",
7575
"qs": "^6.15.2",
7676
"rrule": "^2.8.1",
@@ -79,16 +79,16 @@
7979
"devDependencies": {
8080
"@eslint/eslintrc": "^3.3.5",
8181
"@eslint/js": "^10.0.1",
82-
"@feathersjs/cli": "^5.0.44",
83-
"@feathersjs/rest-client": "^5.0.44",
82+
"@feathersjs/cli": "^5.0.45",
83+
"@feathersjs/rest-client": "^5.0.45",
8484
"@tsconfig/node24": "^24.0.4",
8585
"@types/koa__router": "^12.0.5",
8686
"@types/mocha": "^10.0.10",
8787
"@types/node": "^24.10.1",
8888
"@types/nodemailer": "^8.0.0",
8989
"@typescript-eslint/eslint-plugin": "^8.57.1",
9090
"@typescript-eslint/parser": "^8.57.1",
91-
"axios": "^1.15.2",
91+
"axios": "^1.17.0",
9292
"cross-env": "^10.1.0",
9393
"eslint": "^10.0.3",
9494
"globals": "^17.4.0",

0 commit comments

Comments
 (0)