From 96f3c37ea4daf8f0e08ffd192a53c39286721a9a 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 de13daa1..cc266261 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 6665b9b4..49d25f96 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" },