diff --git a/client/package-lock.json b/client/package-lock.json index ddabe9d3..49d176a6 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -19,7 +19,7 @@ "@testing-library/jest-dom": "^7.0.1", "@testing-library/vue": "^8.1.0", "@types/jsdom": "^30.0.0", - "@types/node": "^26.4.0", + "@types/node": "^26.4.1", "@typescript-eslint/eslint-plugin": "^8.69.0", "@typescript-eslint/parser": "^8.64.0", "@vitejs/plugin-vue": "^6.0.8", @@ -1173,9 +1173,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.4.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.4.0.tgz", - "integrity": "sha512-faiGnoIrLH/V8cibOMEAZ8pMw6oXqSukl29ra4mN8GdaB2ZewzeaLj+INpV5N+Z1eKWzY+IzaIZH2EIR6YZRNQ==", + "version": "26.4.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.4.1.tgz", + "integrity": "sha512-k97ENvZWtvA6yqz5/FS6a7duDgOPEeOQOc2iKS/nY6mX6qJUKtLnWzQS+Xj6tXweyj6ZcTAK2Qecetnvi9nCLA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/client/package.json b/client/package.json index 8d0f554c..f1dc93db 100644 --- a/client/package.json +++ b/client/package.json @@ -36,7 +36,7 @@ "@testing-library/jest-dom": "^7.0.1", "@testing-library/vue": "^8.1.0", "@types/jsdom": "^30.0.0", - "@types/node": "^26.4.0", + "@types/node": "^26.4.1", "@typescript-eslint/eslint-plugin": "^8.69.0", "@typescript-eslint/parser": "^8.64.0", "@vitejs/plugin-vue": "^6.0.8",