Skip to content

Commit 32d5189

Browse files
Merge pull request #49 from ElectronForConstruct/dependabot/npm_and_yarn/vue/cli-plugin-eslint-4.1.2
2 parents b63203e + 55355d4 commit 32d5189

2 files changed

Lines changed: 11 additions & 21 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@vue/cli-plugin-babel": "^4.1.1",
20-
"@vue/cli-plugin-eslint": "^4.1.1",
20+
"@vue/cli-plugin-eslint": "^4.1.2",
2121
"@vue/cli-service": "^4.1.1",
2222
"@vue/eslint-config-airbnb": "^5.0.0",
2323
"babel-eslint": "^10.0.3",

yarn.lock

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,12 +1044,12 @@
10441044
thread-loader "^2.1.3"
10451045
webpack "^4.0.0"
10461046

1047-
"@vue/cli-plugin-eslint@^4.1.1":
1048-
version "4.1.1"
1049-
resolved "https://registry.yarnpkg.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.1.1.tgz#ad09b71f94dc7518a6c83debacd39e34f6d5a71e"
1050-
integrity sha512-7bb5idaWcXREaxVYmQ9NK31gy26Qms6cQ9ENovXQurFpsSd29+Fmqc/EkAhHhWn82gModvypIoJyOhKt21jxKg==
1047+
"@vue/cli-plugin-eslint@^4.1.2":
1048+
version "4.1.2"
1049+
resolved "https://registry.yarnpkg.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.1.2.tgz#173d2a40beb7debc03a217db3bb4c67cbf255bd6"
1050+
integrity sha512-j6Z6tyhas7AFBwSvQ8JdKPLfaakZbwmK0+Xk8H6BK1/GrEpSCsb8pzBV8faStbKCPUO9vlKEuO319kHypUTJ1g==
10511051
dependencies:
1052-
"@vue/cli-shared-utils" "^4.1.1"
1052+
"@vue/cli-shared-utils" "^4.1.2"
10531053
eslint-loader "^2.1.2"
10541054
globby "^9.2.0"
10551055
webpack "^4.0.0"
@@ -1131,13 +1131,13 @@
11311131
webpack-dev-server "^3.9.0"
11321132
webpack-merge "^4.2.2"
11331133

1134-
"@vue/cli-shared-utils@^4.1.1":
1135-
version "4.1.1"
1136-
resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.1.1.tgz#79e26b56fda185fda00e5787a8f4aac56757b123"
1137-
integrity sha512-nsxNW8Sy9y2yx/r9DqgZoYg/DoygvASIQl0XXG+imQUDWEXKmD6UZA6y5ANfStCljzZ/wd7WgWP+txmjy6exOw==
1134+
"@vue/cli-shared-utils@^4.1.1", "@vue/cli-shared-utils@^4.1.2":
1135+
version "4.1.2"
1136+
resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.1.2.tgz#d33984c8790ad869ef77f5229abd3e8e584fe58b"
1137+
integrity sha512-uQAVqxCWdL5ipZ0TPu6SVsdokQp4yHt8SzzpUGhq8TkW4vwalGddJAAJrqZHMl91ZTIJ4p4ixofmCaaJo5rSRA==
11381138
dependencies:
11391139
"@hapi/joi" "^15.0.1"
1140-
chalk "^2.4.1"
1140+
chalk "^2.4.2"
11411141
execa "^1.0.0"
11421142
launch-editor "^2.2.1"
11431143
lru-cache "^5.1.1"
@@ -1147,7 +1147,6 @@
11471147
request "^2.87.0"
11481148
request-promise-native "^1.0.8"
11491149
semver "^6.1.0"
1150-
string.prototype.padstart "^3.0.0"
11511150
strip-ansi "^6.0.0"
11521151

11531152
"@vue/component-compiler-utils@^3.0.2", "@vue/component-compiler-utils@^3.1.0":
@@ -8353,15 +8352,6 @@ string.prototype.padend@^3.0.0:
83538352
es-abstract "^1.4.3"
83548353
function-bind "^1.0.2"
83558354

8356-
string.prototype.padstart@^3.0.0:
8357-
version "3.0.0"
8358-
resolved "https://registry.yarnpkg.com/string.prototype.padstart/-/string.prototype.padstart-3.0.0.tgz#5bcfad39f4649bb2d031292e19bcf0b510d4b242"
8359-
integrity sha1-W8+tOfRkm7LQMSkuGbzwtRDUskI=
8360-
dependencies:
8361-
define-properties "^1.1.2"
8362-
es-abstract "^1.4.3"
8363-
function-bind "^1.0.2"
8364-
83658355
string.prototype.trimleft@^2.1.1:
83668356
version "2.1.1"
83678357
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"

0 commit comments

Comments
 (0)