diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b078dca2c..159b26473 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -70,7 +70,7 @@ "@testing-library/user-event": "^14.5.2", "@testing-library/vue": "^8.1.0", "@types/jsdom": "^21.1.7", - "@types/node": "^22.10.4", + "@types/node": "^22.10.5", "@typescript-eslint/eslint-plugin": "^8.19.0", "@typescript-eslint/parser": "^8.19.0", "@vitejs/plugin-vue": "^5.2.1", @@ -109,7 +109,7 @@ "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard-scss": "^14.0.0", "tailwindcss": "^3.4.17", - "typescript": "5.6.3", + "typescript": "5.7.2", "typescript-eslint": "^8.19.0", "unplugin-icons": "^0.22.0", "vite": "^6.0.7", @@ -3889,9 +3889,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.10.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.4.tgz", - "integrity": "sha512-99l6wv4HEzBQhvaU/UGoeBoCK61SCROQaCCGyQSgX2tEQ3rKkNZ2S7CEWnS/4s1LV+8ODdK21UeyR1fHP2mXug==", + "version": "22.10.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.5.tgz", + "integrity": "sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==", "dev": true, "license": "MIT", "dependencies": { @@ -13551,9 +13551,9 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/frontend/package.json b/frontend/package.json index 91da4bb8e..a2d1c5117 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -97,7 +97,7 @@ "@testing-library/user-event": "^14.5.2", "@testing-library/vue": "^8.1.0", "@types/jsdom": "^21.1.7", - "@types/node": "^22.10.4", + "@types/node": "^22.10.5", "@typescript-eslint/eslint-plugin": "^8.19.0", "@typescript-eslint/parser": "^8.19.0", "@vitejs/plugin-vue": "^5.2.1", @@ -136,7 +136,7 @@ "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard-scss": "^14.0.0", "tailwindcss": "^3.4.17", - "typescript": "5.6.3", + "typescript": "5.7.2", "typescript-eslint": "^8.19.0", "unplugin-icons": "^0.22.0", "vite": "^6.0.7",