diff --git a/frontend/aashub/package.json b/frontend/aashub/package.json index 510e580..a546b6b 100644 --- a/frontend/aashub/package.json +++ b/frontend/aashub/package.json @@ -18,7 +18,7 @@ "@babel/types": "^7.24.7", "@eslint/js": "^9.8.0", "@types/eslint__js": "^8.42.3", - "@types/node": "^22.1.0", + "@types/node": "^22.2.0", "@vitejs/plugin-vue": "^5.0.5", "@vue/tsconfig": "^0.5.1", "eslint": "^9.8.0", diff --git a/frontend/aashub/yarn.lock b/frontend/aashub/yarn.lock index 149382b..262a2ff 100644 --- a/frontend/aashub/yarn.lock +++ b/frontend/aashub/yarn.lock @@ -370,10 +370,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== -"@types/node@^22.1.0": - version "22.1.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.1.0.tgz#6d6adc648b5e03f0e83c78dc788c2b037d0ad94b" - integrity sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw== +"@types/node@^22.2.0": + version "22.2.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.2.0.tgz#7cf046a99f0ba4d628ad3088cb21f790df9b0c5b" + integrity sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ== dependencies: undici-types "~6.13.0"