Merge pull request #568 from nextcloud/dependabot/npm_and_yarn/eslint-config-standard-14.1.0

This commit is contained in:
dependabot-preview[bot] 2019-08-28 05:25:39 +00:00 committed by GitHub
commit 0a99dcf3ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -5655,9 +5655,9 @@
}
},
"eslint-config-standard": {
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-14.0.1.tgz",
"integrity": "sha512-1RWsAKTDTZgA8bIM6PSC9aTGDAUlKqNkYNJlTZ5xYD/HYkIM6GlcefFvgcJ8xi0SWG5203rttKYX28zW+rKNOg==",
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-14.1.0.tgz",
"integrity": "sha512-EF6XkrrGVbvv8hL/kYa/m6vnvmUT+K82pJJc4JJVMM6+Qgqh0pnwprSxdduDLB9p/7bIxD+YV5O0wfb8lmcPbA==",
"dev": true
},
"eslint-friendly-formatter": {

View file

@ -59,7 +59,7 @@
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"eslint": "^6.2.2",
"eslint-config-standard": "^14.0.1",
"eslint-config-standard": "^14.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.0",
"eslint-plugin-import": "^2.18.2",