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 May 28, 2024
1 parent ccc2006 commit 79e1b37
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- name: Login to GitHub Container Registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
if: ${{ github.event_name != 'pull_request' }}
with:
registry: ghcr.io
Expand Down
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.85",
"discord-api-types": "^0.37.86",
"drizzle-orm": "^0.30.10",
"tslib": "^2.6.2"
}
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.85",
"discord-api-types": "^0.37.86",
"gen-esm-wrapper": "^1.1.3",
"tslib": "^2.6.2"
}
Expand Down
35 changes: 19 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/kanao-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@skyra/start-banner": "^2.0.1",
"amqp-connection-manager": "^4.1.14",
"amqplib": "^0.10.4",
"discord-api-types": "^0.37.85",
"discord-api-types": "^0.37.86",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.10",
"gradient-string": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions services/kanao-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"amqplib": "^0.10.4",
"better-sqlite3": "^10.0.0",
"bufferutil": "^4.0.8",
"discord-api-types": "^0.37.85",
"discord-api-types": "^0.37.86",
"dockerode": "^4.0.2",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.10",
"gradient-string": "^2.0.2",
"pino": "^9.1.0",
"pino-pretty": "^11.1.0",
"prometheus-middleware": "^1.3.5",
"prometheus-middleware": "^1.3.6",
"tslib": "^2.6.2",
"utf-8-validate": "^6.0.4"
},
Expand Down

0 comments on commit 79e1b37

Please sign in to comment.