Skip to content

Commit

Permalink
Update dependency jest-each to v24.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Apr 4, 2024
1 parent b9c2ba5 commit 80dfb99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"highcharts": "7.2.2",
"highcharts-react-official": "2.2.2",
"intl-pluralrules": "1.0.0",
"jest-each": "24.5.0",
"jest-each": "24.6.0",
"linkify-it": "2.1.0",
"lodash.clonedeep": "4.5.0",
"lodash.escaperegexp": "4.1.2",
Expand Down
20 changes: 10 additions & 10 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@
source-map "^0.6.1"
write-file-atomic "2.4.1"

"@jest/types@^24.5.0", "@jest/types@^24.9.0":
"@jest/types@^24.6.0", "@jest/types@^24.9.0":
version "24.9.0"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-24.9.0.tgz#63cb26cb7500d069e5a389441a7c6ab5e909fc59"
integrity sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==
Expand Down Expand Up @@ -5980,16 +5980,16 @@ jest-docblock@^24.3.0:
dependencies:
detect-newline "^2.1.0"

jest-each@24.5.0:
version "24.5.0"
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-24.5.0.tgz#da14d017a1b7d0f01fb458d338314cafe7f72318"
integrity sha512-6gy3Kh37PwIT5sNvNY2VchtIFOOBh8UCYnBlxXMb5sr5wpJUDPTUATX2Axq1Vfk+HWTMpsYPeVYp4TXx5uqUBw==
jest-each@24.6.0:
version "24.6.0"
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-24.6.0.tgz#945699a577fd2362b620ddf31ad1f7699badb2da"
integrity sha512-+LiF4T/sgpAE4j2p449rwHEJUGPcT+aBOo9mbMSqafnOWGY7R4D1O3DZBGtW7ObumSHj7ZuQkigu9vNQqw5oPQ==
dependencies:
"@jest/types" "^24.5.0"
"@jest/types" "^24.6.0"
chalk "^2.0.1"
jest-get-type "^24.3.0"
jest-util "^24.5.0"
pretty-format "^24.5.0"
jest-util "^24.6.0"
pretty-format "^24.6.0"

jest-each@^24.9.0:
version "24.9.0"
Expand Down Expand Up @@ -6227,7 +6227,7 @@ jest-snapshot@^24.9.0:
pretty-format "^24.9.0"
semver "^6.2.0"

jest-util@^24.5.0, jest-util@^24.9.0:
jest-util@^24.5.0, jest-util@^24.6.0, jest-util@^24.9.0:
version "24.9.0"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-24.9.0.tgz#7396814e48536d2e85a37de3e4c431d7cb140162"
integrity sha512-x+cZU8VRmOJxbA1K5oDBdxQmdq0OIdADarLxk0Mq+3XS4jgvhG/oKGWcIDCtPG0HgjxOYvF+ilPJQsAyXfbNOg==
Expand Down Expand Up @@ -8657,7 +8657,7 @@ pretty-error@^2.1.1:
renderkid "^2.0.1"
utila "~0.4"

pretty-format@^24.5.0, pretty-format@^24.9.0:
pretty-format@^24.6.0, pretty-format@^24.9.0:
version "24.9.0"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.9.0.tgz#12fac31b37019a4eea3c11aa9a959eb7628aa7c9"
integrity sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==
Expand Down

0 comments on commit 80dfb99

Please sign in to comment.