Update dependencies (#133)

* Use `fs.rmSync` instead of `fs.rmdirSync`.

To get rid of the deprecation warning. #119

* Update dependencies.
This commit is contained in:
スノル
2023-02-09 18:00:27 -05:00
committed by GitHub
parent 029296930b
commit 152b85e982
10 changed files with 5993 additions and 11906 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "setup-julia",
"version": "1.9.1",
"version": "1.9.2",
"private": true,
"description": "setup Julia action",
"main": "lib/setup-julia.js",
@@ -22,23 +22,24 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.0.0",
"@actions/io": "^1.0.0",
"@actions/tool-cache": "^1.0.0",
"async-retry": "^1.3.1",
"semver": "^6.3.0"
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1",
"async-retry": "^1.3.3",
"semver": "^7.3.8"
},
"devDependencies": {
"@types/async-retry": "^1.4.2",
"@types/jest": "^24.0.13",
"@types/node": "^12.12.7",
"@types/semver": "^6.0.0",
"@zeit/ncc": "^0.22.0",
"jest": "^24.8.0",
"jest-circus": "^24.7.1",
"nock": "^11.7.2",
"prettier": "^1.17.1",
"ts-jest": "^26.0.0",
"typescript": "^3.5.1"
"@types/async-retry": "^1.4.5",
"@types/jest": "^29.4.0",
"@types/node": "^16.18.12",
"@types/retry": "^0.12.2",
"@types/semver": "^7.3.13",
"@zeit/ncc": "^0.22.3",
"jest": "^29.4.2",
"jest-circus": "^29.4.2",
"nock": "^13.3.0",
"prettier": "^2.8.4",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
}
}