From 9a30958979a0bc90c79efa05e9dc76735af1c8ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 03:47:41 +0000 Subject: [PATCH] Bump eslint-config-love from 64.0.0 to 66.0.0 Bumps [eslint-config-love](https://github.com/mightyiam/eslint-config-love) from 64.0.0 to 66.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/v64.0.0...v66.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9debac41..43dec93e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "commander": "^12.1.0", "esbuild": "^0.23.1", "eslint": "^8.57.0", - "eslint-config-love": "^64.0.0", + "eslint-config-love": "^66.0.0", "eslint-plugin-lit": "^1.15.0", "globals": "^15.9.0", "lit": "^3.2.0", @@ -6707,9 +6707,9 @@ } }, "node_modules/eslint-config-love": { - "version": "64.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-64.0.0.tgz", - "integrity": "sha512-b223cA724uh7AomGxc4orLsAsTQloJr/dNO6+ZVmDtl6bKHoUJGPZd2aG+EoOINUdkDucHWJ+p6q/qPwshO/0w==", + "version": "66.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-66.0.0.tgz", + "integrity": "sha512-Op6YXKED9jFjdrg0wA/pUcnMla0IO0oN5S0OLRykboCa00ilLS82+dXoeIGMIBI0Q7Ik03X9fOes+jXZ4yL7pQ==", "dev": true, "funding": [ { @@ -18051,9 +18051,9 @@ } }, "eslint-config-love": { - "version": "64.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-64.0.0.tgz", - "integrity": "sha512-b223cA724uh7AomGxc4orLsAsTQloJr/dNO6+ZVmDtl6bKHoUJGPZd2aG+EoOINUdkDucHWJ+p6q/qPwshO/0w==", + "version": "66.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-66.0.0.tgz", + "integrity": "sha512-Op6YXKED9jFjdrg0wA/pUcnMla0IO0oN5S0OLRykboCa00ilLS82+dXoeIGMIBI0Q7Ik03X9fOes+jXZ4yL7pQ==", "dev": true, "requires": { "eslint-plugin-import": "^2.25.2", diff --git a/package.json b/package.json index 1fad07a1..709ac07d 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "commander": "^12.1.0", "esbuild": "^0.23.1", "eslint": "^8.57.0", - "eslint-config-love": "^64.0.0", + "eslint-config-love": "^66.0.0", "eslint-plugin-lit": "^1.15.0", "globals": "^15.9.0", "lit": "^3.2.0",