You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2019/09/11 02:29:18 UTC

[incubator-flagon-useralejs] branch FLAGON-434 updated: minor package-lock fix due to vulnerability in gulp-eslint v5.0.0

This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch FLAGON-434
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/FLAGON-434 by this push:
     new 8422279  minor package-lock fix due to vulnerability in gulp-eslint v5.0.0
8422279 is described below

commit 842227946a4116ccac1dd5fa17d65ca31a76fde5
Author: poorejc <po...@apache.org>
AuthorDate: Tue Sep 10 22:28:56 2019 -0400

    minor package-lock fix due to vulnerability in gulp-eslint v5.0.0
---
 package-lock.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 187b11f..6809086 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2431,9 +2431,9 @@
       }
     },
     "eslint-utils": {
-      "version": "1.4.0",
-      "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.0.tgz",
-      "integrity": "sha512-7ehnzPaP5IIEh1r1tkjuIrxqhNkzUJa9z3R92tLJdZIVdWaczEhr3EbhGtsMrVxi1KeR8qA7Off6SWc5WNQqyQ==",
+      "version": "1.4.2",
+      "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.2.tgz",
+      "integrity": "sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==",
       "dev": true,
       "requires": {
         "eslint-visitor-keys": "^1.0.0"