From 45af489cbeff5d5d99bac7492ede368d661d1fa9 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 20 Jul 2026 07:09:06 +0000 Subject: [PATCH] chore: upgrade @types/node to 25.9.5 Patch bump within the existing ^25 range. Type-only dev dependency; lint, build and tests all pass unchanged (129 tests). Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01SmfK8vFU5qrMtmMzSJw2mo --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f9cead..24a8f0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tanstack/react-query-persist-client": "^5.96.2", "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^16.1.0", - "@types/node": "^25.9.1", + "@types/node": "^25.9.5", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@vitejs/plugin-react": "^6.0.2", @@ -1836,9 +1836,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.9.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.1.tgz", - "integrity": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==", + "version": "25.9.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.5.tgz", + "integrity": "sha512-OScDchr2fwuUmWdf4kZ9h7PcJiYDVInhJizG/biAq3cAvqwYktuy/TYGGdZNMtNTFUP7rnb0NU4TUdm82kt4Rg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2e84144..8eeeb08 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@tanstack/react-query-persist-client": "^5.96.2", "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^16.1.0", - "@types/node": "^25.9.1", + "@types/node": "^25.9.5", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@vitejs/plugin-react": "^6.0.2",