Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2022
1 parent 74286c0 commit 5cdd0c3
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 273 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: 16
- name: Restore CI Cache
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3.0.2
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3.0.4
id: cache-restore
with:
path: node_modules
Expand All @@ -46,7 +46,7 @@ jobs:
with:
node-version: 16.6
- name: Restore CI Cache
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3.0.2
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3.0.4
id: cache-restore
with:
path: node_modules
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"prepare": "husky install"
},
"dependencies": {
"@discordjs/builders": "0.13.0",
"@mikro-orm/core": "^5.1.4",
"@mikro-orm/mongodb": "^5.1.4",
"@discordjs/builders": "0.15.0",
"@mikro-orm/core": "^5.2.3",
"@mikro-orm/mongodb": "^5.2.3",
"@sapphire/async-queue": "^1.3.1",
"@sapphire/decorators": "^4.3.6",
"@sapphire/discord.js-utilities": "^4.11.3",
Expand All @@ -44,16 +44,16 @@
"@sapphire/utilities": "^3.7.0",
"@skyra/audio": "^2.0.0",
"@skyra/jaro-winkler": "^1.1.0",
"colorette": "^2.0.16",
"discord-api-types": "^0.33.0",
"discord.js": "^13.7.0",
"colorette": "^2.0.19",
"discord-api-types": "^0.36.1",
"discord.js": "^13.8.1",
"dotenv": "^16.0.1",
"envalid": "^7.3.1",
"fuse.js": "^6.6.2",
"node-cache": "^5.1.2",
"spotify-url-info": "^3.1.2",
"statcord.js": "^3.4.2",
"undici": "^5.3.0"
"undici": "^5.6.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
Expand All @@ -66,24 +66,24 @@
"@sapphire/eslint-config": "^4.3.7",
"@sapphire/prettier-config": "^1.4.3",
"@sapphire/ts-config": "^3.3.4",
"@swc/core": "^1.2.194",
"@swc/core": "^1.2.210",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^42.0.0",
"husky": "^7.0.4",
"lint-staged": "^13.0.1",
"lint-staged": "^13.0.3",
"pm2": "^5.2.0",
"prettier": "^2.6.2",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"tsup": "^5.12.9",
"typescript": "^4.7.2"
"typescript": "^4.7.4"
},
"resolutions": {
"@discordjs/collection": "0.6.0"
"@discordjs/collection": "0.7.0"
},
"engines": {
"node": ">=16.6",
Expand Down
Loading

0 comments on commit 5cdd0c3

Please sign in to comment.