From 4a3ebca86649eb5a73b501d3ce49bd651a901133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 09:10:48 +0000 Subject: [PATCH] chore(deps): bump eslint-config-logdna from 5.1.0 to 6.0.0 Bumps [eslint-config-logdna](https://github.com/logdna/eslint-config-logdna) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/logdna/eslint-config-logdna/releases) - [Changelog](https://github.com/logdna/eslint-config-logdna/blob/main/CHANGELOG.md) - [Commits](https://github.com/logdna/eslint-config-logdna/compare/v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: eslint-config-logdna dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a115d7d..759afd5 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "devDependencies": { "benchmark": "^2.1.4", "eslint": "^7.32.0", - "eslint-config-logdna": "^5.1.0", + "eslint-config-logdna": "^6.0.0", "microtime": "^3.0.0", "semantic-release": "^17.4.2", "semantic-release-config-logdna": "^1.3.0",