Bump eslint-config-love from 84.1.0 to 84.1.1

Bumps [eslint-config-love](https://github.com/mightyiam/eslint-config-love) from 84.1.0 to 84.1.1.
- [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/v84.1.0...v84.1.1)

---
updated-dependencies:
- dependency-name: eslint-config-love
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-14 03:40:29 +00:00 committed by GitHub
parent afbece60ab
commit b354ac2895
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -42,7 +42,7 @@
"commander": "^12.1.0",
"esbuild": "^0.24.0",
"eslint": "^8.57.1",
"eslint-config-love": "^84.1.0",
"eslint-config-love": "^84.1.1",
"eslint-plugin-lit": "^1.15.0",
"globals": "^15.11.0",
"lit": "^3.2.1",
@ -6866,9 +6866,9 @@
}
},
"node_modules/eslint-config-love": {
"version": "84.1.0",
"resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-84.1.0.tgz",
"integrity": "sha512-nrFAu5fnlAhEvluQ72nR0DG6YZ/7woREmr8QMi69f+ad55LosQ62UKDQw4o9Bwb8ye7deoPm1FTMUorzgL9ZHQ==",
"version": "84.1.1",
"resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-84.1.1.tgz",
"integrity": "sha512-jkmS0xgiVYQCKb2McwgeGzQWze8iJPPusbKTUprVSoZE8EoMe8SzSl9me8iuF+DdOcuN5Vg2Ry11/OYG98D+zQ==",
"dev": true,
"funding": [
{
@ -6881,7 +6881,7 @@
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-promise": "^7.0.0",
"typescript-eslint": "^8.0.0"
"typescript-eslint": "^8.3.0"
},
"peerDependencies": {
"eslint": "^8.0.1",
@ -18220,15 +18220,15 @@
}
},
"eslint-config-love": {
"version": "84.1.0",
"resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-84.1.0.tgz",
"integrity": "sha512-nrFAu5fnlAhEvluQ72nR0DG6YZ/7woREmr8QMi69f+ad55LosQ62UKDQw4o9Bwb8ye7deoPm1FTMUorzgL9ZHQ==",
"version": "84.1.1",
"resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-84.1.1.tgz",
"integrity": "sha512-jkmS0xgiVYQCKb2McwgeGzQWze8iJPPusbKTUprVSoZE8EoMe8SzSl9me8iuF+DdOcuN5Vg2Ry11/OYG98D+zQ==",
"dev": true,
"requires": {
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-promise": "^7.0.0",
"typescript-eslint": "^8.0.0"
"typescript-eslint": "^8.3.0"
}
},
"eslint-import-resolver-node": {

View File

@ -59,7 +59,7 @@
"commander": "^12.1.0",
"esbuild": "^0.24.0",
"eslint": "^8.57.1",
"eslint-config-love": "^84.1.0",
"eslint-config-love": "^84.1.1",
"eslint-plugin-lit": "^1.15.0",
"globals": "^15.11.0",
"lit": "^3.2.1",