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 Dec 10, 2024
1 parent 97a0664 commit 98d2b49
Show file tree
Hide file tree
Showing 5 changed files with 516 additions and 513 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 Artiel Docker image
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
push: true
context: .
Expand Down
614 changes: 307 additions & 307 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.3.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.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,25 @@
},
"dependencies": {
"@discordjs/builders": "^1.9.0",
"@napi-rs/canvas": "^0.1.58",
"@prisma/client": "^5.21.1",
"@sapphire/duration": "^1.1.2",
"@sapphire/result": "^2.6.6",
"@sapphire/snowflake": "^3.5.3",
"@sapphire/utilities": "^3.17.0",
"@napi-rs/canvas": "^0.1.65",
"@prisma/client": "^5.22.0",
"@sapphire/duration": "^1.1.4",
"@sapphire/result": "^2.7.2",
"@sapphire/snowflake": "^3.5.5",
"@sapphire/utilities": "^3.18.1",
"@skyra/env-utilities": "^1.3.0",
"@skyra/http-framework": "^2.1.0",
"@skyra/http-framework": "^2.2.0",
"@skyra/http-framework-i18n": "^1.2.0",
"@skyra/logger": "^2.0.3",
"@skyra/safe-fetch": "^1.1.3",
"@skyra/shared-http-pieces": "^1.2.2",
"@skyra/start-banner": "^2.0.1",
"canvas-constructor": "^7.0.2",
"cron": "^3.1.7",
"cron": "^3.3.0",
"discord-api-types": "^0.37.100",
"gradient-string": "^3.0.0",
"minisearch": "^7.1.0",
"tslib": "^2.8.0",
"minisearch": "^7.1.1",
"tslib": "^2.8.1",
"turndown": "^7.2.0"
},
"devDependencies": {
Expand All @@ -58,7 +58,7 @@
"@sapphire/ts-config": "^5.0.1",
"@types/cron": "^2.4.3",
"@types/gradient-string": "^1.1.6",
"@types/node": "^22.8.6",
"@types/node": "^22.10.1",
"@types/turndown": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand All @@ -69,8 +69,8 @@
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.10",
"mathjax-full": "^3.2.2",
"prettier": "^3.3.3",
"prisma": "^5.21.1",
"prettier": "^3.4.2",
"prisma": "^5.22.0",
"rimraf": "^5.0.10",
"sharp": "^0.33.5",
"tsx": "^4.19.2",
Expand Down Expand Up @@ -102,8 +102,8 @@
"eslintConfig": {
"extends": "@sapphire"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"volta": {
"node": "22.11.0"
"node": "22.12.0"
}
}
Loading

0 comments on commit 98d2b49

Please sign in to comment.