5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00

dep: update dev dependencies (#119)

This commit is contained in:
Calvin Leung Huang 2020-09-14 14:45:38 -07:00 committed by GitHub
parent d81a7a778d
commit 35be1a3b49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 392 additions and 514 deletions

898
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -52,11 +52,11 @@
},
"devDependencies": {
"@actions/core": "^1.2.3",
"@types/got": "^9.6.9",
"@types/got": "^9.6.11",
"@types/jest": "^26.0.13",
"@zeit/ncc": "^0.22.0",
"@zeit/ncc": "^0.22.3",
"jest": "^26.4.2",
"jest-when": "^2.7.0",
"semantic-release": "^17.0.4"
"jest-when": "^2.7.2",
"semantic-release": "^17.1.1"
}
}