Bump eslint from 9.1.0 to 9.1.1

Bumps [eslint](https://github.com/eslint/eslint) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.1.0...v9.1.1)

---
updated-dependencies:
- dependency-name: eslint
  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-04-29 14:40:38 +00:00 committed by William Brawner
parent 99ef163c16
commit d3a0f38b9b
2 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@
"license": "MIT",
"devDependencies": {
"copyfiles": "^2.4.1",
"eslint": "^9.1.0",
"eslint": "^9.1.1",
"typescript": "^5.4.5"
}
}

8
package-lock.json generated
View file

@ -21,7 +21,7 @@
"license": "MIT",
"devDependencies": {
"copyfiles": "^2.4.1",
"eslint": "^9.1.0",
"eslint": "^9.1.1",
"typescript": "^5.4.5"
}
},
@ -812,9 +812,9 @@
}
},
"node_modules/eslint": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.1.0.tgz",
"integrity": "sha512-1TCBecGFQtItia2o39P7Z4BK1X7ByNPxAiWJvwiyTGcOwYnTiiASgMpNA6a+beu8cFPhEDWvPf6mIlYUJv6sgA==",
"version": "9.1.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.1.1.tgz",
"integrity": "sha512-b4cRQ0BeZcSEzPpY2PjFY70VbO32K7BStTGtBsnIGdTSEEQzBi8hPBcGQmTG2zUvFr9uLe0TK42bw8YszuHEqg==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",