diff --git a/ui/package-lock.json b/ui/package-lock.json index 7e853c101..ab5a067bb 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": "28.1.0", + "@types/jest": "28.1.1", "@types/lodash.debounce": "4.0.7", "@types/lodash.merge": "4.6.7", "@types/lodash.throttle": "4.1.7", @@ -10369,9 +10369,9 @@ } }, "node_modules/@types/jest": { - "version": "28.1.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.0.tgz", - "integrity": "sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==", + "version": "28.1.1", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.1.tgz", + "integrity": "sha512-C2p7yqleUKtCkVjlOur9BWVA4HgUQmEj/HWCt5WzZ5mLXrWnyIfl0wGuArc+kBXsy0ZZfLp+7dywB4HtSVYGVA==", "dev": true, "dependencies": { "jest-matcher-utils": "^27.0.0", @@ -41198,9 +41198,9 @@ } }, "@types/jest": { - "version": "28.1.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.0.tgz", - "integrity": "sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==", + "version": "28.1.1", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.1.tgz", + "integrity": "sha512-C2p7yqleUKtCkVjlOur9BWVA4HgUQmEj/HWCt5WzZ5mLXrWnyIfl0wGuArc+kBXsy0ZZfLp+7dywB4HtSVYGVA==", "dev": true, "requires": { "jest-matcher-utils": "^27.0.0", diff --git a/ui/package.json b/ui/package.json index fe90bd2e2..ff954395d 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": "28.1.0", + "@types/jest": "28.1.1", "@types/lodash.debounce": "4.0.7", "@types/lodash.merge": "4.6.7", "@types/lodash.throttle": "4.1.7",