diff --git a/action-src/package.json b/action-src/package.json index 291e8b41c..b95e192e3 100644 --- a/action-src/package.json +++ b/action-src/package.json @@ -24,7 +24,7 @@ "@pollyjs/adapter-node-http": "^6.0.5", "@pollyjs/core": "^6.0.5", "@pollyjs/persister-fs": "^6.0.5", - "@types/jest": "^29.2.3", + "@types/jest": "^29.2.4", "env-cmd": "^10.1.0", "jest": "^29.3.1", "rimraf": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index 4aeb1ae22..fd1f3cb1a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1259,10 +1259,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.2.3": - version "29.2.3" - resolved "https://registry.npmjs.org/@types/jest/-/jest-29.2.3.tgz#f5fd88e43e5a9e4221ca361e23790d48fcf0a211" - integrity sha512-6XwoEbmatfyoCjWRX7z0fKMmgYKe9+/HrviJ5k0X/tjJWHGAezZOfYaxqQKuzG/TvQyr+ktjm4jgbk0s4/oF2w== +"@types/jest@^29.2.4": + version "29.2.4" + resolved "https://registry.npmjs.org/@types/jest/-/jest-29.2.4.tgz#9c155c4b81c9570dbd183eb8604aa0ae80ba5a5b" + integrity sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A== dependencies: expect "^29.0.0" pretty-format "^29.0.0"