build(deps-dev): bump @types/jest from 29.5.1 to 29.5.2 (#2026)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.1 to 29.5.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

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

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-06-06 13:00:35 +00:00 committed by GitHub
parent a9e8aabc8b
commit 712add83f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -19,7 +19,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.16",
"@typescript-eslint/parser": "^5.59.9",
"@vercel/ncc": "^0.36.1",
@ -1524,9 +1524,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.5.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz",
"integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==",
"version": "29.5.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.2.tgz",
"integrity": "sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",

View file

@ -39,7 +39,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.16",
"@typescript-eslint/parser": "^5.59.9",
"@vercel/ncc": "^0.36.1",