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",