chore(deps): update dependency @types/jest to v29.5.14
All checks were successful
Check Transpiled JavaScript / Check dist/ (push) Successful in 45s
Continuous Integration / GitHub Actions Test (push) Successful in 8s
Renovate / renovate (push) Successful in 27s
Check Transpiled JavaScript / Check dist/ (pull_request) Successful in 1m36s
Continuous Integration / GitHub Actions Test (pull_request) Successful in 9s
Continuous Integration / TypeScript Tests (pull_request) Successful in 1m34s
Continuous Integration / TypeScript Tests (push) Successful in 52s
All checks were successful
Check Transpiled JavaScript / Check dist/ (push) Successful in 45s
Continuous Integration / GitHub Actions Test (push) Successful in 8s
Renovate / renovate (push) Successful in 27s
Check Transpiled JavaScript / Check dist/ (pull_request) Successful in 1m36s
Continuous Integration / GitHub Actions Test (pull_request) Successful in 9s
Continuous Integration / TypeScript Tests (pull_request) Successful in 1m34s
Continuous Integration / TypeScript Tests (push) Successful in 52s
This commit is contained in:
parent
c82bfd9aa7
commit
916bc58f0d
1 changed files with 5 additions and 3 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -7,6 +7,7 @@
|
|||
"": {
|
||||
"name": "setup-hugo",
|
||||
"version": "1.0.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
|
@ -1916,10 +1917,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/jest": {
|
||||
"version": "29.5.12",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz",
|
||||
"integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==",
|
||||
"version": "29.5.14",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz",
|
||||
"integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"expect": "^29.0.0",
|
||||
"pretty-format": "^29.0.0"
|
||||
|
|
Loading…
Reference in a new issue