build(deps-dev): bump jest and @types/jest

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 29.3.1 to 29.4.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.4.1/packages/jest)

Updates `@types/jest` from 27.0.2 to 29.4.0
- [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-minor
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-30 11:01:05 +00:00 committed by GitHub
parent c4a13d8dca
commit 1d96fcfd44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1214 additions and 2877 deletions

4087
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -43,7 +43,7 @@
"semver": "^7.3.5"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/jest": "^29.4.0",
"@types/lodash.deburr": "^4.1.6",
"@types/node": "^18.11.18",
"@types/semver": "^7.3.5",
@ -54,7 +54,7 @@
"eslint": "^7.28.0",
"eslint-plugin-github": "^4.1.2",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.3.1",
"jest": "^29.4.1",
"jest-circus": "^29.3.1",
"jest-silent-reporter": "^0.5.0",
"js-yaml": "^4.1.0",