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 (#439)
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 May 9, 2024
1 parent 5cf4f43 commit 8b14598
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 71 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
fetch-depth: 2
- name: List changed folders
Expand Down
135 changes: 72 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-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
},
"devDependencies": {
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.2",
"@swc/core": "^1.5.5",
"@types/amqplib": "^0.10.5",
"@types/gradient-string": "^1.1.6",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"@types/pg": "^8.11.6",
"drizzle-kit": "^0.20.18",
"rimraf": "^5.0.5",
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 @@ -43,11 +43,11 @@
},
"devDependencies": {
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.2",
"@swc/core": "^1.5.5",
"@types/amqplib": "^0.10.5",
"@types/dockerode": "^3.3.29",
"@types/gradient-string": "^1.1.6",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"@vladfrangu/async_event_emitter": "^2.2.4",
"drizzle-kit": "^0.20.18",
"rimraf": "^5.0.5",
Expand Down

0 comments on commit 8b14598

Please sign in to comment.