diff --git a/ui/package-lock.json b/ui/package-lock.json index 717561b59..3f41ac837 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -4794,9 +4794,9 @@ } }, "@types/jest": { - "version": "25.2.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.2.tgz", - "integrity": "sha512-aRctFbG8Pb7DSLzUt/fEtL3q/GKb9mretFuYhRub2J0q6NhzBYbx9HTQzHrWgBNIxYOlxGNVe6Z54cpbUt+Few==", + "version": "25.2.3", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.3.tgz", + "integrity": "sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==", "requires": { "jest-diff": "^25.2.1", "pretty-format": "^25.2.1" diff --git a/ui/package.json b/ui/package.json index efe268607..b36111e1f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,7 +11,7 @@ "@fortawesome/react-fontawesome": "0.1.9", "@popperjs/core": "2.4.0", "@sentry/browser": "5.15.5", - "@types/jest": "25.2.2", + "@types/jest": "25.2.3", "@types/node": "12.12.31", "@types/react": "16.9.35", "@types/react-dom": "16.9.8",