diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 33a9467d82..de74421bbf 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -30,7 +30,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.16.10", "@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/parser": "^7.12.0", "@vitejs/plugin-vue": "^5.0.0", @@ -6194,9 +6194,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.16.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz", - "integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==", + "version": "20.16.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz", + "integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 28992e3f6f..d15ee7e5d8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -68,7 +68,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.16.10", "@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/parser": "^7.12.0", "@vitejs/plugin-vue": "^5.0.0",