From 44acb59901c46cd91e226b7c1a970806d79a63c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:32:39 +0000 Subject: [PATCH] chore(deps): bump eslint-config-logdna from 6.1.2 to 7.0.3 Bumps [eslint-config-logdna](https://github.com/logdna/eslint-config-logdna) from 6.1.2 to 7.0.3. - [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.3) --- 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 10870aa..6937fdb 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.3", "luxon": "^3.2.1", "moment": "^2.29.1", "semantic-release": "^17.4.4",