Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSegal855 committed Feb 4, 2024
2 parents 2afd206 + 8676f4b commit 059be65
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 172 deletions.
8 changes: 0 additions & 8 deletions .github/renovate.json

This file was deleted.

12 changes: 1 addition & 11 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff"
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
}
"settingsInheritedFrom": "Project-Steve-Bot/whitesource-config@main"
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"dependencies": {
"@discordjs/collection": "2.0.0",
"@octokit/rest": "20.0.2",
"@sapphire/decorators": "6.0.3",
"@sapphire/discord-utilities": "3.2.1",
"@sapphire/discord.js-utilities": "7.1.3",
"@sapphire/decorators": "6.0.4",
"@sapphire/discord-utilities": "3.2.2",
"@sapphire/discord.js-utilities": "7.1.6",
"@sapphire/fetch": "2.4.2",
"@sapphire/framework": "^4.7.2",
"@sapphire/pieces": "3.10.0",
"@sapphire/plugin-editable-commands": "3.1.0",
"@sapphire/plugin-logger": "3.0.7",
"@sapphire/plugin-subcommands": "^5.0.0",
"@sapphire/stopwatch": "1.5.1",
"@sapphire/time-utilities": "1.7.11",
"@sapphire/type": "2.4.3",
"@sapphire/utilities": "3.14.0",
"@sapphire/stopwatch": "1.5.2",
"@sapphire/time-utilities": "1.7.12",
"@sapphire/type": "2.4.4",
"@sapphire/utilities": "3.15.3",
"@skyra/env-utilities": "^1.2.1",
"axios": "1.6.2",
"axios": "1.6.7",
"canvas": "2.11.2",
"chart.js": "3.9.1",
"chartjs-node-canvas": "4.1.6",
Expand All @@ -51,15 +51,15 @@
"@types/node": "17.0.45",
"@types/node-cron": "3.0.11",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"eslint": "8.55.0",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"eslint": "8.56.0",
"eslint-plugin-deprecation": "1.5.0",
"npm-run-all": "4.1.5",
"rimraf": "4.4.1",
"tsc-watch": "6.0.4",
"tslib": "2.6.2",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"scripts": {
"build": "tsc --noEmit false",
Expand Down
Loading

0 comments on commit 059be65

Please sign in to comment.