Merge pull request #958 from liyasthomas/dependabot/npm_and_yarn/eslint-7.3.1

⬆️ Bump eslint from 7.3.0 to 7.3.1
This commit is contained in:
Liyas Thomas
2020-06-24 07:10:17 +05:30
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5495,9 +5495,9 @@
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
},
"eslint": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.3.0.tgz",
"integrity": "sha512-dJMVXwfU5PT1cj2Nv2VPPrKahKTGdX+5Dh0Q3YuKt+Y2UhdL2YbzsVaBMyG9HC0tBismlv/r1+eZqs6SMIV38Q==",
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.3.1.tgz",
"integrity": "sha512-cQC/xj9bhWUcyi/RuMbRtC3I0eW8MH0jhRELSvpKYkWep3C6YZ2OkvcvJVUeO6gcunABmzptbXBuDoXsjHmfTA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View File

@@ -55,7 +55,7 @@
"@nuxtjs/google-analytics": "^2.3.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"cypress": "^4.9.0",
"eslint": "^7.3.0",
"eslint": "^7.3.1",
"eslint-plugin-vue": "^6.2.2",
"husky": "^4.2.5",
"node-sass": "^4.14.1",