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 (#341)
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 15, 2024
1 parent d1f2eaa commit f6e054a
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 68 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: if [ "${{ github.event_name }}" = "release" ]; then echo ::set-output name=name::; else echo ::set-output name=name::-dev; fi

- name: Generate Docker image metadata
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
id: img_meta
with:
flavor: |
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
with:
context: ./
tags: ${{ steps.img_meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@hazmi35/eslint-config": "^13.3.1",
"eslint": "^8.56.0",
"rimraf": "^5.0.5",
"turbo": "^1.12.3",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
}
}
126 changes: 63 additions & 63 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions services/kanao-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"bufferutil": "^4.0.8",
"discord-api-types": "^0.37.69",
"dockerode": "^4.0.2",
"dotenv": "^16.4.3",
"dotenv": "^16.4.4",
"drizzle-orm": "^0.29.3",
"gradient-string": "^2.0.2",
"pino": "^8.18.0",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.0",
"@swc/core": "^1.4.1",
"@types/amqplib": "^0.10.4",
"@types/dockerode": "^3.3.23",
"@types/gradient-string": "^1.1.5",
Expand Down

0 comments on commit f6e054a

Please sign in to comment.