chore(ci) update dependencies

Signed-off-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
MOREL Matthieu 2021-08-20 23:23:46 +02:00
parent 331ce1d993
commit e440d68e55
18 changed files with 9833 additions and 11226 deletions

View file

@ -23,22 +23,22 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/http-client": "^1.0.6",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.5.5",
"semver": "^6.1.1"
"@actions/core": "^1.5.0",
"@actions/http-client": "^1.0.11",
"@actions/io": "^1.1.1",
"@actions/tool-cache": "^1.7.1",
"semver": "^7.3.5"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^12.0.4",
"@types/semver": "^6.0.0",
"@zeit/ncc": "^0.21.0",
"jest": "^25.2.1",
"jest-circus": "^24.7.1",
"nock": "^10.0.6",
"prettier": "^1.17.1",
"ts-jest": "^24.0.2",
"typescript": "^3.8.3"
"@types/jest": "^27.0.1",
"@types/node": "^16.7.1",
"@types/semver": "^7.3.8",
"@vercel/ncc": "^0.29.2",
"jest": "^27.0.6",
"jest-circus": "^27.0.6",
"nock": "^13.1.2",
"prettier": "^1.19.1",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
}
}