diff options
| author | 2021-05-08 22:19:22 +0300 | |
|---|---|---|
| committer | 2021-05-08 22:19:22 +0300 | |
| commit | 44c75c5262b0b2b0534133747b78b1ca6572d624 (patch) | |
| tree | 51c11d8c59776d39be464787f4f7e60df2992ee7 | |
| parent | Merge pull request #234 from python-discord/dependabot/npm_and_yarn/webpack-5... (diff) | |
| parent | Bump jest-watch-typeahead from 0.6.2 to 0.6.3 (diff) | |
Merge pull request #237 from python-discord/dependabot/npm_and_yarn/jest-watch-typeahead-0.6.3
Bump jest-watch-typeahead from 0.6.2 to 0.6.3
Diffstat (limited to '')
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 | 
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index a184f53..e231acf 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@      "jest-environment-jsdom-fourteen": "1.0.1",      "jest-resolve": "26.6.2",      "jest-svg-transformer": "1.0.0", -    "jest-watch-typeahead": "0.6.2", +    "jest-watch-typeahead": "0.6.3",      "webpack-dev-server": "3.11.2"    }  } @@ -5934,10 +5934,10 @@ jest-validate@^26.6.2:      leven "^3.1.0"      pretty-format "^26.6.2" -  version "0.6.2" -  resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.6.2.tgz#f3ea6518a2a497baad09a8d39f658140e6778e26" -  integrity sha512-JKcDGEKWjhXo+/+RZMhtCsCA7J6KfbRXb7AbnQqoG9SH8AOGAkJFx8dHd80uIbkSxSVGEwI4ub62pET7a5BRPg== +  version "0.6.3" +  resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.6.3.tgz#26efa37da39a46d8ff417b9e4badc8176a698016" +  integrity sha512-rM+2m2U/7o4VeXxA3rcEWbbKq8K/aGjAwCgmqsthPV1AqLb5NNACzS+tDCD11bdQ8MrN+H3uN61Y9qFiJgtZPw==    dependencies:      ansi-escapes "^4.3.1"      chalk "^4.0.0"  |