From a11a68e4e6cbb14fcf66faec018d2d9acf6ad20b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 11:05:12 +0000 Subject: [PATCH] chore(deps): update dependency @actions/core to v1.10.1 --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 03d52be1..ff166e05 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "*.{js,ts,json,yml,md,mdx}": "prettier --write" }, "devDependencies": { - "@actions/core": "1.10.0", + "@actions/core": "1.10.1", "@graphql-codegen/add": "5.0.0", "@graphql-codegen/cli": "5.0.0", "@graphql-codegen/near-operation-file-preset": "2.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d155a9d7..02c265e4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: devDependencies: '@actions/core': - specifier: 1.10.0 - version: 1.10.0 + specifier: 1.10.1 + version: 1.10.1 '@graphql-codegen/add': specifier: 5.0.0 version: 5.0.0(graphql@16.8.0) @@ -151,8 +151,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /@actions/core@1.10.0: - resolution: {integrity: sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==} + /@actions/core@1.10.1: + resolution: {integrity: sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==} dependencies: '@actions/http-client': 2.1.1 uuid: 8.3.2