Skip to content

Commit 12c8052

Browse files
committed
update deps
1 parent 401de71 commit 12c8052

File tree

2 files changed

+186
-225
lines changed

2 files changed

+186
-225
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"@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",
3030
"@sequelize/core": "^7.0.0-alpha.43",
3131
"@sequelize/postgres": "^7.0.0-alpha.43",
3232
"@sequelize/sqlite3": "^7.0.0-alpha.43",
3333
"bufferutil": "^4.0.8",
3434
"canvas": "^3.0.0-rc2",
3535
"discord.js": "^14.16.3",
3636
"djs-slash-helper": "git+https://github.com/bristermitten/djs-slash-helper.git#1302255f21e14aa5c7bb987c11c7be53b1058f65",
37-
"dotenv": "^16.4.5",
37+
"dotenv": "^16.4.7",
3838
"expiry-map": "^2.0.0",
39-
"lru-cache": "^11.0.1",
39+
"lru-cache": "^11.0.2",
4040
"mariadb": "^3.4.0",
4141
"node-fetch": "^3.3.2",
4242
"node-schedule": "^2.1.1",
@@ -47,33 +47,33 @@
4747
"reflect-metadata": "^0.2.2",
4848
"sqlite3": "^5.1.7",
4949
"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",
5454
"zlib-sync": "^0.1.9"
5555
},
5656
"repository": "https://github.com/TheDeveloperDen/DevDenBot.git",
5757
"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",
6262
"@types/node-schedule": "^2.1.7",
6363
"@types/opentype.js": "^1.3.8",
6464
"@types/pg": "^8.11.10",
6565
"@types/sequelize": "^4.28.20",
6666
"@types/sqlite3": "^3.1.11",
6767
"@types/string-similarity": "^4.0.2",
6868
"@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",
7171
"nodemon": "^3.1.7",
7272
"ts-node": "^10.9.2",
7373
"ts-prune": "^0.10.3",
7474
"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"
7777
},
7878
"packageManager": "[email protected]"
7979
}

0 commit comments

Comments
 (0)