Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2023
1 parent 336fc19 commit 05f39c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

- name: Set up Docker Buildx
id: buildx
Expand All @@ -41,7 +41,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@57396166ad8aefe6098280995947635806a0e6ea # v4.1.1
uses: docker/metadata-action@05d22bf31770de02e20c67c70365453e00227f61 # v4.2.0
id: img_meta
with:
flavor: |
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"license": "GPL-3.0",
"devDependencies": {
"@hazmi35/eslint-config": "^8.7.1",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.24",
"@swc/cli": "^0.1.59",
"@swc/core": "^1.3.26",
"@types/express": "^4.17.15",
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.48.1",
Expand Down Expand Up @@ -49,11 +49,11 @@
"@sapphire/time-utilities": "^1.7.8",
"@sapphire/utilities": "^3.11.0",
"dotenv": "^16.0.3",
"fastify": "^4.10.2",
"fastify": "^4.11.0",
"lavalink-api-types": "^1.1.5",
"pino": "^8.8.0",
"pino-pretty": "^9.1.1",
"reflect-metadata": "^0.1.13",
"undici": "^5.14.0"
"undici": "^5.15.0"
}
}

0 comments on commit 05f39c0

Please sign in to comment.