From d0749679df1c459f3f1d4ade92fbb6dc3dbdd4dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 01:59:51 +0000 Subject: [PATCH] chore(deps): bump eslint-config-logdna from 6.1.2 to 7.0.2 Bumps [eslint-config-logdna](https://github.com/logdna/eslint-config-logdna) from 6.1.2 to 7.0.2. - [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.2) --- 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..a16c00f 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.2", "luxon": "^3.2.1", "moment": "^2.29.1", "semantic-release": "^17.4.4",