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

Commit

Permalink
chore(deps): update all non-major dependencies (#397)
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 Feb 28, 2024
1 parent 6dbc7d4 commit b539a9b
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .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@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3.1.0

- name: Login to GitHub Container Registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/amqplib": "^0.10.4",
"@types/pg": "^8.11.1"
"@types/amqplib": "^0.10.5",
"@types/pg": "^8.11.2"
},
"dependencies": {
"@cordis/bitfield": "^1.2.0",
Expand All @@ -45,7 +45,7 @@
"@sapphire/snowflake": "^3.5.3",
"@sapphire/utilities": "^3.15.3",
"amqp-connection-manager": "^4.1.14",
"discord-api-types": "^0.37.70",
"discord-api-types": "^0.37.71",
"drizzle-orm": "^0.29.4",
"pg": "^8.11.3",
"postgres": "^3.4.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/amqplib": "^0.10.4"
"@types/amqplib": "^0.10.5"
},
"dependencies": {
"@discordjs/builders": "^1.7.0",
Expand All @@ -41,7 +41,7 @@
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.15.3",
"amqplib": "^0.10.3",
"discord-api-types": "^0.37.70",
"discord-api-types": "^0.37.71",
"gen-esm-wrapper": "^1.1.3",
"tslib": "^2.6.2"
}
Expand Down
118 changes: 56 additions & 62 deletions pnpm-lock.yaml

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

10 changes: 5 additions & 5 deletions 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.3",
"discord-api-types": "^0.37.70",
"discord-api-types": "^0.37.71",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.29.4",
"gradient-string": "^2.0.2",
Expand All @@ -39,12 +39,12 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@swc/cli": "^0.3.9",
"@swc/cli": "^0.3.10",
"@swc/core": "^1.4.2",
"@types/amqplib": "^0.10.4",
"@types/amqplib": "^0.10.5",
"@types/gradient-string": "^1.1.5",
"@types/node": "^20.11.20",
"@types/pg": "^8.11.1",
"@types/node": "^20.11.21",
"@types/pg": "^8.11.2",
"drizzle-kit": "^0.20.14",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit b539a9b

Please sign in to comment.