diff --git a/package-lock.json b/package-lock.json index 988ebefa5..b9ebcd3c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9663,10 +9663,11 @@ } }, "node_modules/eslint-config-webpack": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/eslint-config-webpack/-/eslint-config-webpack-4.3.0.tgz", - "integrity": "sha512-G2mePdT5zOOPS+lYtNKAdLqIgSSRCswirgrWh1+Lk1R2UY2r7q5XTtJbTguOR3ukfFySpYx0vHPTdN8TxpFQtw==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/eslint-config-webpack/-/eslint-config-webpack-4.3.4.tgz", + "integrity": "sha512-u0wlSpmIaxEvPGzMi3hKtSxOmj933oMVM+pTabghQTrqLP27ZzYr1l/cs/WrnT2ZKP9VyccV16IVp9V2YZrh+w==", "dev": true, + "license": "MIT", "dependencies": { "detect-indent": "^7.0.1", "jsonc-eslint-parser": "^2.4.0", @@ -9687,6 +9688,7 @@ "eslint-plugin-jsdoc": ">= 50.7.1", "eslint-plugin-n": ">= 17.19.0", "eslint-plugin-prettier": ">= 5.4.1", + "eslint-plugin-react": ">= 7.37.5", "eslint-plugin-unicorn": ">= 59.0.1", "globals": ">= 16.2.0", "prettier": ">= 3.5.3", @@ -9706,6 +9708,9 @@ "eslint-plugin-n": { "optional": true }, + "eslint-plugin-react": { + "optional": true + }, "typescript": { "optional": true }, @@ -12545,10 +12550,11 @@ } }, "node_modules/hono": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.8.4.tgz", - "integrity": "sha512-KOIBp1+iUs0HrKztM4EHiB2UtzZDTBihDtOF5K6+WaJjCPeaW4Q92R8j63jOhvJI5+tZSMuKD9REVEXXY9illg==", + "version": "4.8.5", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.8.5.tgz", + "integrity": "sha512-Up2cQbtNz1s111qpnnECdTGqSIUIhZJMLikdKkshebQSEBcoUKq6XJayLGqSZWidiH0zfHRCJqFu062Mz5UuRA==", "dev": true, + "license": "MIT", "engines": { "node": ">=16.9.0" }