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",