From f1f44b8837071b5e0e9287741b48f1636418ba39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:15:16 +0000 Subject: [PATCH] build(deps-dev): bump @types/jest in /clients/ui/frontend Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.3 to 29.5.12. - [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] --- clients/ui/frontend/package-lock.json | 8 ++++---- clients/ui/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clients/ui/frontend/package-lock.json b/clients/ui/frontend/package-lock.json index 206a5cda..db50b08b 100644 --- a/clients/ui/frontend/package-lock.json +++ b/clients/ui/frontend/package-lock.json @@ -22,7 +22,7 @@ "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "14.4.3", - "@types/jest": "^29.5.3", + "@types/jest": "^29.5.12", "@types/react-router-dom": "^5.3.3", "@types/victory": "^35.0.0", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -4096,9 +4096,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.12", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", + "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", "dev": true, "dependencies": { "expect": "^29.0.0", diff --git a/clients/ui/frontend/package.json b/clients/ui/frontend/package.json index af00c497..99885337 100644 --- a/clients/ui/frontend/package.json +++ b/clients/ui/frontend/package.json @@ -34,7 +34,7 @@ "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "14.4.3", - "@types/jest": "^29.5.3", + "@types/jest": "^29.5.12", "@types/react-router-dom": "^5.3.3", "@types/victory": "^35.0.0", "@typescript-eslint/eslint-plugin": "^6.21.0",