Skip to content

Commit 3b35c91

Browse files
committed
fix: bump dependencies to their latest versions
1 parent 760227d commit 3b35c91

File tree

2 files changed

+942
-1097
lines changed

2 files changed

+942
-1097
lines changed

package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -27,48 +27,48 @@
2727
"prepare": "husky install .github/husky"
2828
},
2929
"dependencies": {
30-
"@sapphire/discord-utilities": "^2.4.0",
31-
"@sapphire/discord.js-utilities": "^4.1.5",
30+
"@sapphire/discord-utilities": "^2.7.0",
31+
"@sapphire/discord.js-utilities": "^4.6.0",
3232
"@sapphire/pieces": "^3.2.0",
33-
"@sapphire/ratelimits": "^2.1.10",
34-
"@sapphire/utilities": "^3.1.0",
33+
"@sapphire/ratelimits": "^2.3.0",
34+
"@sapphire/utilities": "^3.3.0",
3535
"lexure": "^0.17.0",
3636
"tslib": "^2.3.1"
3737
},
3838
"devDependencies": {
39-
"@commitlint/cli": "^16.0.1",
39+
"@commitlint/cli": "^16.1.0",
4040
"@commitlint/config-conventional": "^16.0.0",
4141
"@favware/npm-deprecate": "^1.0.4",
42-
"@favware/rollup-type-bundler": "^1.0.6",
43-
"@sapphire/eslint-config": "^4.0.8",
44-
"@sapphire/prettier-config": "^1.2.7",
45-
"@sapphire/ts-config": "^3.1.6",
42+
"@favware/rollup-type-bundler": "^1.0.7",
43+
"@sapphire/eslint-config": "^4.2.0",
44+
"@sapphire/prettier-config": "^1.3.0",
45+
"@sapphire/ts-config": "^3.3.0",
4646
"@types/jest": "^27.4.0",
47-
"@types/node": "^17.0.4",
47+
"@types/node": "^17.0.15",
4848
"@types/ws": "^8.2.2",
49-
"@typescript-eslint/eslint-plugin": "^5.8.1",
50-
"@typescript-eslint/parser": "^5.8.1",
49+
"@typescript-eslint/eslint-plugin": "^5.10.2",
50+
"@typescript-eslint/parser": "^5.10.2",
5151
"cz-conventional-changelog": "^3.3.0",
52-
"discord.js": "^13.5.0",
53-
"eslint": "^8.6.0",
52+
"discord.js": "^13.6.0",
53+
"eslint": "^8.8.0",
5454
"eslint-config-prettier": "^8.3.0",
5555
"eslint-plugin-prettier": "^4.0.0",
5656
"gen-esm-wrapper": "^1.1.3",
5757
"husky": "^7.0.4",
58-
"jest": "^27.4.5",
59-
"jest-circus": "^27.4.5",
60-
"lint-staged": "^12.1.4",
58+
"jest": "^27.5.0",
59+
"jest-circus": "^27.5.0",
60+
"lint-staged": "^12.3.3",
6161
"prettier": "^2.5.1",
6262
"pretty-quick": "^3.1.3",
63-
"rollup": "^2.62.0",
63+
"rollup": "^2.67.0",
6464
"rollup-plugin-version-injector": "^1.3.3",
6565
"standard-version": "^9.3.2",
66-
"ts-jest": "^27.1.2",
66+
"ts-jest": "^27.1.3",
6767
"ts-node": "^10.4.0",
68-
"typedoc": "^0.22.10",
69-
"typedoc-plugin-djs-links": "^1.0.3",
70-
"typedoc-plugin-mdn-links": "^1.0.4",
71-
"typescript": "^4.5.4"
68+
"typedoc": "^0.22.11",
69+
"typedoc-plugin-djs-links": "^1.0.4",
70+
"typedoc-plugin-mdn-links": "^1.0.5",
71+
"typescript": "^4.5.5"
7272
},
7373
"repository": {
7474
"type": "git",

0 commit comments

Comments
 (0)