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 (#397)

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 28.1.1 to 29.3.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/v29.3.1/packages/jest)

Updates `@types/jest` from 28.1.3 to 29.2.2
- [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>

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] 2023-01-17 08:46:47 -08:00 committed by GitHub
parent 0f409d4023
commit fdaeeffa26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1216 additions and 1074 deletions

2286
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -54,9 +54,9 @@
"devDependencies": { "devDependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@types/got": "^9.6.11", "@types/got": "^9.6.11",
"@types/jest": "^28.1.3", "@types/jest": "^29.2.2",
"@zeit/ncc": "^0.22.3", "@zeit/ncc": "^0.22.3",
"jest": "^28.1.1", "jest": "^29.3.1",
"jest-when": "^3.5.2", "jest-when": "^3.5.2",
"mock-http-server": "^1.4.5", "mock-http-server": "^1.4.5",
"semantic-release": "^19.0.5" "semantic-release": "^19.0.5"