From 8ea50f260bc5d71c1d5ff29184b1dc2e2dc20bd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 04:09:03 +0000 Subject: [PATCH] fix(deps): update non-major dependencies --- .github/workflows/audit.yml | 2 +- package-lock.json | 32 ++++++++++++++++---------------- package.json | 8 ++++---- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index b9fbf82..0a68091 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "20.20.2" - name: Audit (high severity gate) run: npm audit --audit-level=high diff --git a/package-lock.json b/package-lock.json index d7da350..71e84e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,12 +8,12 @@ "name": "@goodmeta/mpp-example", "version": "1.0.0", "dependencies": { - "@hono/node-server": "^1.19.14", - "hono": "^4.12.19" + "@hono/node-server": "^1.19.17", + "hono": "^4.13.1" }, "devDependencies": { - "@types/node": "22.19.17", - "tsx": "^4.22.2", + "@types/node": "22.20.1", + "tsx": "^4.23.11", "typescript": "6.0.3" } }, @@ -460,9 +460,9 @@ } }, "node_modules/@hono/node-server": { - "version": "1.19.14", - "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.14.tgz", - "integrity": "sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==", + "version": "1.19.17", + "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.17.tgz", + "integrity": "sha512-dSneS5qhiauZWGDCeK4o695Xd9nUNjviSZCMQrj10eetr8Uln1ucn6bbphOM6UynAMMtNIzZNSpL9vnASJwrPQ==", "license": "MIT", "engines": { "node": ">=18.14.1" @@ -472,9 +472,9 @@ } }, "node_modules/@types/node": { - "version": "22.19.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.17.tgz", - "integrity": "sha512-wGdMcf+vPYM6jikpS/qhg6WiqSV/OhG+jeeHT/KlVqxYfD40iYJf9/AE1uQxVWFvU7MipKRkRv8NSHiCGgPr8Q==", + "version": "22.20.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.1.tgz", + "integrity": "sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==", "dev": true, "license": "MIT", "dependencies": { @@ -539,18 +539,18 @@ } }, "node_modules/hono": { - "version": "4.12.27", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.27.tgz", - "integrity": "sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q==", + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.1.tgz", + "integrity": "sha512-kdJoFVv2xmayw6cY09H7AbMJMt8Jn5jdlEdXsP7AGBdF2DIptVlKlOLKXP41yPip4/a3yQPv9gVcJYI8YY04dw==", "license": "MIT", "engines": { "node": ">=16.9.0" } }, "node_modules/tsx": { - "version": "4.22.2", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.2.tgz", - "integrity": "sha512-6w9FwtT8WQqRAyTNR+Z+86kghRqpmOLjXUrBlBT6T+CQGDuIMm0VmAqaFUFBIeKDTGobE6/YSigZYLeomzBaRg==", + "version": "4.23.11", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.11.tgz", + "integrity": "sha512-Ry2oTEUnhBdeEdWIztY8kf3/nBGnPnjMLVGL0YfdRXMORuPER5NlKmayqxtxRxwB1xBN+RivRaJfe7PM1rtiyw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7cf7e95..a057322 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,12 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@types/node": "22.19.17", - "tsx": "^4.22.2", + "@types/node": "22.20.1", + "tsx": "^4.23.11", "typescript": "6.0.3" }, "dependencies": { - "@hono/node-server": "^1.19.14", - "hono": "^4.12.19" + "@hono/node-server": "^1.19.17", + "hono": "^4.13.1" } }