From f8af50d7778de5caea1df9b0a6d9f7915943b30d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 06:50:22 +0000 Subject: [PATCH] chore(deps-dev): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [eslint-config-webpack](https://github.com/webpack/eslint-config-webpack) and [hono](https://github.com/honojs/hono). Updates `eslint-config-webpack` from 4.3.0 to 4.3.4 - [Release notes](https://github.com/webpack/eslint-config-webpack/releases) - [Changelog](https://github.com/webpack/eslint-config-webpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/eslint-config-webpack/compare/v4.3.0...v4.3.4) Updates `hono` from 4.8.4 to 4.8.5 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.4...v4.8.5) --- updated-dependencies: - dependency-name: eslint-config-webpack dependency-version: 4.3.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: hono dependency-version: 4.8.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) 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" }