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" },