Merge pull request #10 from ttshivers/depfu/update/npm/@vue/cli-plugin-eslint-4.4.6

Update @vue/cli-plugin-eslint: 4.4.5 → 4.4.6 (patch)
This commit is contained in:
Travis Shivers 2020-06-27 14:52:50 -05:00 committed by GitHub
commit 2fa22ca339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -1407,12 +1407,12 @@
}
},
"@vue/cli-plugin-eslint": {
"version": "4.4.5",
"resolved": "https://registry.npmjs.org/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.4.5.tgz",
"integrity": "sha512-2igWVdzU367F/EZNNeTkEsd7F+jxVj3lq184Sip89yZHZsULk5BnCEsTJPBNAPfSRky3LF2Pj85t58erGdrHvw==",
"version": "4.4.6",
"resolved": "https://registry.npmjs.org/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.4.6.tgz",
"integrity": "sha512-3a9rVpOKPQsDgAlRkhmBMHboGobivG/47BbQGE66Z8YJxrgF/AWikP3Jy67SmxtszRkyiWfw4aJFRV9r3MzffQ==",
"dev": true,
"requires": {
"@vue/cli-shared-utils": "^4.4.5",
"@vue/cli-shared-utils": "^4.4.6",
"eslint-loader": "^2.2.1",
"globby": "^9.2.0",
"inquirer": "^7.1.0",
@ -1719,9 +1719,9 @@
}
},
"@vue/cli-shared-utils": {
"version": "4.4.5",
"resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.4.5.tgz",
"integrity": "sha512-DChYSjidHZmHtxROIp1WHlvhp06AkUzNBdkw0+uJ6FWHSQmkeRpsCU9XYTdsyRbatHzO0wnJ6GO+20yl3ZzLPw==",
"version": "4.4.6",
"resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.4.6.tgz",
"integrity": "sha512-ba+FZZCjiTSu2otnLjY4qXqASe7ZIQ/QBljk5oRPgqrR0p1NUkDPUcZhqa041aOaSW1yAfSfhOD7Q84nMnWhzQ==",
"dev": true,
"requires": {
"@hapi/joi": "^15.0.1",

View File

@ -24,7 +24,7 @@
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.5",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-plugin-router": "^4.4.6",
"@vue/cli-plugin-vuex": "^4.4.6",
"@vue/cli-service": "^4.4.6",