diff options
author | Mike Greiling <mike@pixelcog.com> | 2019-09-04 17:30:54 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-09-04 17:30:54 +0000 |
commit | f88f12477ad566c576d88bdbb38fdd5365981b78 (patch) | |
tree | 032566eb8e8e10819cb70ca8b3f07dae68e4a8ff /yarn.lock | |
parent | bddaee749a51a83161ab3ff96bf7d17f1537fdcf (diff) | |
parent | 1c7587be7d08fae2ed199a71a447b63613705542 (diff) | |
download | gitlab-ce-f88f12477ad566c576d88bdbb38fdd5365981b78.tar.gz |
Merge branch 'update-eslint-utils-to-1.4.2' into 'master'
Update eslint-utils to 1.4.2
Fixes vulnerability in development environment.
See https://nvd.nist.gov/vuln/detail/CVE-2019-15657
See merge request gitlab-org/gitlab-ce!32251
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/yarn.lock b/yarn.lock index d17dae8f907..904219868bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4671,9 +4671,11 @@ eslint-scope@^4.0.0: estraverse "^4.1.1" eslint-utils@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512" - integrity sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q== + version "1.4.2" + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab" + integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q== + dependencies: + eslint-visitor-keys "^1.0.0" eslint-visitor-keys@^1.0.0: version "1.0.0" |