|
45 | 45 | "migrate:make": "knex migrate:make" |
46 | 46 | }, |
47 | 47 | "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", |
62 | 62 | "@koa/router": "^15.3.0", |
63 | 63 | "bcryptjs": "^3.0.3", |
64 | | - "dompurify": "^3.4.7", |
| 64 | + "dompurify": "^3.4.8", |
65 | 65 | "feathers-hooks-common": "^8.2.1", |
66 | 66 | "ical-generator": "^10.2.0", |
67 | | - "imapflow": "^1.3.3", |
| 67 | + "imapflow": "^1.3.5", |
68 | 68 | "isomorphic-dompurify": "^2.36.0", |
69 | 69 | "knex": "^3.1.0", |
70 | 70 | "mysql": "^2.18.1", |
71 | 71 | "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", |
74 | 74 | "pg": "^8.20.0", |
75 | 75 | "qs": "^6.15.2", |
76 | 76 | "rrule": "^2.8.1", |
|
79 | 79 | "devDependencies": { |
80 | 80 | "@eslint/eslintrc": "^3.3.5", |
81 | 81 | "@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", |
84 | 84 | "@tsconfig/node24": "^24.0.4", |
85 | 85 | "@types/koa__router": "^12.0.5", |
86 | 86 | "@types/mocha": "^10.0.10", |
87 | 87 | "@types/node": "^24.10.1", |
88 | 88 | "@types/nodemailer": "^8.0.0", |
89 | 89 | "@typescript-eslint/eslint-plugin": "^8.57.1", |
90 | 90 | "@typescript-eslint/parser": "^8.57.1", |
91 | | - "axios": "^1.15.2", |
| 91 | + "axios": "^1.17.0", |
92 | 92 | "cross-env": "^10.1.0", |
93 | 93 | "eslint": "^10.0.3", |
94 | 94 | "globals": "^17.4.0", |
|
0 commit comments