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 5, 2024
1 parent be385d4 commit d6955fd
Show file tree
Hide file tree
Showing 9 changed files with 211 additions and 547 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@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
with:
context: ./
tags: ${{ steps.img_meta.outputs.tags }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@hazmi35/eslint-config": "^13.3.1",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"turbo": "^2.0.4",
"turbo": "^2.0.6",
"typescript": "^5.5.3"
},
"dependencies": {
"@changesets/cli": "^2.27.5"
"@changesets/cli": "^2.27.7"
},
"packageManager": "pnpm@9.4.0"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@sapphire/snowflake": "^3.5.3",
"@sapphire/utilities": "^3.16.2",
"amqp-connection-manager": "^4.1.14",
"discord-api-types": "^0.37.90",
"discord-api-types": "^0.37.92",
"drizzle-orm": "^0.31.2",
"tslib": "^2.6.3"
}
Expand Down
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
2 changes: 1 addition & 1 deletion packages/kanao-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"drizzle-kit": "^0.22.7",
"drizzle-kit": "^0.22.8",
"pg": "^8.12.0"
},
"dependencies": {
Expand Down
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 d6955fd

Please sign in to comment.