Skip to content

Commit 0747fd5

Browse files
committed
chore: bump jest-watch-typeahead for transitive dependency updates
1 parent d766aa0 commit 0747fd5

File tree

2 files changed

+8
-21
lines changed

2 files changed

+8
-21
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"jest-junit": "^7.0.0",
4848
"jest-silent-reporter": "^0.1.2",
4949
"jest-snapshot-serializer-raw": "^1.1.0",
50-
"jest-watch-typeahead": "^0.3.1",
50+
"jest-watch-typeahead": "^0.4.0",
5151
"jquery": "^3.2.1",
5252
"karma": "^4.0.1",
5353
"karma-chrome-launcher": "^3.0.0",

yarn.lock

+7-20
Original file line numberDiff line numberDiff line change
@@ -8114,16 +8114,16 @@ jest-snapshot-serializer-raw@^1.1.0:
81148114
resolved "https://registry.yarnpkg.com/jest-snapshot-serializer-raw/-/jest-snapshot-serializer-raw-1.1.0.tgz#1d7f09c02f3dbbc3ae70b5b7598fb2f45e37d6c8"
81158115
integrity sha512-OL3bXRCnSn7Kur3YTGYj+A3Hwh2eyb5QL5VLQ9OSsPBOva7r3sCB0Jf1rOT/KN3ypzH42hrkDz96lpbiMo+AlQ==
81168116

8117-
jest-watch-typeahead@^0.3.1:
8118-
version "0.3.1"
8119-
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.3.1.tgz#47701024b64b444aa325d801b4b3a6d61ed70701"
8120-
integrity sha512-cDIko96c4Yqg/7mfye1eEYZ6Pvugo9mnOOhGQod3Es7/KptNv1b+9gFVaotzdqNqTlwbkA80BnWHtzV4dc+trA==
8117+
jest-watch-typeahead@^0.4.0:
8118+
version "0.4.0"
8119+
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.4.0.tgz#4d5356839a85421588ce452d2440bf0d25308397"
8120+
integrity sha512-bJR/HPNgOQnkmttg1OkBIrYFAYuxFxExtgQh67N2qPvaWGVC8TCkedRNPKBfmZfVXFD3u2sCH+9OuS5ApBfCgA==
81218121
dependencies:
8122-
ansi-escapes "^3.0.0"
8122+
ansi-escapes "^4.2.1"
81238123
chalk "^2.4.1"
81248124
jest-watcher "^24.3.0"
8125-
slash "^2.0.0"
8126-
string-length "^2.0.0"
8125+
slash "^3.0.0"
8126+
string-length "^3.1.0"
81278127
strip-ansi "^5.0.0"
81288128

81298129
@@ -12450,11 +12450,6 @@ slash@^1.0.0:
1245012450
resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
1245112451
integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=
1245212452

12453-
slash@^2.0.0:
12454-
version "2.0.0"
12455-
resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
12456-
integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
12457-
1245812453
slash@^3.0.0:
1245912454
version "3.0.0"
1246012455
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
@@ -12819,14 +12814,6 @@ strict-uri-encode@^1.0.0:
1281912814
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
1282012815
integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
1282112816

12822-
string-length@^2.0.0:
12823-
version "2.0.0"
12824-
resolved "https://registry.yarnpkg.com/string-length/-/string-length-2.0.0.tgz#d40dbb686a3ace960c1cffca562bf2c45f8363ed"
12825-
integrity sha1-1A27aGo6zpYMHP/KVivyxF+DY+0=
12826-
dependencies:
12827-
astral-regex "^1.0.0"
12828-
strip-ansi "^4.0.0"
12829-
1283012817
string-length@^3.1.0:
1283112818
version "3.1.0"
1283212819
resolved "https://registry.yarnpkg.com/string-length/-/string-length-3.1.0.tgz#107ef8c23456e187a8abd4a61162ff4ac6e25837"

0 commit comments

Comments
 (0)