From 4055ef9716d2ba178b7dfd86b696460bdb9885f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 21:04:05 +0200 Subject: [PATCH] chore(deps): update all non-major dependencies (#2) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/continuous-delivery.yml | 4 ++-- .github/workflows/publish.yml | 2 +- package.json | 4 ++-- yarn.lock | 23 +++++++---------------- 4 files changed, 12 insertions(+), 21 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index b13b73e..b8af7e7 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -27,7 +27,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@v6.5.0 + uses: docker/build-push-action@v6.6.1 with: push: true context: . @@ -53,7 +53,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@v6.5.0 + uses: docker/build-push-action@v6.6.1 with: push: true context: . diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c5b83dc..c06343f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -75,7 +75,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@v6.5.0 + uses: docker/build-push-action@v6.6.1 with: push: true context: . diff --git a/package.json b/package.json index 408384c..aba7a4e 100644 --- a/package.json +++ b/package.json @@ -27,12 +27,12 @@ "undici": "^6.19.7" }, "devDependencies": { - "@commitlint/cli": "^19.3.0", + "@commitlint/cli": "^19.4.0", "@commitlint/config-conventional": "^19.2.2", "@favware/cliff-jumper": "^4.0.3", "@sapphire/prettier-config": "^2.0.0", "@sapphire/ts-config": "^5.0.1", - "@types/node": "^22.1.0", + "@types/node": "^22.2.0", "eslint": "^8.57.0", "eslint-config-neon": "^0.1.62", "eslint-formatter-pretty": "5.0.0", diff --git a/yarn.lock b/yarn.lock index d59eb19..6fa5feb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -41,7 +41,7 @@ __metadata: languageName: node linkType: hard -"@commitlint/cli@npm:^19.3.0": +"@commitlint/cli@npm:^19.4.0": version: 19.4.0 resolution: "@commitlint/cli@npm:19.4.0" dependencies: @@ -1159,12 +1159,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*": - version: 22.1.0 - resolution: "@types/node@npm:22.1.0" +"@types/node@npm:*, @types/node@npm:^22.2.0": + version: 22.2.0 + resolution: "@types/node@npm:22.2.0" dependencies: undici-types: "npm:~6.13.0" - checksum: 10c0/553dafcb842b889c036d43b390d464e8ffcf3ca455ddd5b1a1ef98396381eafbeb0c112a15cc6bf9662b72bc25fc45efc4b6f604760e1e84c410f1b7936c488b + checksum: 10c0/c17900b34faecfec204f72970bd658d0c217aaf739c1bf7690c969465b6b26b77a8be1cd9ba735aadbd1dd20b5c3e4f406ec33528bf7c6eec90744886c5d5608 languageName: node linkType: hard @@ -1177,15 +1177,6 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^22.1.0": - version: 22.2.0 - resolution: "@types/node@npm:22.2.0" - dependencies: - undici-types: "npm:~6.13.0" - checksum: 10c0/c17900b34faecfec204f72970bd658d0c217aaf739c1bf7690c969465b6b26b77a8be1cd9ba735aadbd1dd20b5c3e4f406ec33528bf7c6eec90744886c5d5608 - languageName: node - linkType: hard - "@types/normalize-package-data@npm:^2.4.0": version: 2.4.4 resolution: "@types/normalize-package-data@npm:2.4.4" @@ -1996,14 +1987,14 @@ __metadata: version: 0.0.0-use.local resolution: "concourse-discord-webhook-resource@workspace:." dependencies: - "@commitlint/cli": "npm:^19.3.0" + "@commitlint/cli": "npm:^19.4.0" "@commitlint/config-conventional": "npm:^19.2.2" "@discordjs/rest": "npm:^2.3.0" "@favware/cliff-jumper": "npm:^4.0.3" "@sapphire/prettier-config": "npm:^2.0.0" "@sapphire/ts-config": "npm:^5.0.1" "@skyra/logger": "npm:^2.0.3" - "@types/node": "npm:^22.1.0" + "@types/node": "npm:^22.2.0" discord-api-types: "npm:^0.37.93" eslint: "npm:^8.57.0" eslint-config-neon: "npm:^0.1.62"