diff --git a/ui/package-lock.json b/ui/package-lock.json index 80f8659ac..76ce32b58 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -66,7 +66,7 @@ "@types/bricks.js": "1.8.2", "@types/enzyme": "3.10.12", "@types/fontfaceobserver": "2.1.0", - "@types/jest": "27.5.0", + "@types/jest": "27.5.1", "@types/lodash.debounce": "4.0.7", "@types/lodash.merge": "4.6.7", "@types/lodash.throttle": "4.1.7", @@ -10221,9 +10221,9 @@ } }, "node_modules/@types/jest": { - "version": "27.5.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.0.tgz", - "integrity": "sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.1.tgz", + "integrity": "sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==", "dev": true, "dependencies": { "jest-matcher-utils": "^27.0.0", @@ -40737,9 +40737,9 @@ } }, "@types/jest": { - "version": "27.5.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.0.tgz", - "integrity": "sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g==", + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.1.tgz", + "integrity": "sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==", "dev": true, "requires": { "jest-matcher-utils": "^27.0.0", diff --git a/ui/package.json b/ui/package.json index 5242436b4..35430cdd4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -65,7 +65,7 @@ "@types/bricks.js": "1.8.2", "@types/enzyme": "3.10.12", "@types/fontfaceobserver": "2.1.0", - "@types/jest": "27.5.0", + "@types/jest": "27.5.1", "@types/lodash.debounce": "4.0.7", "@types/lodash.merge": "4.6.7", "@types/lodash.throttle": "4.1.7",