Skip to content

Commit 4df0ede

Browse files
committed
Update dependency jest to v29.6.4
1 parent 712e89d commit 4df0ede

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.3",
24+
"jest": "29.6.4",
2525
"patch-package": "6.5.1",
2626
"prettier": "2.8.8",
2727
"ts-jest": "29.1.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@
495495
jest-util "^29.6.3"
496496
slash "^3.0.0"
497497

498-
"@jest/core@^29.6.3", "@jest/core@^29.6.4":
498+
"@jest/core@^29.6.4":
499499
version "29.6.4"
500500
resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.6.4.tgz#265ebee05ec1ff3567757e7a327155c8d6bdb126"
501501
integrity sha512-U/vq5ccNTSVgYH7mHnodHmCffGWHJnz/E1BEWlLuK5pM4FZmGfBn/nrJGLjUsSmyx3otCeqc1T31F4y08AMDLg==
@@ -2563,7 +2563,7 @@ jest-circus@^29.6.4:
25632563
slash "^3.0.0"
25642564
stack-utils "^2.0.3"
25652565

2566-
jest-cli@^29.6.3:
2566+
jest-cli@^29.6.4:
25672567
version "29.6.4"
25682568
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.6.4.tgz#ad52f2dfa1b0291de7ec7f8d7c81ac435521ede0"
25692569
integrity sha512-+uMCQ7oizMmh8ZwRfZzKIEszFY9ksjjEQnTEMTaL7fYiL3Kw4XhqT9bYh+A4DQKUb67hZn2KbtEnDuHvcgK4pQ==
@@ -2929,15 +2929,15 @@ jest-worker@^29.6.4:
29292929
merge-stream "^2.0.0"
29302930
supports-color "^8.0.0"
29312931

2932-
jest@29.6.3:
2933-
version "29.6.3"
2934-
resolved "https://registry.yarnpkg.com/jest/-/jest-29.6.3.tgz#118cf081d440d31b21989f61bfcd8b7797ca6a01"
2935-
integrity sha512-alueLuoPCDNHFcFGmgETR4KpQ+0ff3qVaiJwxQM4B5sC0CvXcgg4PEi7xrDkxuItDmdz/FVc7SSit4KEu8GRvw==
2932+
jest@29.6.4:
2933+
version "29.6.4"
2934+
resolved "https://registry.yarnpkg.com/jest/-/jest-29.6.4.tgz#7c48e67a445ba264b778253b5d78d4ebc9d0a622"
2935+
integrity sha512-tEFhVQFF/bzoYV1YuGyzLPZ6vlPrdfvDmmAxudA1dLEuiztqg2Rkx20vkKY32xiDROcD2KXlgZ7Cu8RPeEHRKw==
29362936
dependencies:
2937-
"@jest/core" "^29.6.3"
2937+
"@jest/core" "^29.6.4"
29382938
"@jest/types" "^29.6.3"
29392939
import-local "^3.0.2"
2940-
jest-cli "^29.6.3"
2940+
jest-cli "^29.6.4"
29412941

29422942
js-tokens@^4.0.0:
29432943
version "4.0.0"

0 commit comments

Comments
 (0)