diff --git a/package.json b/package.json index ebfd535..72d4b9c 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "graphql": "<17.0.0", "jest": "^28.0.0", "jest-docblock": "^28.0.0", - "jest-junit": "^13.0.0", + "jest-junit": "^14.0.0", "npm-run-all": "^4.1.5", "prettier": "^2.2.1", "react": "^17.0.2", diff --git a/yarn.lock b/yarn.lock index cd36554..1c3b7f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3258,10 +3258,10 @@ jest-haste-map@^28.1.0: optionalDependencies: fsevents "^2.3.2" -jest-junit@^13.0.0: - version "13.0.0" - resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-13.0.0.tgz#479be347457aad98ae8a5983a23d7c3ec526c9a3" - integrity sha512-JSHR+Dhb32FGJaiKkqsB7AR3OqWKtldLd6ZH2+FJ8D4tsweb8Id8zEVReU4+OlrRO1ZluqJLQEETm+Q6/KilBg== +jest-junit@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-14.0.0.tgz#f69fc31bab32224848f443480c2c808fccb2a802" + integrity sha512-kALvBDegstTROfDGXH71UGD7k5g7593Y1wuX1wpWT+QTYcBbmtuGOA8UlAt56zo/B2eMIOcaOVEON3j0VXVa4g== dependencies: mkdirp "^1.0.4" strip-ansi "^6.0.1"