Skip to content

Commit 308b219

Browse files
MSP-Gregeregon
authored andcommitted
package.json - update @actions/io, semver, ncc
1 parent c95ae37 commit 308b219

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 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
},
@@ -16,7 +17,6 @@
1617
"Ruby"
1718
],
1819
"author": "Benoit Daloze",
19-
"license": "MIT",
2020
"bugs": {
2121
"url": "https://github.com/ruby/setup-ruby/issues"
2222
},
@@ -25,12 +25,12 @@
2525
"@actions/cache": "^4.0.3",
2626
"@actions/core": "^1.11.1",
2727
"@actions/exec": "^1.1.1",
28-
"@actions/io": "^1.1.2",
28+
"@actions/io": "^1.1.3",
2929
"@actions/tool-cache": "^2",
3030
"linux-os-info": "^2.0.0",
31-
"semver": "^7.3.7"
31+
"semver": "^7.7.2"
3232
},
3333
"devDependencies": {
34-
"@vercel/ncc": "^0.33.4"
34+
"@vercel/ncc": "^0.38.3"
3535
}
3636
}

0 commit comments

Comments
 (0)