build(deps-dev): bump @types/jest from 29.4.0 to 29.4.1 (#1718)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.4.0 to 29.4.1.
- [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-03-14 13:00:58 +00:00 committed by GitHub
parent 6217f0d61d
commit 5141da944e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -18,7 +18,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/jest": "^29.4.1",
"@types/node": "^18.14.6",
"@typescript-eslint/parser": "^5.54.1",
"@vercel/ncc": "^0.36.1",
@ -1499,9 +1499,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.4.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.0.tgz",
"integrity": "sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==",
"version": "29.4.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.1.tgz",
"integrity": "sha512-zDQSWXG+ZkEvs2zFFMszePhx4euKz+Yt3Gg1P+RHjfJBinTTr6L2DEyovO4V/WrKXuF0Dgn56GWGZPDa6TW9eQ==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
@ -8946,9 +8946,9 @@
}
},
"@types/jest": {
"version": "29.4.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.0.tgz",
"integrity": "sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==",
"version": "29.4.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.1.tgz",
"integrity": "sha512-zDQSWXG+ZkEvs2zFFMszePhx4euKz+Yt3Gg1P+RHjfJBinTTr6L2DEyovO4V/WrKXuF0Dgn56GWGZPDa6TW9eQ==",
"dev": true,
"requires": {
"expect": "^29.0.0",

View file

@ -38,7 +38,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/jest": "^29.4.1",
"@types/node": "^18.14.6",
"@typescript-eslint/parser": "^5.54.1",
"@vercel/ncc": "^0.36.1",