From 13318b421df217744f3a4130ba450993c3299d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:03:10 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-love from 52.0.0 to 53.0.0 Bumps [eslint-config-love](https://github.com/mightyiam/eslint-config-love) from 52.0.0 to 53.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/v52.0.0...v53.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 | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8635020..3907f26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "rule-cli", "version": "1.0.0", - "license": "ISC", + "license": "Apache-2.0", "dependencies": { "commander": "^12.1.0", "fs-extra": "^11.2.0", @@ -28,7 +28,7 @@ "@typescript-eslint/parser": "^7.12.0", "copyfiles": "^2.4.1", "eslint": "^8.57.0", - "eslint-config-love": "^52.0.0", + "eslint-config-love": "^53.0.0", "eslint-plugin-eslint-comments": "^3.2.0", "husky": "^8.0.3", "lint-staged": "^15.2.5", @@ -1580,11 +1580,10 @@ } }, "node_modules/eslint-config-love": { - "version": "52.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-52.0.0.tgz", - "integrity": "sha512-4H2+FtgWOKZkvGUKoPz7x7hHxgHr1+P2N2D96JzQ6wrePQsoMEvkTB9fHmItpmq2aIawufkfQczKmQTIZUq69w==", + "version": "53.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-53.0.0.tgz", + "integrity": "sha512-lvr93SbSbF/JMbTqQFb07kd+7R9fiRGcTrk6mCLQvYClkB4e4avNG1WfGd1YMnZSyuK9UFAbNiVlfhfHEuvSUA==", "dev": true, - "license": "MIT", "dependencies": { "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^17.0.0", @@ -6013,9 +6012,9 @@ } }, "eslint-config-love": { - "version": "52.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-52.0.0.tgz", - "integrity": "sha512-4H2+FtgWOKZkvGUKoPz7x7hHxgHr1+P2N2D96JzQ6wrePQsoMEvkTB9fHmItpmq2aIawufkfQczKmQTIZUq69w==", + "version": "53.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-53.0.0.tgz", + "integrity": "sha512-lvr93SbSbF/JMbTqQFb07kd+7R9fiRGcTrk6mCLQvYClkB4e4avNG1WfGd1YMnZSyuK9UFAbNiVlfhfHEuvSUA==", "dev": true, "requires": { "eslint-plugin-import": "^2.25.2", diff --git a/package.json b/package.json index 23bc768..5e5e382 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@typescript-eslint/parser": "^7.12.0", "copyfiles": "^2.4.1", "eslint": "^8.57.0", - "eslint-config-love": "^52.0.0", + "eslint-config-love": "^53.0.0", "eslint-plugin-eslint-comments": "^3.2.0", "husky": "^8.0.3", "lint-staged": "^15.2.5",