From db965bc664d9fb88196259a76d3352a832ad81c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 21:49:37 +0000 Subject: [PATCH] chore(deps-dev): bump @types/jest from 29.5.6 to 29.5.7 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.6 to 29.5.7. - [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] --- package.json | 2 +- tools/build/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 85af89740a..e7e86125fc 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "arrowParens": "avoid" }, "devDependencies": { - "@types/jest": "^29.5.6", + "@types/jest": "^29.5.7", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.52.0", diff --git a/tools/build/package.json b/tools/build/package.json index 46abcc1c63..cb73dbaad4 100644 --- a/tools/build/package.json +++ b/tools/build/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@types/fs-extra": "^11.0.2", "@types/glob": "^8.1.0", - "@types/jest": "^29.5.6", + "@types/jest": "^29.5.7", "@types/js-yaml": "^4.0.6", "@types/semver": "^7.5.3", "@typescript-eslint/eslint-plugin": "^5.62.0", diff --git a/yarn.lock b/yarn.lock index 3a86544be1..b8c147acd5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -954,10 +954,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.5.6": - version "29.5.6" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.6.tgz#f4cf7ef1b5b0bfc1aa744e41b24d9cc52533130b" - integrity sha512-/t9NnzkOpXb4Nfvg17ieHE6EeSjDS2SGSpNYfoLbUAeL/EOueU/RSdOWFpfQTXBEM7BguYW1XQ0EbM+6RlIh6w== +"@types/jest@^29.5.7": + version "29.5.7" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.7.tgz#2c0dafe2715dd958a455bc10e2ec3e1ec47b5036" + integrity sha512-HLyetab6KVPSiF+7pFcUyMeLsx25LDNDemw9mGsJBkai/oouwrjTycocSDYopMEwFhN2Y4s9oPyOCZNofgSt2g== dependencies: expect "^29.0.0" pretty-format "^29.0.0"