From 9dd71310789984e8e261f1c51d5d3610e6026555 Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Fri, 5 May 2023 12:53:49 +0900 Subject: [PATCH] deps: fix --- package-lock.json | 8 ++++---- package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index eccc785..a21130e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,11 +9,11 @@ "version": "1.1.3", "license": "MIT", "dependencies": { - "@actions/core": "^1.2.6", - "@actions/exec": "^1.0.4", - "@actions/github": "^5.1.1", + "@actions/core": "1.10.0", + "@actions/exec": "1.1.1", + "@actions/github": "5.1.1", "marked": "^4.3.0", - "node-fetch": "^3.3.1", + "node-fetch": "3.3.1", "zod": "^3.21.4" }, "devDependencies": { diff --git a/package.json b/package.json index 218de3a..95c6445 100644 --- a/package.json +++ b/package.json @@ -25,11 +25,11 @@ "author": "Ryo Ota (https://github.com/nwtgck)", "license": "MIT", "dependencies": { - "@actions/core": "^1.2.6", - "@actions/exec": "^1.0.4", - "@actions/github": "^5.1.1", + "@actions/core": "1.10.0", + "@actions/exec": "1.1.1", + "@actions/github": "5.1.1", "marked": "^4.3.0", - "node-fetch": "^3.3.1", + "node-fetch": "3.3.1", "zod": "^3.21.4" }, "devDependencies": {