Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate 72caf8ac41 Update dependency eslint to v9 2024-04-22 22:00:47 +01:00
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -25,7 +25,7 @@
"shareon": "2.4.0"
},
"devDependencies": {
"eslint": "9.1.0",
"eslint": "9.1.1",
"eslint-plugin-unicorn": "49.0.0",
"prettier": "2.7.1",
"stylelint": "14.16.1",
@ -1188,9 +1188,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",
@ -4815,9 +4815,9 @@
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
},
"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,
"requires": {
"@eslint-community/eslint-utils": "^4.2.0",

View File

@ -20,7 +20,7 @@
},
"author": "Jake Howard",
"devDependencies": {
"eslint": "9.1.0",
"eslint": "9.1.1",
"eslint-plugin-unicorn": "49.0.0",
"prettier": "2.7.1",
"stylelint": "14.16.1",