From 0e9a4731f8e8e5ec3b65450aff0ade78f092d054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 18:20:11 +0000 Subject: [PATCH] chore(deps): update eslint-config-logdna requirement Updates the requirements on [eslint-config-logdna](https://github.com/logdna/eslint-config-logdna) to permit the latest version. - [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.0...v6.1.2) --- updated-dependencies: - dependency-name: eslint-config-logdna dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c68a8eb..103c895 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "devDependencies": { "casual": "^1.6.2", "eslint": "^8.21.0", - "eslint-config-logdna": "^6.1.0", + "eslint-config-logdna": "^6.1.2", "moment": "^2.29.1", "semantic-release": "^17.4.4", "semantic-release-config-logdna": "^1.3.0",