Skip to content

Commit 2c3997d

Browse files
chore(deps-dev): Bump jest-junit from 12.2.0 to 16.0.0
Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 12.2.0 to 16.0.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](jest-community/jest-junit@v12.2.0...v16.0.0) --- updated-dependencies: - dependency-name: jest-junit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 360935f commit 2c3997d

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"jest": "^26.6.3",
4646
"jest-environment-jsdom": "^26.3.1",
4747
"jest-environment-jsdom-global": "^4.0.0",
48-
"jest-junit": "12.2.0",
48+
"jest-junit": "16.0.0",
4949
"lerna": "^7.4.2",
5050
"postcss": "8.4.43",
5151
"postcss-cli": "8.3.1",

yarn.lock

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8813,11 +8813,6 @@ [email protected], ansi-html-community@^0.0.8:
88138813
resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41"
88148814
integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==
88158815

8816-
ansi-regex@^4.1.0:
8817-
version "4.1.1"
8818-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed"
8819-
integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==
8820-
88218816
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
88228817
version "5.0.1"
88238818
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
@@ -15361,13 +15356,13 @@ jest-jasmine2@^26.6.3:
1536115356
pretty-format "^26.6.2"
1536215357
throat "^5.0.0"
1536315358

15364-
jest-junit@12.2.0:
15365-
version "12.2.0"
15366-
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-12.2.0.tgz#cff7f9516e84f8e30f6bdea04cd84db6b095a376"
15367-
integrity sha512-ecGzF3KEQwLbMP5xMO7wqmgmyZlY/5yWDvgE/vFa+/uIT0KsU5nluf0D2fjIlOKB+tb6DiuSSpZuGpsmwbf7Fw==
15359+
jest-junit@16.0.0:
15360+
version "16.0.0"
15361+
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-16.0.0.tgz#d838e8c561cf9fdd7eb54f63020777eee4136785"
15362+
integrity sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==
1536815363
dependencies:
1536915364
mkdirp "^1.0.4"
15370-
strip-ansi "^5.2.0"
15365+
strip-ansi "^6.0.1"
1537115366
uuid "^8.3.2"
1537215367
xml "^1.0.1"
1537315368

@@ -21329,13 +21324,6 @@ [email protected]:
2132921324
dependencies:
2133021325
ansi-regex "^5.0.1"
2133121326

21332-
strip-ansi@^5.2.0:
21333-
version "5.2.0"
21334-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
21335-
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
21336-
dependencies:
21337-
ansi-regex "^4.1.0"
21338-
2133921327
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2134021328
version "6.0.1"
2134121329
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"

0 commit comments

Comments
 (0)