From e4f1d1de06b7fd442399e5a90fe8b5f88a96fa4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 22:15:49 +0000 Subject: [PATCH] chore(deps): pin devdependency @actions/http-client to 2.2.3 (#85) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3b6de37..fa2e0e5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@actions/core": "1.9.1", - "@actions/http-client": "^2.2.3", + "@actions/http-client": "2.2.3", "@nuxt/eslint": "0.7.0", "@nuxt/test-utils": "3.14.4", "@playwright/test": "1.48.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dfa80d0..ffb5a2a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,7 +49,7 @@ importers: specifier: 1.9.1 version: 1.9.1 '@actions/http-client': - specifier: ^2.2.3 + specifier: 2.2.3 version: 2.2.3 '@nuxt/eslint': specifier: 0.7.0