diff --git a/package-lock.json b/package-lock.json index 76033ed5..c3acb55b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@rollup/plugin-typescript": "^12.3.0", "@types/jest": "^30.0.0", "@types/lcov-parse": "^1.0.2", - "@types/node": "^25.9.2", + "@types/node": "^25.9.3", "@typescript-eslint/eslint-plugin": "^8.61.0", "@typescript-eslint/parser": "^8.61.0", "eslint": "^10.4.1", @@ -4216,9 +4216,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.9.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.2.tgz", - "integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==", + "version": "25.9.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.3.tgz", + "integrity": "sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b2d8ed6b..ee5ca667 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@rollup/plugin-typescript": "^12.3.0", "@types/jest": "^30.0.0", "@types/lcov-parse": "^1.0.2", - "@types/node": "^25.9.2", + "@types/node": "^25.9.3", "@typescript-eslint/eslint-plugin": "^8.61.0", "@typescript-eslint/parser": "^8.61.0", "eslint": "^10.4.1",