Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#244)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 16, 2024
1 parent ea5001a commit 342b39c
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 423 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Teryl Docker image
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
push: true
context: .
Expand Down
610 changes: 305 additions & 305 deletions .yarn/releases/yarn-4.2.2.cjs → .yarn/releases/yarn-4.3.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'

yarnPath: .yarn/releases/yarn-4.2.2.cjs
yarnPath: .yarn/releases/yarn-4.3.0.cjs
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@discordjs/collection": "^2.1.0",
"@napi-rs/canvas": "^0.1.52",
"@napi-rs/canvas": "^0.1.53",
"@napi-rs/image": "^1.9.2",
"@prisma/client": "^5.15.0",
"@sapphire/async-queue": "^1.5.2",
Expand All @@ -48,7 +48,7 @@
"@vladfrangu/async_event_emitter": "^2.2.4",
"canvas-constructor": "^7.0.2",
"culori": "^4.0.1",
"discord-api-types": "^0.37.87",
"discord-api-types": "^0.37.89",
"gradient-string": "^2.0.2",
"he": "^1.2.0",
"ioredis": "^5.4.1",
Expand All @@ -69,15 +69,15 @@
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.2",
"@types/tar": "^6.1.13",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitest/coverage-v8": "^1.6.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"prisma": "^5.15.0",
"rimraf": "^5.0.7",
"tar": "^6.2.1",
Expand All @@ -86,7 +86,7 @@
},
"resolutions": {
"ansi-regex": "^5.0.1",
"discord-api-types": "^0.37.87",
"discord-api-types": "^0.37.89",
"minimist": "^1.2.8"
},
"engines": {
Expand All @@ -113,7 +113,7 @@
"@typescript-eslint/no-base-to-string": "off"
}
},
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.3.0",
"volta": {
"node": "20.14.0"
}
Expand Down
Loading

0 comments on commit 342b39c

Please sign in to comment.