From 0965fddccbb297a65b0788710155464081bba33f 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:28:32 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-standard in /UI 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] --- UI/package-lock.json | 6 +++--- UI/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/UI/package-lock.json b/UI/package-lock.json index 20a1427..820188a 100644 --- a/UI/package-lock.json +++ b/UI/package-lock.json @@ -5870,9 +5870,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==", "dev": true }, "eslint-import-resolver-node": { diff --git a/UI/package.json b/UI/package.json index 37c659e..50b50f2 100644 --- a/UI/package.json +++ b/UI/package.json @@ -47,7 +47,7 @@ "proxy": "http://localhost:6769", "devDependencies": { "@babel/plugin-proposal-decorators": "^7.8.3", - "eslint-config-standard": "^14.1.0", + "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1",