From e617b8affbbafac399ef1fe7f059030feec7fd4c Mon Sep 17 00:00:00 2001 From: Gustavo Perdomo Date: Fri, 19 Dec 2025 20:20:42 -0300 Subject: [PATCH] feat: relax js-toml version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65e0dd67..98a69010 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@actions/http-client": "^2.2.1", "@actions/io": "^1.0.2", "@actions/tool-cache": "^2.0.2", - "js-toml": "1.0.2", + "js-toml": "^1.0.2", "semver": "^7.6.3", "uuid": "^11.1.0" }, diff --git a/package.json b/package.json index 3ce68200..e036f53a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@actions/http-client": "^2.2.1", "@actions/io": "^1.0.2", "@actions/tool-cache": "^2.0.2", - "js-toml": "1.0.2", + "js-toml": "^1.0.2", "semver": "^7.6.3", "uuid": "^11.1.0" },