diff --git a/package.json b/package.json index 6037005..0b403bd 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@babel/preset-env": "^7.16.11", "@babel/preset-typescript": "^7.16.7", "@types/amqplib": "^0.8.2", - "@types/jest": "^27.4.0", + "@types/jest": "^28.1.0", "@types/uuid": "^8.3.4", "babel-jest": "^28.0.0", "jest": "^28.0.0", diff --git a/yarn.lock b/yarn.lock index da5c369..82cdadc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1378,10 +1378,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@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@^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"