From 9b15f1d9a4752030731dfff0fa4ec9296b2e38b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Nov 2020 16:34:11 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-config-standard from 14.1.1 to 15.0.1 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 15.0.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.1...v15.0.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 584be5611b..40cf8bbaec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2503,9 +2503,9 @@ } }, "eslint-config-standard": { - "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==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-15.0.1.tgz", + "integrity": "sha512-UGorkix49kBium7Y124o2U9Qy7Lpa+nO0FsaqQSIPeno5hGNxZtSBJbqJX6gtpYfDFWCtqCAN9wyK+oDd9jT7Q==", "dev": true }, "eslint-import-resolver-node": { diff --git a/package.json b/package.json index aabeb152a8..85851880af 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "cheerio": "^1.0.0-rc.3", "commonmark": "0.29.2", "eslint": "^7.12.0", - "eslint-config-standard": "^14.1.1", + "eslint-config-standard": "^15.0.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1",