Skip to content

Commit 7b5e8a9

Browse files
fix(deps): update all non-major dependencies
1 parent 139bc9b commit 7b5e8a9

File tree

6 files changed

+1806
-1949
lines changed

6 files changed

+1806
-1949
lines changed

.github/workflows/Continuous Integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: 16
1414
- name: Restore CI Cache
15-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag=v3.0.11
15+
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0
1616
id: cache-restore
1717
with:
1818
path: node_modules

.yarn/releases/yarn-3.7.0.cjs

Lines changed: 0 additions & 875 deletions
This file was deleted.

.yarn/releases/yarn-3.8.7.cjs

Lines changed: 875 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ plugins:
66
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
77
spec: "@yarnpkg/plugin-interactive-tools"
88

9-
yarnPath: .yarn/releases/yarn-3.7.0.cjs
9+
yarnPath: .yarn/releases/yarn-3.8.7.cjs

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,50 +54,50 @@
5454
},
5555
"dependencies": {
5656
"@prisma/client": "3.15.2",
57-
"@sapphire/decorators": "^6.0.2",
57+
"@sapphire/decorators": "^6.2.0",
5858
"@sapphire/discord.js-utilities": "^6.1.0",
5959
"@sapphire/eslint-config": "4.4.3",
60-
"@sapphire/fetch": "^2.4.1",
60+
"@sapphire/fetch": "^2.4.2",
6161
"@sapphire/framework": "next",
62-
"@sapphire/phisherman": "^1.4.1",
62+
"@sapphire/phisherman": "^1.4.2",
6363
"@sapphire/plugin-api": "^5.2.0",
6464
"@sapphire/plugin-editable-commands": "^3.1.0",
6565
"@sapphire/plugin-hmr": "^2.0.3",
6666
"@sapphire/plugin-i18next": "^5.1.1",
6767
"@sapphire/plugin-logger": "^3.0.7",
6868
"@sapphire/plugin-subcommands": "^4.3.0",
6969
"@sapphire/prettier-config": "^1.4.5",
70-
"@sapphire/stopwatch": "1.5.0",
71-
"@sapphire/time-utilities": "^1.7.10",
70+
"@sapphire/stopwatch": "1.5.4",
71+
"@sapphire/time-utilities": "^1.7.14",
7272
"@sapphire/ts-config": "3.3.4",
73-
"@sapphire/type": "^2.4.1",
74-
"@sapphire/utilities": "^3.13.0",
73+
"@sapphire/type": "^2.6.0",
74+
"@sapphire/utilities": "^3.18.2",
7575
"@spectera/tag-parser": "^2.3.1",
7676
"discord.js": "^13.17.1",
7777
"dotenv-cra": "^3.0.3"
7878
},
7979
"devDependencies": {
80-
"@babel/core": "^7.23.3",
81-
"@babel/preset-env": "^7.23.3",
80+
"@babel/core": "^7.28.4",
81+
"@babel/preset-env": "^7.28.3",
8282
"@babel/preset-typescript": "^7.23.3",
8383
"@commitlint/cli": "17.8.1",
8484
"@commitlint/config-angular": "17.8.1",
8585
"@commitlint/config-conventional": "17.8.1",
8686
"@types/jest": "^27.5.2",
87-
"@types/node": "16.18.65",
87+
"@types/node": "16.18.126",
8888
"@typescript-eslint/eslint-plugin": "5.62.0",
8989
"@typescript-eslint/parser": "5.62.0",
9090
"babel-jest": "^28.1.3",
9191
"colorette": "2.0.20",
92-
"eslint": "~8.54.0",
92+
"eslint": "~8.57.1",
9393
"husky": "8.0.3",
9494
"jest": "^28.1.3",
9595
"lint-staged": "12.5.0",
9696
"npm-run-all": "^4.1.5",
9797
"prettier": "2.8.8",
98-
"pretty-quick": "^3.1.3",
98+
"pretty-quick": "^3.3.1",
9999
"prisma": "3.15.2",
100-
"reflect-metadata": "0.1.13",
100+
"reflect-metadata": "0.2.2",
101101
"tsc-watch": "5.0.3",
102102
"tsup": "^5.12.9",
103103
"typescript": "^4.9.5"
@@ -109,6 +109,6 @@
109109
"#lib/*": "./dist/lib/*.js",
110110
"#root/*": "./dist/*.js"
111111
},
112-
"packageManager": "yarn@3.7.0",
112+
"packageManager": "yarn@3.8.7",
113113
"prettier": "@sapphire/prettier-config"
114114
}

0 commit comments

Comments
 (0)