Skip to content

Commit 5412908

Browse files
Bump jest-watch-typeahead from 2.2.1 to 2.2.2 (#1529)
Bumps [jest-watch-typeahead](https://github.com/jest-community/jest-watch-typeahead) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/jest-community/jest-watch-typeahead/releases) - [Changelog](https://github.com/jest-community/jest-watch-typeahead/blob/main/CHANGELOG.md) - [Commits](jest-community/jest-watch-typeahead@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: jest-watch-typeahead dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 828a238 commit 5412908

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"eslint-plugin-standard": "^5.0.0",
5858
"jest": "^29.3.1",
5959
"jest-junit": "^15.0.0",
60-
"jest-watch-typeahead": "^2.2.1",
60+
"jest-watch-typeahead": "^2.2.2",
6161
"prettier": "^2.7.1",
6262
"typescript": "^5.1.6"
6363
},

yarn.lock

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,21 +2685,18 @@ chalk@^2.0.0:
26852685
escape-string-regexp "^1.0.5"
26862686
supports-color "^5.3.0"
26872687

2688-
chalk@^4.0.0:
2688+
chalk@^4.0.0, chalk@^4.1.0:
26892689
version "4.1.2"
26902690
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
26912691
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
26922692
dependencies:
26932693
ansi-styles "^4.1.0"
26942694
supports-color "^7.1.0"
26952695

2696-
chalk@^4.1.0:
2697-
version "4.1.0"
2698-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
2699-
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
2700-
dependencies:
2701-
ansi-styles "^4.1.0"
2702-
supports-color "^7.1.0"
2696+
chalk@^5.2.0:
2697+
version "5.3.0"
2698+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
2699+
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
27032700

27042701
char-regex@^1.0.2:
27052702
version "1.0.2"
@@ -4621,13 +4618,13 @@ jest-validate@^29.3.1:
46214618
leven "^3.1.0"
46224619
pretty-format "^29.3.1"
46234620

4624-
jest-watch-typeahead@^2.2.1:
4625-
version "2.2.1"
4626-
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-2.2.1.tgz#36601520a2a30fd561788552dbda9c76bb44814a"
4627-
integrity sha512-jYpYmUnTzysmVnwq49TAxlmtOAwp8QIqvZyoofQFn8fiWhEDZj33ZXzg3JA4nGnzWFm1hbWf3ADpteUokvXgFA==
4621+
jest-watch-typeahead@^2.2.2:
4622+
version "2.2.2"
4623+
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-2.2.2.tgz#5516d3cd006485caa5cfc9bd1de40f1f8b136abf"
4624+
integrity sha512-+QgOFW4o5Xlgd6jGS5X37i08tuuXNW8X0CV9WNFi+3n8ExCIP+E1melYhvYLjv5fE6D0yyzk74vsSO8I6GqtvQ==
46284625
dependencies:
46294626
ansi-escapes "^6.0.0"
4630-
chalk "^4.0.0"
4627+
chalk "^5.2.0"
46314628
jest-regex-util "^29.0.0"
46324629
jest-watcher "^29.0.0"
46334630
slash "^5.0.0"

0 commit comments

Comments
 (0)