Skip to content

Commit

Permalink
Merge pull request opossum-tool#1789 from opossum-tool/dependabot/npm…
Browse files Browse the repository at this point in the history
…_and_yarn/jest-each-29.6.1

Build(deps-dev): Bump jest-each from 29.6.0 to 29.6.1
  • Loading branch information
benedikt-richter authored Jul 10, 2023
2 parents 6c3cbc9 + e20adec commit 0b27bc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 35 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"eslint-plugin-testing-library": "^5.11.0",
"husky": "8.0.3",
"jest": "^29.6.1",
"jest-each": "^29.6.0",
"jest-each": "^29.6.1",
"jest-environment-jsdom": "^29.6.0",
"lint-staged": "^13.2.3",
"mockdate": "^3.0.5",
Expand Down
36 changes: 2 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5410,17 +5410,6 @@ jest-docblock@^29.4.3:
dependencies:
detect-newline "^3.0.0"

jest-each@^29.6.0:
version "29.6.0"
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-29.6.0.tgz#320637063b518a51e42b38a0186255e6e5978fe7"
integrity sha512-d0Jem4RBAlFUyV6JSXPSHVUpNo5RleSj+iJEy1G3+ZCrzHDjWs/1jUfrbnJKHdJdAx5BCEce/Ju379WqHhQk4w==
dependencies:
"@jest/types" "^29.6.0"
chalk "^4.0.0"
jest-get-type "^29.4.3"
jest-util "^29.6.0"
pretty-format "^29.6.0"

jest-each@^29.6.1:
version "29.6.1"
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-29.6.1.tgz#975058e5b8f55c6780beab8b6ab214921815c89c"
Expand Down Expand Up @@ -5688,19 +5677,7 @@ jest-snapshot@^29.6.1:
pretty-format "^29.6.1"
semver "^7.5.3"

jest-util@^29.0.0, jest-util@^29.5.0, jest-util@^29.6.0:
version "29.6.0"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.0.tgz#4071050c5d70f5d4d48105e8883773f3a6b94f8d"
integrity sha512-S0USx9YwcvEm4pQ5suisVm/RVxBmi0GFR7ocJhIeaCuW5AXnAnffXbaVKvIFodyZNOc9ygzVtTxmBf40HsHXaA==
dependencies:
"@jest/types" "^29.6.0"
"@types/node" "*"
chalk "^4.0.0"
ci-info "^3.2.0"
graceful-fs "^4.2.9"
picomatch "^2.2.3"

jest-util@^29.6.1:
jest-util@^29.0.0, jest-util@^29.5.0, jest-util@^29.6.0, jest-util@^29.6.1:
version "29.6.1"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.1.tgz#c9e29a87a6edbf1e39e6dee2b4689b8a146679cb"
integrity sha512-NRFCcjc+/uO3ijUVyNOQJluf8PtGCe/W6cix36+M3cTFgiYqFOOW5MgN4JOOcvbUhcKTYVd1CvHz/LWi8d16Mg==
Expand Down Expand Up @@ -6848,16 +6825,7 @@ pretty-format@^27.0.2:
ansi-styles "^5.0.0"
react-is "^17.0.1"

pretty-format@^29.0.0, pretty-format@^29.5.0, pretty-format@^29.6.0:
version "29.6.0"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.6.0.tgz#c90c8f145187fe73240662527a513599c16f3b97"
integrity sha512-XH+D4n7Ey0iSR6PdAnBs99cWMZdGsdKrR33iUHQNr79w1szKTCIZDVdXuccAsHVwDBp0XeWPfNEoaxP9EZgRmQ==
dependencies:
"@jest/schemas" "^29.6.0"
ansi-styles "^5.0.0"
react-is "^18.0.0"

pretty-format@^29.6.1:
pretty-format@^29.0.0, pretty-format@^29.5.0, pretty-format@^29.6.0, pretty-format@^29.6.1:
version "29.6.1"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.6.1.tgz#ec838c288850b7c4f9090b867c2d4f4edbfb0f3e"
integrity sha512-7jRj+yXO0W7e4/tSJKoR7HRIHLPPjtNaUGG2xxKQnGvPNRkgWcQ0AZX6P4KBRJN4FcTBWb3sa7DVUJmocYuoog==
Expand Down

0 comments on commit 0b27bc1

Please sign in to comment.