build(deps): bump eslint-config-standard in /Server

Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.0 to 14.1.1.
- [Release notes](https://github.com/standard/eslint-config-standard/releases)
- [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/eslint-config-standard/compare/v14.1.0...v14.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-08 10:24:38 +00:00 committed by GitHub
parent 2801573d7e
commit 51a9a26270
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1183,9 +1183,9 @@
} }
}, },
"eslint-config-standard": { "eslint-config-standard": {
"version": "14.1.0", "version": "14.1.1",
"resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-14.1.0.tgz", "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz",
"integrity": "sha512-EF6XkrrGVbvv8hL/kYa/m6vnvmUT+K82pJJc4JJVMM6+Qgqh0pnwprSxdduDLB9p/7bIxD+YV5O0wfb8lmcPbA==" "integrity": "sha512-Z9B+VR+JIXRxz21udPTL9HpFMyoMUEeX1G251EQ6e05WD9aPVtVBn09XUmZ259wCMlCDmYDSZG62Hhm+ZTJcUg=="
}, },
"eslint-scope": { "eslint-scope": {
"version": "5.0.0", "version": "5.0.0",

View file

@ -15,7 +15,7 @@
"chalk": "^3.0.0", "chalk": "^3.0.0",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"eslint": "^6.6.0", "eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0", "eslint-config-standard": "^14.1.1",
"glob": "^7.1.6", "glob": "^7.1.6",
"google-protobuf": "^3.12.0-rc.1", "google-protobuf": "^3.12.0-rc.1",
"immutable": "^4.0.0-rc.12", "immutable": "^4.0.0-rc.12",