From f4f8bed06117e9048f08529edc50459e40aa542c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 14:37:04 +0000 Subject: [PATCH] chore(deps): bump eslint-config-logdna from 6.1.2 to 7.0.0 Bumps [eslint-config-logdna](https://github.com/logdna/eslint-config-logdna) from 6.1.2 to 7.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/v6.1.2...v7.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 5293d1c..4f841b9 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "devDependencies": { "casual": "^1.6.2", "eslint": "^8.35.0", - "eslint-config-logdna": "^6.1.0", + "eslint-config-logdna": "^7.0.0", "luxon": "^3.2.1", "moment": "^2.29.1", "semantic-release": "^17.4.4",