Skip to content

Commit fa5cfa6

Browse files
committed
package.json - update @actions/io, semver, ncc
1 parent c95ae37 commit fa5cfa6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"description": "Download a prebuilt Ruby and add it to the PATH in 5 seconds",
55
"main": "index.js",
6+
"license": "MIT",
67
"scripts": {
78
"package": "ncc build index.js -o dist"
89
},
@@ -25,12 +26,12 @@
2526
"@actions/cache": "^4.0.3",
2627
"@actions/core": "^1.11.1",
2728
"@actions/exec": "^1.1.1",
28-
"@actions/io": "^1.1.2",
29+
"@actions/io": "^1.1.3",
2930
"@actions/tool-cache": "^2",
3031
"linux-os-info": "^2.0.0",
31-
"semver": "^7.3.7"
32+
"semver": "^7.7.2"
3233
},
3334
"devDependencies": {
34-
"@vercel/ncc": "^0.33.4"
35+
"@vercel/ncc": "^0.38.3"
3536
}
3637
}

0 commit comments

Comments
 (0)