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 (#420)
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 Apr 24, 2024
1 parent 421087c commit edfb3e2
Show file tree
Hide file tree
Showing 10 changed files with 146 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
scope: ${{ fromJson(inputs.SCOPE) }}
steps:
- name: Check Out Repo
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
fetch-depth: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
fetch-depth: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/services-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
version: ${{ steps.scope.outputs.version }}
steps:
- name: Check Out Repo
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- name: Get tag name
id: tag
run: echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
folders: ${{ steps.json.outputs.folders }}
steps:
- name: Check Out Repo
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
fetch-depth: 2
- name: List changed folders
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@sapphire/snowflake": "^3.5.3",
"@sapphire/utilities": "^3.15.3",
"amqp-connection-manager": "^4.1.14",
"discord-api-types": "^0.37.79",
"drizzle-orm": "^0.30.7",
"discord-api-types": "^0.37.81",
"drizzle-orm": "^0.30.9",
"pg": "^8.11.5",
"postgres": "^3.4.4",
"tslib": "^2.6.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@sapphire/pieces": "^4.2.2",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.15.3",
"amqplib": "^0.10.3",
"discord-api-types": "^0.37.79",
"amqplib": "^0.10.4",
"discord-api-types": "^0.37.81",
"gen-esm-wrapper": "^1.1.3",
"tslib": "^2.6.2"
}
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.20.14",
"drizzle-kit": "^0.20.17",
"pg": "^8.11.5"
},
"dependencies": {
"drizzle-orm": "^0.30.7",
"drizzle-orm": "^0.30.9",
"tslib": "^2.6.2"
}
}
Loading

0 comments on commit edfb3e2

Please sign in to comment.