Merge pull request #1039 from postwoman-io/dependabot/npm_and_yarn/eslint-7.6.0

Bump eslint from 7.5.0 to 7.6.0
This commit is contained in:
Liyas Thomas
2020-08-01 08:52:00 +05:30
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5507,9 +5507,9 @@
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
},
"eslint": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.5.0.tgz",
"integrity": "sha512-vlUP10xse9sWt9SGRtcr1LAC67BENcQMFeV+w5EvLEoFe3xJ8cF1Skd0msziRx/VMC+72B4DxreCE+OR12OA6Q==",
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.6.0.tgz",
"integrity": "sha512-QlAManNtqr7sozWm5TF4wIH9gmUm2hE3vNRUvyoYAa4y1l5/jxD/PQStEjBMQtCqZmSep8UxrcecI60hOpe61w==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View File

@@ -54,7 +54,7 @@
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"cypress": "^4.10.0",
"eslint": "^7.5.0",
"eslint": "^7.6.0",
"eslint-plugin-vue": "^6.2.2",
"husky": "^4.2.5",
"node-sass": "^4.14.1",