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

chore(deps-dev): bump jest and @types/jest (#330)

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.

Updates `jest` from 26.6.3 to 28.1.1
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.1.1/packages/jest)

Updates `@types/jest` from 27.4.1 to 28.1.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-28 10:54:00 -07:00 committed by GitHub
parent cebb457349
commit bbf40c0251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3011 additions and 15200 deletions

18207
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -54,9 +54,9 @@
"devDependencies": {
"@actions/core": "^1.6.0",
"@types/got": "^9.6.11",
"@types/jest": "^27.4.1",
"@types/jest": "^28.1.3",
"@zeit/ncc": "^0.22.3",
"jest": "^26.4.2",
"jest": "^28.1.1",
"jest-when": "^3.5.1",
"semantic-release": "^19.0.3"
}