build(deps-dev): Bump jest and @types/jest (#1718)

Bumps [jest](https://github.com/jestjs/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.6.2 to 29.6.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.6.3/packages/jest)

Updates `@types/jest` from 29.5.3 to 29.5.4
- [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-patch
- 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-08-23 21:44:36 +00:00 committed by GitHub
parent 65bb5f05ee
commit 4848b8d5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

22
package-lock.json generated
View File

@ -41,7 +41,7 @@
"@types/express": "4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/glob": "8.1.0",
"@types/jest": "29.5.3",
"@types/jest": "29.5.4",
"@types/node": "20.5.4",
"@types/node-fetch": "2.6.4",
"@types/qs": "6.9.7",
@ -58,7 +58,7 @@
"express": "4.18.2",
"form-data": "4.0.0",
"glob": "10.3.3",
"jest": "29.6.2",
"jest": "29.6.3",
"jest-cli": "29.6.3",
"node-fetch": "2.6.9",
"prettier": "3.0.2",
@ -5031,9 +5031,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.5.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz",
"integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==",
"version": "29.5.4",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz",
"integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
@ -10425,15 +10425,15 @@
}
},
"node_modules/jest": {
"version": "29.6.2",
"resolved": "https://registry.npmjs.org/jest/-/jest-29.6.2.tgz",
"integrity": "sha512-8eQg2mqFbaP7CwfsTpCxQ+sHzw1WuNWL5UUvjnWP4hx2riGz9fPSzYOaU5q8/GqWn1TfgZIVTqYJygbGbWAANg==",
"version": "29.6.3",
"resolved": "https://registry.npmjs.org/jest/-/jest-29.6.3.tgz",
"integrity": "sha512-alueLuoPCDNHFcFGmgETR4KpQ+0ff3qVaiJwxQM4B5sC0CvXcgg4PEi7xrDkxuItDmdz/FVc7SSit4KEu8GRvw==",
"dev": true,
"dependencies": {
"@jest/core": "^29.6.2",
"@jest/types": "^29.6.1",
"@jest/core": "^29.6.3",
"@jest/types": "^29.6.3",
"import-local": "^3.0.2",
"jest-cli": "^29.6.2"
"jest-cli": "^29.6.3"
},
"bin": {
"jest": "bin/jest.js"

View File

@ -89,7 +89,7 @@
"@types/express": "4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/glob": "8.1.0",
"@types/jest": "29.5.3",
"@types/jest": "29.5.4",
"@types/node": "20.5.4",
"@types/node-fetch": "2.6.4",
"@types/qs": "6.9.7",
@ -106,7 +106,7 @@
"express": "4.18.2",
"form-data": "4.0.0",
"glob": "10.3.3",
"jest": "29.6.2",
"jest": "29.6.3",
"jest-cli": "29.6.3",
"node-fetch": "2.6.9",
"prettier": "3.0.2",