From 51a9a2627099210e4524af090241a0a9b593d17d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 May 2020 10:24:38 +0000 Subject: [PATCH] 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] --- Server/package-lock.json | 6 +++--- Server/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Server/package-lock.json b/Server/package-lock.json index 1601efd..1c76789 100644 --- a/Server/package-lock.json +++ b/Server/package-lock.json @@ -1183,9 +1183,9 @@ } }, "eslint-config-standard": { - "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==" + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz", + "integrity": "sha512-Z9B+VR+JIXRxz21udPTL9HpFMyoMUEeX1G251EQ6e05WD9aPVtVBn09XUmZ259wCMlCDmYDSZG62Hhm+ZTJcUg==" }, "eslint-scope": { "version": "5.0.0", diff --git a/Server/package.json b/Server/package.json index 9a28c95..f35ee8a 100644 --- a/Server/package.json +++ b/Server/package.json @@ -15,7 +15,7 @@ "chalk": "^3.0.0", "dotenv": "^8.2.0", "eslint": "^6.6.0", - "eslint-config-standard": "^14.1.0", + "eslint-config-standard": "^14.1.1", "glob": "^7.1.6", "google-protobuf": "^3.12.0-rc.1", "immutable": "^4.0.0-rc.12",