diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 442c91b493..724ebcc21f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -30,9 +30,9 @@ "@istanbuljs/nyc-config-typescript": "^1.0.2", "@rushstack/eslint-patch": "^1.1.0", "@types/jsdom": "^21.1.0", - "@types/node": "^20.12.11", - "@typescript-eslint/parser": "^7.11.0", + "@types/node": "^20.14.1", "@typescript-eslint/eslint-plugin": "^7.11.0", + "@typescript-eslint/parser": "^7.11.0", "@vitejs/plugin-vue": "^5.0.0", "@vitest/coverage-istanbul": "^1.0.0", "@vue/eslint-config-prettier": "^9.0.0", @@ -5030,9 +5030,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.12.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz", - "integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==", + "version": "20.14.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.1.tgz", + "integrity": "sha512-T2MzSGEu+ysB/FkWfqmhV3PLyQlowdptmmgD20C6QxsS8Fmv5SjpZ1ayXaEC0S21/h5UJ9iA6W/5vSNU5l00OA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 7b0d2048fa..8142bb91fd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -67,7 +67,7 @@ "@istanbuljs/nyc-config-typescript": "^1.0.2", "@rushstack/eslint-patch": "^1.1.0", "@types/jsdom": "^21.1.0", - "@types/node": "^20.12.11", + "@types/node": "^20.14.1", "@typescript-eslint/parser": "^7.11.0", "@typescript-eslint/eslint-plugin": "^7.11.0", "@vitejs/plugin-vue": "^5.0.0",