diff --git a/package.json b/package.json index c2431bc..88130b0 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@storybook/addon-viewport": "^6.5.5", "@storybook/jest": "^0.0.10", "@storybook/testing-library": "^0.0.11", - "@types/jest": "^27.4.0", + "@types/jest": "^28.1.0", "@vue/test-utils": "^1.3.0", "axios-mock-adapter": "^1.20.0", "babel-core": "7.0.0-bridge.0", diff --git a/yarn.lock b/yarn.lock index 7cea695..b585fa7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4096,10 +4096,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@*", "@types/jest@>=26.0.0", "@types/jest@^27.4.0": - version "27.5.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.1.tgz#2c8b6dc6ff85c33bcd07d0b62cb3d19ddfdb3ab9" - integrity sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ== +"@types/jest@*", "@types/jest@>=26.0.0", "@types/jest@^28.1.0": + version "28.1.0" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.0.tgz#6107d7f8cf46d994e4de23e11f873d61bafe5573" + integrity sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A== dependencies: jest-matcher-utils "^27.0.0" pretty-format "^27.0.0"