From 8d587a7b4c7c225433d19340834240f9548696bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 05:40:59 +0000 Subject: [PATCH] Bump eslint-config-love from 56.0.0 to 57.0.0 Bumps [eslint-config-love](https://github.com/mightyiam/eslint-config-love) from 56.0.0 to 57.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/v56.0.0...v57.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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f5d830fb..df33edd1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@typescript-eslint/eslint-plugin": "^7.16.1", "dotenv": "^16.4.5", "eslint": "^8.57.0", - "eslint-config-love": "^56.0.0", + "eslint-config-love": "^57.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-github": "^5.0.1", "eslint-plugin-import": "^2.29.1", @@ -2779,9 +2779,9 @@ } }, "node_modules/eslint-config-love": { - "version": "56.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-56.0.0.tgz", - "integrity": "sha512-vcr6yRq1LsobHNFs9AmY/YBPej2Q7CVfcjLLvvZTSmO7OlDtUHYiRUACSgYGhsCdNf7YwiUhPQZOYLKe3JDJaA==", + "version": "57.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-57.0.0.tgz", + "integrity": "sha512-M90iIerLSptw1rGlkr+lVRoVikjkbSKhhtPRNl8kSj4zlwK+KwL6b17hq4JTf2RIWcimA4Iq0f2Sb5/ezzGRzw==", "dev": true, "dependencies": { "eslint-plugin-import": "^2.25.2", diff --git a/package.json b/package.json index 3020a192b..4d051ad00 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@typescript-eslint/eslint-plugin": "^7.16.1", "dotenv": "^16.4.5", "eslint": "^8.57.0", - "eslint-config-love": "^56.0.0", + "eslint-config-love": "^57.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-github": "^5.0.1", "eslint-plugin-import": "^2.29.1",