feat: relax js-toml version

This commit is contained in:
Gustavo Perdomo 2025-12-19 20:20:42 -03:00
parent 4bd80cee01
commit 96f3c37ea4
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -17,7 +17,7 @@
"@actions/http-client": "^2.2.1", "@actions/http-client": "^2.2.1",
"@actions/io": "^1.0.2", "@actions/io": "^1.0.2",
"@actions/tool-cache": "^2.0.2", "@actions/tool-cache": "^2.0.2",
"js-toml": "1.0.2", "js-toml": "^1.0.2",
"semver": "^7.6.3", "semver": "^7.6.3",
"uuid": "^11.1.0" "uuid": "^11.1.0"
}, },

View file

@ -36,7 +36,7 @@
"@actions/http-client": "^2.2.1", "@actions/http-client": "^2.2.1",
"@actions/io": "^1.0.2", "@actions/io": "^1.0.2",
"@actions/tool-cache": "^2.0.2", "@actions/tool-cache": "^2.0.2",
"js-toml": "1.0.2", "js-toml": "^1.0.2",
"semver": "^7.6.3", "semver": "^7.6.3",
"uuid": "^11.1.0" "uuid": "^11.1.0"
}, },