From 9aff265c8587c0da0db3f293b2a1a3eb73755c44 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 26 Jul 2020 14:13:57 +0000 Subject: [PATCH] chore(deps): update dependency jest-junit to v11.1.0 --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b5fafc2..7833ec56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18073,9 +18073,9 @@ } }, "jest-junit": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-11.0.1.tgz", - "integrity": "sha512-stgc0mBoiSg/F9qWd4KkmR3K7Nk2u+M/dc1oup7gxz9mrzGcEaU2YL9/0QscVqqg3IOaA1P5ZXtozG/XR6j6nw==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-11.1.0.tgz", + "integrity": "sha512-c2LFOyKY7+ZxL5zSu+WHmHfsJ2wqbOpeYJ4Uu26yMhFxny2J2NQj6AVS7M+Eaxji9Q/oIDDK5tQy0DGzDp9xOw==", "dev": true, "requires": { "mkdirp": "^1.0.4", diff --git a/package.json b/package.json index 8eb5598c..069d39d9 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "gh-pages": "3.1.0", "jest": "26.1.0", "jest-cli": "26.1.0", - "jest-junit": "11.0.1", + "jest-junit": "11.1.0", "jest-sonar-reporter": "2.0.0", "js-cookie": "2.2.1", "semantic-release": "17.1.1", diff --git a/yarn.lock b/yarn.lock index 114a576f..1cbc7f5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8342,10 +8342,10 @@ jest-jasmine2@^26.1.0: pretty-format "^26.1.0" throat "^5.0.0" -jest-junit@11.0.1: - version "11.0.1" - resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-11.0.1.tgz#944b997b7318efd1f021b4f0fce4937f8d66f392" - integrity sha512-stgc0mBoiSg/F9qWd4KkmR3K7Nk2u+M/dc1oup7gxz9mrzGcEaU2YL9/0QscVqqg3IOaA1P5ZXtozG/XR6j6nw== +jest-junit@11.1.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-11.1.0.tgz#79cd53948e44d62b2b30fa23ea0d7a899d2c8d7a" + integrity sha512-c2LFOyKY7+ZxL5zSu+WHmHfsJ2wqbOpeYJ4Uu26yMhFxny2J2NQj6AVS7M+Eaxji9Q/oIDDK5tQy0DGzDp9xOw== dependencies: mkdirp "^1.0.4" strip-ansi "^5.2.0"