-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update mend: high confidence minor and patch dependency up…
…dates
- Loading branch information
1 parent
b65e0b3
commit a049533
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,10 @@ | |
}, | ||
"dependencies": { | ||
"@discordjs/collection": "2.0.0", | ||
"@octokit/rest": "20.0.2", | ||
"@sapphire/decorators": "6.0.4", | ||
"@sapphire/discord-utilities": "3.2.2", | ||
"@sapphire/discord.js-utilities": "7.1.6", | ||
"@octokit/rest": "20.1.1", | ||
"@sapphire/decorators": "6.1.0", | ||
"@sapphire/discord-utilities": "3.3.0", | ||
"@sapphire/discord.js-utilities": "7.3.0", | ||
"@sapphire/fetch": "2.4.2", | ||
"@sapphire/framework": "^4.7.2", | ||
"@sapphire/pieces": "3.10.0", | ||
|
@@ -23,9 +23,9 @@ | |
"@sapphire/stopwatch": "1.5.2", | ||
"@sapphire/time-utilities": "1.7.12", | ||
"@sapphire/type": "2.4.4", | ||
"@sapphire/utilities": "3.15.3", | ||
"@sapphire/utilities": "3.16.2", | ||
"@skyra/env-utilities": "^1.2.1", | ||
"axios": "1.6.7", | ||
"axios": "1.7.2", | ||
"canvas": "2.11.2", | ||
"chart.js": "3.9.1", | ||
"chartjs-node-canvas": "4.1.6", | ||
|
@@ -40,7 +40,7 @@ | |
"parse-duration": "1.1.0", | ||
"pdf2json": "^3.0.3", | ||
"pretty-ms": "7.0.1", | ||
"reflect-metadata": "0.1.13" | ||
"reflect-metadata": "0.2.2" | ||
}, | ||
"_moduleAliases": { | ||
"@root": "dist", | ||
|
@@ -54,13 +54,13 @@ | |
"@types/ws": "8.5.10", | ||
"@typescript-eslint/eslint-plugin": "6.21.0", | ||
"@typescript-eslint/parser": "6.21.0", | ||
"eslint": "8.56.0", | ||
"eslint": "8.57.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.3" | ||
"tsc-watch": "6.2.0", | ||
"tslib": "2.6.3", | ||
"typescript": "5.4.5" | ||
}, | ||
"scripts": { | ||
"build": "tsc --noEmit false", | ||
|
@@ -76,5 +76,5 @@ | |
"clean:purge": "rimraf node_modules dist yarn.lock package-lock.json", | ||
"updeps": "yarn clean:purge && yarn install" | ||
}, | ||
"packageManager": "[email protected].0" | ||
"packageManager": "[email protected].2" | ||
} |