update dependencies
This commit is contained in:
3140
package-lock.json
generated
3140
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
32
package.json
32
package.json
@@ -25,27 +25,27 @@
|
|||||||
"author": "Alif Rachmawadi <arch@subosito.com>",
|
"author": "Alif Rachmawadi <arch@subosito.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.2.6",
|
"@actions/core": "^1.2.7",
|
||||||
"@actions/exec": "^1.0.4",
|
"@actions/exec": "^1.0.4",
|
||||||
"@actions/http-client": "^1.0.8",
|
"@actions/http-client": "^1.0.11",
|
||||||
"@actions/io": "^1.0.2",
|
"@actions/io": "^1.1.0",
|
||||||
"@actions/tool-cache": "^1.6.0",
|
"@actions/tool-cache": "^1.6.1",
|
||||||
"semver": "^7.3.2",
|
"semver": "^7.3.5",
|
||||||
"uuid": "^8.3.1"
|
"uuid": "^8.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^26.0.14",
|
"@types/jest": "^26.0.23",
|
||||||
"@types/node": "^14.11.5",
|
"@types/node": "^14.14.41",
|
||||||
"@types/semver": "^7.3.4",
|
"@types/semver": "^7.3.5",
|
||||||
"@types/uuid": "^8.3.0",
|
"@types/uuid": "^8.3.0",
|
||||||
"@vercel/ncc": "^0.24.1",
|
"@vercel/ncc": "^0.28.3",
|
||||||
"jest": "^26.5.2",
|
"jest": "^26.6.3",
|
||||||
"jest-circus": "^26.5.2",
|
"jest-circus": "^26.6.3",
|
||||||
"nock": "^13.0.4",
|
"nock": "^13.0.11",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"prettier": "1.19.1",
|
"prettier": "2.2.1",
|
||||||
"ts-jest": "^26.4.1",
|
"ts-jest": "^26.5.5",
|
||||||
"typescript": "^4.0.3"
|
"typescript": "^4.2.4"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"minimist": "^1.2.2"
|
"minimist": "^1.2.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user