diff options
author | Indrajith K L | 2020-08-01 19:50:04 +0530 |
---|---|---|
committer | GitHub | 2020-08-01 19:50:04 +0530 |
commit | 4cd09d7a97bf407c990b9a088d803cfa5083ebfa (patch) | |
tree | b29f421dc891692c0567eac4c9a771be98aed7f0 /package-lock.json | |
parent | a9516ae2f6b9f4ab7157f43b0390507e6eaa0475 (diff) | |
parent | 5d9ede5af4b3c1ca54d1c54bee5fceb1c56b15bb (diff) | |
download | bookmark-manager-4cd09d7a97bf407c990b9a088d803cfa5083ebfa.tar.gz bookmark-manager-4cd09d7a97bf407c990b9a088d803cfa5083ebfa.tar.bz2 bookmark-manager-4cd09d7a97bf407c990b9a088d803cfa5083ebfa.zip |
Merge pull request #2 from cooljith91112/dependabot/npm_and_yarn/eslint-utils-1.4.3
Bump eslint-utils from 1.3.1 to 1.4.3
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 8ea9c8e..390c893 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4854,11 +4854,18 @@ } }, "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.3", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz", + "integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==", "requires": { - "eslint-visitor-keys": "^1.0.0" + "eslint-visitor-keys": "^1.1.0" + }, + "dependencies": { + "eslint-visitor-keys": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz", + "integrity": "sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==" + } } }, "eslint-visitor-keys": { |