|
22 | 22 | "license": "MIT", |
23 | 23 | "dependencies": { |
24 | 24 | "@microsoft/eslint-formatter-sarif": "3.1.0", |
25 | | - "@sentry/cli": "^2.38.0", |
26 | | - "@sentry/integrations": "7.119.2", |
27 | | - "@sentry/node": "^8.35.0", |
28 | | - "@sentry/profiling-node": "^8.35.0", |
29 | | - "@sentry/tracing": "7.119.2", |
| 25 | + "@sentry/cli": "^2.39.1", |
| 26 | + "@sentry/integrations": "7.120.1", |
| 27 | + "@sentry/node": "^8.43.0", |
| 28 | + "@sentry/profiling-node": "^8.43.0", |
| 29 | + "@sentry/tracing": "7.120.1", |
30 | 30 | "@sequelize/core": "^7.0.0-alpha.43", |
31 | 31 | "@sequelize/postgres": "^7.0.0-alpha.43", |
32 | 32 | "@sequelize/sqlite3": "^7.0.0-alpha.43", |
33 | 33 | "bufferutil": "^4.0.8", |
34 | 34 | "canvas": "^3.0.0-rc2", |
35 | 35 | "discord.js": "^14.16.3", |
36 | 36 | "djs-slash-helper": "git+https://github.com/bristermitten/djs-slash-helper.git#1302255f21e14aa5c7bb987c11c7be53b1058f65", |
37 | | - "dotenv": "^16.4.5", |
| 37 | + "dotenv": "^16.4.7", |
38 | 38 | "expiry-map": "^2.0.0", |
39 | | - "lru-cache": "^11.0.1", |
| 39 | + "lru-cache": "^11.0.2", |
40 | 40 | "mariadb": "^3.4.0", |
41 | 41 | "node-fetch": "^3.3.2", |
42 | 42 | "node-schedule": "^2.1.1", |
|
47 | 47 | "reflect-metadata": "^0.2.2", |
48 | 48 | "sqlite3": "^5.1.7", |
49 | 49 | "string-similarity": "^4.0.4", |
50 | | - "tslib": "^2.8.0", |
51 | | - "utf-8-validate": "^6.0.4", |
52 | | - "winston": "^3.15.0", |
53 | | - "yaml": "^2.6.0", |
| 50 | + "tslib": "^2.8.1", |
| 51 | + "utf-8-validate": "^6.0.5", |
| 52 | + "winston": "^3.17.0", |
| 53 | + "yaml": "^2.6.1", |
54 | 54 | "zlib-sync": "^0.1.9" |
55 | 55 | }, |
56 | 56 | "repository": "https://github.com/TheDeveloperDen/DevDenBot.git", |
57 | 57 | "devDependencies": { |
58 | | - "@eslint/eslintrc": "^3.1.0", |
59 | | - "@eslint/js": "^9.13.0", |
60 | | - "@sentry/types": "^8.35.0", |
61 | | - "@types/node": "^22.8.0", |
| 58 | + "@eslint/eslintrc": "^3.2.0", |
| 59 | + "@eslint/js": "^9.16.0", |
| 60 | + "@sentry/types": "^8.43.0", |
| 61 | + "@types/node": "^22.10.1", |
62 | 62 | "@types/node-schedule": "^2.1.7", |
63 | 63 | "@types/opentype.js": "^1.3.8", |
64 | 64 | "@types/pg": "^8.11.10", |
65 | 65 | "@types/sequelize": "^4.28.20", |
66 | 66 | "@types/sqlite3": "^3.1.11", |
67 | 67 | "@types/string-similarity": "^4.0.2", |
68 | 68 | "@types/validator": "^13.12.2", |
69 | | - "eslint": "^9.13.0", |
70 | | - "globals": "^15.11.0", |
| 69 | + "eslint": "^9.16.0", |
| 70 | + "globals": "^15.13.0", |
71 | 71 | "nodemon": "^3.1.7", |
72 | 72 | "ts-node": "^10.9.2", |
73 | 73 | "ts-prune": "^0.10.3", |
74 | 74 | "ts-standard": "^12.0.2", |
75 | | - "typescript": "^5.6.3", |
76 | | - "typescript-eslint": "^8.15.0" |
| 75 | + "typescript": "^5.7.2", |
| 76 | + "typescript-eslint": "^8.18.0" |
77 | 77 | }, |
78 | 78 | "packageManager": "yarn@4.5.3" |
79 | 79 | } |
0 commit comments