Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

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 15, 2024
1 parent be385d4 commit f667a13
Show file tree
Hide file tree
Showing 10 changed files with 263 additions and 606 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0

- name: Login to GitHub Container Registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0
with:
context: ./
tags: ${{ steps.img_meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0

- name: Setup Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version-file: .node-version
check-latest: true
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"turbo": "^2.0.4",
"rimraf": "^5.0.9",
"turbo": "^2.0.6",
"typescript": "^5.5.3"
},
"dependencies": {
"@changesets/cli": "^2.27.5"
"@changesets/cli": "^2.27.7"
},
"packageManager": "pnpm@9.4.0"
"packageManager": "pnpm@9.5.0"
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@sapphire/snowflake": "^3.5.3",
"@sapphire/utilities": "^3.16.2",
"amqp-connection-manager": "^4.1.14",
"discord-api-types": "^0.37.90",
"drizzle-orm": "^0.31.2",
"discord-api-types": "^0.37.92",
"drizzle-orm": "^0.32.0",
"tslib": "^2.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.16.2",
"amqplib": "^0.10.4",
"discord-api-types": "^0.37.90",
"discord-api-types": "^0.37.92",
"gen-esm-wrapper": "^1.1.3",
"tslib": "^2.6.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/kanao-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"drizzle-kit": "^0.22.7",
"drizzle-kit": "^0.23.0",
"pg": "^8.12.0"
},
"dependencies": {
"drizzle-orm": "^0.31.2",
"drizzle-orm": "^0.32.0",
"tslib": "^2.6.3"
}
}
2 changes: 1 addition & 1 deletion plugins/fastify-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"@sapphire/pieces": "^4.3.1",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.16.2",
"fastify": "^4.28.0"
"fastify": "^4.28.1"
}
}
Loading

0 comments on commit f667a13

Please sign in to comment.