diff --git a/package-lock.json b/package-lock.json index f972eb9..d345394 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "eslint-plugin-prettier": "^5.0.0", "jest": "^28.1.3", "jest-circus": "^28.1.3", - "jest-junit": "^14.0.0", + "jest-junit": "^16.0.0", "js-yaml": "^4.1.0", "prettier": "^3.0.0", "ts-jest": "^28.0.8", @@ -5369,9 +5369,9 @@ } }, "node_modules/jest-junit": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-14.0.1.tgz", - "integrity": "sha512-h7/wwzPbllgpQhhVcRzRC76/cc89GlazThoV1fDxcALkf26IIlRsu/AcTG64f4nR2WPE3Cbd+i/sVf+NCUHrWQ==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-16.0.0.tgz", + "integrity": "sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==", "dev": true, "dependencies": { "mkdirp": "^1.0.4", diff --git a/package.json b/package.json index b8dff4e..7bd7e6e 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint-plugin-prettier": "^5.0.0", "jest": "^28.1.3", "jest-circus": "^28.1.3", - "jest-junit": "^14.0.0", + "jest-junit": "^16.0.0", "js-yaml": "^4.1.0", "prettier": "^3.0.0", "ts-jest": "^28.0.8",