From 6ded959c44a526b3927194a1a3b9e9c71378b036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:48:45 +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.12 to 29.5.13. - [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 | 9 ++++----- clients/ui/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/clients/ui/frontend/package-lock.json b/clients/ui/frontend/package-lock.json index 7dbae7b04..5ec59e7af 100644 --- a/clients/ui/frontend/package-lock.json +++ b/clients/ui/frontend/package-lock.json @@ -34,7 +34,7 @@ "@testing-library/user-event": "14.5.2", "@types/classnames": "^2.3.1", "@types/dompurify": "^2.2.6", - "@types/jest": "^29.5.12", + "@types/jest": "^29.5.13", "@types/lodash-es": "^4.17.8", "@types/react-router-dom": "^5.3.3", "@types/showdown": "^2.0.3", @@ -4247,11 +4247,10 @@ } }, "node_modules/@types/jest": { - "version": "29.5.12", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", - "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", + "version": "29.5.13", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz", + "integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==", "dev": true, - "license": "MIT", "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" diff --git a/clients/ui/frontend/package.json b/clients/ui/frontend/package.json index ce958388f..979bad587 100644 --- a/clients/ui/frontend/package.json +++ b/clients/ui/frontend/package.json @@ -40,7 +40,7 @@ "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "14.5.2", - "@types/jest": "^29.5.12", + "@types/jest": "^29.5.13", "@types/react-router-dom": "^5.3.3", "@types/classnames": "^2.3.1", "@types/dompurify": "^2.2.6",