From f60d424ea23bb9128626724f43bfbfc41024a1ee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 17:07:21 +0000 Subject: [PATCH] Bump eslint-config-google from 0.12.0 to 0.14.0 in /backend Bumps [eslint-config-google](https://github.com/google/eslint-config-google) from 0.12.0 to 0.14.0. - [Release notes](https://github.com/google/eslint-config-google/releases) - [Commits](https://github.com/google/eslint-config-google/compare/0.12.0...0.14.0) Signed-off-by: dependabot-preview[bot] --- backend/npm-shrinkwrap.json | 6 +++--- backend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/npm-shrinkwrap.json b/backend/npm-shrinkwrap.json index 1b1536b..f53fc70 100644 --- a/backend/npm-shrinkwrap.json +++ b/backend/npm-shrinkwrap.json @@ -576,9 +576,9 @@ } }, "eslint-config-google": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.12.0.tgz", - "integrity": "sha512-SHDM3nIRCJBACjf8c/H6FvCwRmKbphESNl3gJFBNbw4KYDLCONB3ABYLXDGF+iaVP9XSTND/Q5/PuGoFkp4xbg==", + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.14.0.tgz", + "integrity": "sha512-WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw==", "dev": true }, "eslint-plugin-jsdoc": { diff --git a/backend/package.json b/backend/package.json index ed14cfd..23f29ab 100644 --- a/backend/package.json +++ b/backend/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "eslint": "^5.16.0", - "eslint-config-google": "^0.12.0", + "eslint-config-google": "^0.14.0", "eslint-plugin-jsdoc": "^4.8.3", "husky": "^1.3.1", "prettier": "1.17.0",