Skip to content

Commit 0065edb

Browse files
committed
Update dependency jest to v29.6.1
1 parent 04730b1 commit 0065edb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint-plugin-prettier": "4.2.1",
2222
"eslint-plugin-sonarjs": "0.19.0",
2323
"eslint-plugin-total-functions": "7.0.7",
24-
"jest": "29.6.0",
24+
"jest": "29.6.1",
2525
"patch-package": "6.5.1",
2626
"prettier": "2.8.8",
2727
"ts-jest": "29.1.1",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
jest-util "^29.6.1"
491491
slash "^3.0.0"
492492

493-
"@jest/core@^29.6.0", "@jest/core@^29.6.1":
493+
"@jest/core@^29.6.1":
494494
version "29.6.1"
495495
resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.6.1.tgz#fac0d9ddf320490c93356ba201451825231e95f6"
496496
integrity sha512-CcowHypRSm5oYQ1obz1wfvkjZZ2qoQlrKKvlfPwh5jUXVU12TWr2qMeH8chLMuTFzHh5a1g2yaqlqDICbr+ukQ==
@@ -684,7 +684,7 @@
684684
"@types/yargs" "^17.0.8"
685685
chalk "^4.0.0"
686686

687-
"@jest/types@^29.6.0", "@jest/types@^29.6.1":
687+
"@jest/types@^29.6.1":
688688
version "29.6.1"
689689
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.1.tgz#ae79080278acff0a6af5eb49d063385aaa897bf2"
690690
integrity sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw==
@@ -2535,7 +2535,7 @@ jest-circus@^29.6.1:
25352535
slash "^3.0.0"
25362536
stack-utils "^2.0.3"
25372537

2538-
jest-cli@^29.6.0:
2538+
jest-cli@^29.6.1:
25392539
version "29.6.1"
25402540
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.6.1.tgz#99d9afa7449538221c71f358f0fdd3e9c6e89f72"
25412541
integrity sha512-607dSgTA4ODIN6go9w6xY3EYkyPFGicx51a69H7yfvt7lN53xNswEVLovq+E77VsTRi5fWprLH0yl4DJgE8Ing==
@@ -2897,15 +2897,15 @@ jest-worker@^29.6.1:
28972897
merge-stream "^2.0.0"
28982898
supports-color "^8.0.0"
28992899

2900-
jest@29.6.0:
2901-
version "29.6.0"
2902-
resolved "https://registry.yarnpkg.com/jest/-/jest-29.6.0.tgz#dbc8136e6d933177487e2427187e07ebf9db8ce4"
2903-
integrity sha512-do1J9gGrQ68E4UfMz/4OM71p9qCqQxu32N/9ZfeYFSSlx0uUOuxeyZxtJZNaUTW12ZA11ERhmBjBhy1Ho96R4g==
2900+
jest@29.6.1:
2901+
version "29.6.1"
2902+
resolved "https://registry.yarnpkg.com/jest/-/jest-29.6.1.tgz#74be1cb719c3abe439f2d94aeb18e6540a5b02ad"
2903+
integrity sha512-Nirw5B4nn69rVUZtemCQhwxOBhm0nsp3hmtF4rzCeWD7BkjAXRIji7xWQfnTNbz9g0aVsBX6aZK3n+23LM6uDw==
29042904
dependencies:
2905-
"@jest/core" "^29.6.0"
2906-
"@jest/types" "^29.6.0"
2905+
"@jest/core" "^29.6.1"
2906+
"@jest/types" "^29.6.1"
29072907
import-local "^3.0.2"
2908-
jest-cli "^29.6.0"
2908+
jest-cli "^29.6.1"
29092909

29102910
js-tokens@^4.0.0:
29112911
version "4.0.0"

0 commit comments

Comments
 (0)