Skip to content

Commit 7406815

Browse files
build(deps-dev): bump @types/jest from 28.1.6 to 28.1.7 (#1025)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 28.1.6 to 28.1.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f38c1a8 commit 7406815

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@arkweid/lefthook": "^0.7.6",
2727
"@codemirror/view": "^6.2.0",
2828
"@tsconfig/svelte": "^3.0.0",
29-
"@types/jest": "^28.1.6",
29+
"@types/jest": "^28.1.7",
3030
"@typescript-eslint/eslint-plugin": "^5.33.0",
3131
"@typescript-eslint/parser": "^5.33.0",
3232
"async-mutex": "^0.3.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -941,12 +941,12 @@
941941
dependencies:
942942
"@types/istanbul-lib-report" "*"
943943

944-
"@types/jest@^28.1.6":
945-
version "28.1.6"
946-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.6.tgz#d6a9cdd38967d2d746861fb5be6b120e38284dd4"
947-
integrity sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==
944+
"@types/jest@^28.1.7":
945+
version "28.1.7"
946+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.7.tgz#a680c5d05b69634c2d54a63cb106d7fb1adaba16"
947+
integrity sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==
948948
dependencies:
949-
jest-matcher-utils "^28.0.0"
949+
expect "^28.0.0"
950950
pretty-format "^28.0.0"
951951

952952
"@types/jsdom@^16.2.4":
@@ -2113,7 +2113,7 @@ exit@^0.1.2:
21132113
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
21142114
integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=
21152115

2116-
expect@^28.1.3:
2116+
expect@^28.0.0, expect@^28.1.3:
21172117
version "28.1.3"
21182118
resolved "https://registry.yarnpkg.com/expect/-/expect-28.1.3.tgz#90a7c1a124f1824133dd4533cce2d2bdcb6603ec"
21192119
integrity sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==
@@ -2867,7 +2867,7 @@ jest-leak-detector@^28.1.3:
28672867
jest-get-type "^28.0.2"
28682868
pretty-format "^28.1.3"
28692869

2870-
jest-matcher-utils@^28.0.0, jest-matcher-utils@^28.1.3:
2870+
jest-matcher-utils@^28.1.3:
28712871
version "28.1.3"
28722872
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz#5a77f1c129dd5ba3b4d7fc20728806c78893146e"
28732873
integrity sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==

0 commit comments

Comments
 (0)