From eb8ef94d63d1f416441c1ff98ed4a07d7438dbdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 13:56:14 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-love from 47.0.0 to 48.0.0 Bumps [eslint-config-love](https://github.com/mightyiam/eslint-config-love) from 47.0.0 to 48.0.0. - [Release notes](https://github.com/mightyiam/eslint-config-love/releases) - [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md) - [Commits](https://github.com/mightyiam/eslint-config-love/compare/v47.0.0...v48.0.0) --- updated-dependencies: - dependency-name: eslint-config-love 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 a92e660..ec735c2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@typescript-eslint/eslint-plugin": "^7.0.1", "esbuild": "0.21.2", "eslint": "^8.0.1", - "eslint-config-love": "47.0.0", + "eslint-config-love": "48.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0 || ^16.0.0 ", "eslint-plugin-promise": "^6.0.0",