From 06f0c29cab6ac7dded89d03e818be87ae15e5e0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 11:34:25 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/docker.yml | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index db4c2b1..439c4f1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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 diff --git a/package.json b/package.json index a6a89bb..3632306 100644 --- a/package.json +++ b/package.json @@ -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", @@ -49,7 +49,7 @@ "@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",