summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorRaphael <raphaelkabo@gmail.com>2020-01-03 10:56:49 +1100
committerGitHub <noreply@github.com>2020-01-03 10:56:49 +1100
commitdf8d3cd01f8c36ce6721e809e448f727cbf4a857 (patch)
tree386530d767b6abe0cf0c2ddbf6c83e7992962bf8 /package-lock.json
parent88e84406332d8471296ccbb7ea8a87b4357316f7 (diff)
parent7dbf576cb9bc5af1bb3c2a0d9e8cfc71ebb8055b (diff)
Merge pull request #17 from lowercasename/dependabot/npm_and_yarn/eslint-utils-1.4.3
Bump eslint-utils from 1.4.0 to 1.4.3
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json16
1 files changed, 12 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 4256f57..2232874 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2059,12 +2059,20 @@
}
},
"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==",
"dev": true,
"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==",
+ "dev": true
+ }
}
},
"eslint-visitor-keys": {