Skip to content

Commit

Permalink
Update dependency eslint to ^9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 4116a01 commit b0063ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion megalodon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -618,10 +618,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.1.1":
version: 9.1.1
resolution: "@eslint/js@npm:9.1.1"
checksum: b71844776d582de74a3599abcbccd2b9009a9292aaf81cb780469c9037985eb8c220c0a08708db205d7fecb54cf087c3c2b2066bd04819b1bc325fa72a52e3e0
"@eslint/js@npm:9.2.0":
version: 9.2.0
resolution: "@eslint/js@npm:9.2.0"
checksum: b5617fd35bd4d9521c6b21c1dc6692b29b65be54d35905f2ed529f02e4014b9ad9d1fcdbd3dfea589636a98c8396489625c94f5dd05ce3c35ca5ac5537904764
languageName: node
linkType: hard

Expand Down Expand Up @@ -2577,14 +2577,14 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.1.1":
version: 9.1.1
resolution: "eslint@npm:9.1.1"
"eslint@npm:^9.2.0":
version: 9.2.0
resolution: "eslint@npm:9.2.0"
dependencies:
"@eslint-community/eslint-utils": ^4.2.0
"@eslint-community/regexpp": ^4.6.1
"@eslint/eslintrc": ^3.0.2
"@eslint/js": 9.1.1
"@eslint/js": 9.2.0
"@humanwhocodes/config-array": ^0.13.0
"@humanwhocodes/module-importer": ^1.0.1
"@humanwhocodes/retry": ^0.2.3
Expand Down Expand Up @@ -2617,7 +2617,7 @@ __metadata:
text-table: ^0.2.0
bin:
eslint: bin/eslint.js
checksum: b96852334eb8397cbee4d8d2342c247a304bf59ba38573e0229e28b6f4589a315af065e5a19989133103b09ada8c958f7cd83e95d327b1d3532e9b2c119d6692
checksum: 692f58f3e1939efc0875641af2f9a2788ebd870adf3b6a3c516e5e5d05df7cc54288056d7148200b7cecbbabdd14c61ded880861e95a230e5a8b80c184e780b7
languageName: node
linkType: hard

Expand Down Expand Up @@ -4299,7 +4299,7 @@ __metadata:
"@typescript-eslint/parser": ^7.7.1
axios: 1.6.8
dayjs: ^1.11.11
eslint: ^9.1.1
eslint: ^9.2.0
eslint-config-prettier: ^9.1.0
eslint-plugin-prettier: ^5.1.3
events: ^3.3.0
Expand Down

0 comments on commit b0063ae

Please sign in to comment.