From 0619ef54c2aa1f6950b43cff7db53c9544c37c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 09:13:10 +0000 Subject: [PATCH] chore(deps): bump eslint-config-logdna from 5.1.0 to 6.1.0 Bumps [eslint-config-logdna](https://github.com/logdna/eslint-config-logdna) from 5.1.0 to 6.1.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.1.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..2613075 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.1.0", "microtime": "^3.0.0", "semantic-release": "^17.4.2", "semantic-release-config-logdna": "^1.3.0",