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",