Skip to content

Commit a5bb49a

Browse files
authored
fix(ignore): update dependencies (#24057)
* fix(ignore): update dependencies * u
1 parent d289194 commit a5bb49a

File tree

2 files changed

+83
-72
lines changed

2 files changed

+83
-72
lines changed

package-lock.json

+80-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
"@babel/plugin-proposal-decorators": "^7.24.7",
7070
"@babel/preset-env": "^7.25.4",
7171
"@babel/preset-typescript": "^7.24.7",
72-
"@eslint/js": "^9.10.0",
72+
"@eslint/core": "^0.6.0",
73+
"@eslint/js": "^9.11.0",
7374
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
7475
"@types/eslint__js": "^8.42.3",
7576
"@types/finalhandler": "^1.2.3",
@@ -88,7 +89,7 @@
8889
"prettier": "^3.3.3",
8990
"tmp": "^0.2.3",
9091
"typescript": "^5.6.2",
91-
"typescript-eslint": "^8.5.0"
92+
"typescript-eslint": "^8.6.0"
9293
},
9394
"overrides": {
9495
"zigbee-herdsman-converters": {

0 commit comments

Comments
 (0)