Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Dec 10, 2024
1 parent 401de71 commit 12c8052
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 225 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"license": "MIT",
"dependencies": {
"@microsoft/eslint-formatter-sarif": "3.1.0",
"@sentry/cli": "^2.38.0",
"@sentry/integrations": "7.119.2",
"@sentry/node": "^8.35.0",
"@sentry/profiling-node": "^8.35.0",
"@sentry/tracing": "7.119.2",
"@sentry/cli": "^2.39.1",
"@sentry/integrations": "7.120.1",
"@sentry/node": "^8.43.0",
"@sentry/profiling-node": "^8.43.0",
"@sentry/tracing": "7.120.1",
"@sequelize/core": "^7.0.0-alpha.43",
"@sequelize/postgres": "^7.0.0-alpha.43",
"@sequelize/sqlite3": "^7.0.0-alpha.43",
"bufferutil": "^4.0.8",
"canvas": "^3.0.0-rc2",
"discord.js": "^14.16.3",
"djs-slash-helper": "git+https://github.com/bristermitten/djs-slash-helper.git#1302255f21e14aa5c7bb987c11c7be53b1058f65",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"expiry-map": "^2.0.0",
"lru-cache": "^11.0.1",
"lru-cache": "^11.0.2",
"mariadb": "^3.4.0",
"node-fetch": "^3.3.2",
"node-schedule": "^2.1.1",
Expand All @@ -47,33 +47,33 @@
"reflect-metadata": "^0.2.2",
"sqlite3": "^5.1.7",
"string-similarity": "^4.0.4",
"tslib": "^2.8.0",
"utf-8-validate": "^6.0.4",
"winston": "^3.15.0",
"yaml": "^2.6.0",
"tslib": "^2.8.1",
"utf-8-validate": "^6.0.5",
"winston": "^3.17.0",
"yaml": "^2.6.1",
"zlib-sync": "^0.1.9"
},
"repository": "https://github.com/TheDeveloperDen/DevDenBot.git",
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@sentry/types": "^8.35.0",
"@types/node": "^22.8.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@sentry/types": "^8.43.0",
"@types/node": "^22.10.1",
"@types/node-schedule": "^2.1.7",
"@types/opentype.js": "^1.3.8",
"@types/pg": "^8.11.10",
"@types/sequelize": "^4.28.20",
"@types/sqlite3": "^3.1.11",
"@types/string-similarity": "^4.0.2",
"@types/validator": "^13.12.2",
"eslint": "^9.13.0",
"globals": "^15.11.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"nodemon": "^3.1.7",
"ts-node": "^10.9.2",
"ts-prune": "^0.10.3",
"ts-standard": "^12.0.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0"
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 12c8052

Please sign in to comment.