diff --git a/package.json b/package.json index 394bad8..e54417c 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "description": "Download a prebuilt Ruby and add it to the PATH in 5 seconds", "main": "index.js", + "license": "MIT", "scripts": { "package": "ncc build index.js -o dist" }, @@ -16,7 +17,6 @@ "Ruby" ], "author": "Benoit Daloze", - "license": "MIT", "bugs": { "url": "https://github.com/ruby/setup-ruby/issues" }, @@ -25,12 +25,12 @@ "@actions/cache": "^4.0.3", "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", - "@actions/io": "^1.1.2", + "@actions/io": "^1.1.3", "@actions/tool-cache": "^2", "linux-os-info": "^2.0.0", - "semver": "^7.3.7" + "semver": "^7.7.2" }, "devDependencies": { - "@vercel/ncc": "^0.33.4" + "@vercel/ncc": "^0.38.3" } }