From a9e2ae2bb177d631e0c4ca2a58c20e6c5ec788b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 21:21:51 +0900 Subject: [PATCH] Bump jest-watch-typeahead from 2.0.0 to 2.1.1 (#6307) Bumps [jest-watch-typeahead](https://github.com/jest-community/jest-watch-typeahead) from 2.0.0 to 2.1.1. - [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](https://github.com/jest-community/jest-watch-typeahead/compare/v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: jest-watch-typeahead dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1925eaa84..6dcd405524 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "husky": "^8.0.1", "jest": "^28.1.3", "jest-preset-stylelint": "^5.0.4", - "jest-watch-typeahead": "^2.0.0", + "jest-watch-typeahead": "^2.1.1", "lint-staged": "^13.0.3", "node-fetch": "^3.2.10", "np": "^7.6.2", @@ -7034,9 +7034,9 @@ } }, "node_modules/jest-watch-typeahead": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-2.0.0.tgz", - "integrity": "sha512-LX/jrTNkOIZV1n7fnEWlKJ73lhVPKF9B6F0L7pbje3xNPw1NddPLn0n8EFt7YwbCnC0+vlLylp7JehV6M06J6Q==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-2.1.1.tgz", + "integrity": "sha512-yKrj2VBDJoMLlD6lpfWfIQpSSC1GFGvPHaLnJWRhL/PiLlBDRWFwCYe21h0o+peqcVlilQhIa2g2vncaBXS73g==", "dev": true, "dependencies": { "ansi-escapes": "^5.0.0", @@ -7051,7 +7051,7 @@ "node": "^14.17.0 || ^16.10.0 || >=18.0.0" }, "peerDependencies": { - "jest": "^27.0.0 || ^28.0.0" + "jest": "^27.0.0 || ^28.0.0 || ^29.0.0" } }, "node_modules/jest-watch-typeahead/node_modules/ansi-escapes": { @@ -20107,9 +20107,9 @@ } }, "jest-watch-typeahead": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-2.0.0.tgz", - "integrity": "sha512-LX/jrTNkOIZV1n7fnEWlKJ73lhVPKF9B6F0L7pbje3xNPw1NddPLn0n8EFt7YwbCnC0+vlLylp7JehV6M06J6Q==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-2.1.1.tgz", + "integrity": "sha512-yKrj2VBDJoMLlD6lpfWfIQpSSC1GFGvPHaLnJWRhL/PiLlBDRWFwCYe21h0o+peqcVlilQhIa2g2vncaBXS73g==", "dev": true, "requires": { "ansi-escapes": "^5.0.0", diff --git a/package.json b/package.json index e9ea059e9a..f4814bb015 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "husky": "^8.0.1", "jest": "^28.1.3", "jest-preset-stylelint": "^5.0.4", - "jest-watch-typeahead": "^2.0.0", + "jest-watch-typeahead": "^2.1.1", "lint-staged": "^13.0.3", "node-fetch": "^3.2.10", "np": "^7.6.2",