From c92da8d25149093da66c84dec9130af9fb81d9db Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2020 17:41:26 -0600 Subject: [PATCH] =?UTF-8?q?Update=20jest-watch-typeahead=20to=20the=20late?= =?UTF-8?q?st=20version=20=F0=9F=9A=80=20(#95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update jest-watch-typeahead to version 0.4.1 * chore(package): update lockfile package-lock.json Co-authored-by: David Díaz --- package-lock.json | 7 ++++--- package.json | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 751d07b..f6dbf51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4599,13 +4599,14 @@ } }, "jest-watch-typeahead": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-0.4.0.tgz", - "integrity": "sha512-bJR/HPNgOQnkmttg1OkBIrYFAYuxFxExtgQh67N2qPvaWGVC8TCkedRNPKBfmZfVXFD3u2sCH+9OuS5ApBfCgA==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-0.4.1.tgz", + "integrity": "sha512-1u6Ag+/filKoV8ddr+Z3MFR1M1E1Y7Qbu7d0nZY0WdjoUeOOOGoO59QsCl6YW2dH9SnOzEBwWNQU0pbLVdCBBQ==", "dev": true, "requires": { "ansi-escapes": "^4.2.1", "chalk": "^2.4.1", + "jest-regex-util": "^24.9.0", "jest-watcher": "^24.3.0", "slash": "^3.0.0", "string-length": "^3.1.0" diff --git a/package.json b/package.json index 29c632a..b5d2fa7 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,9 @@ "repository": "git@github.com:Seich/Beau.git", "devDependencies": { "jest": "24.9.0", + "strip-ansi": "5.2.0", + "jest-watch-typeahead": "0.4.1", "strip-ansi": "6.0.0", - "jest-watch-typeahead": "0.4.0", "np": "5.1.1" }, "oclif": {