diff --git a/web/package-lock.json b/web/package-lock.json index 07fbf39..a7e4052 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -28,12 +28,12 @@ "@parcel/watcher": "^2.5.1", "@tailwindcss/postcss": "^4.0.14", "@tsconfig/node22": "^22.0.0", - "@types/node": "^24.9.1", + "@types/node": "^25.0.3", "@vitejs/plugin-vue": "^6.0.3", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "^14.5.0", "@vue/tsconfig": "^0.7.0", - "eslint": "^9.22.0", + "eslint": "^9.39.2", "eslint-plugin-vue": "^10.0.0", "jiti": "^2.4.2", "npm-run-all2": "^7.0.2", @@ -4301,6 +4301,60 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.7.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.1.0", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.7.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.1.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@tybys/wasm-util": "^0.10.1" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.1.18", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz", @@ -4409,9 +4463,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.10.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.4.tgz", - "integrity": "sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==", + "version": "25.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz", + "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/web/package.json b/web/package.json index f9e7633..f256708 100644 --- a/web/package.json +++ b/web/package.json @@ -35,7 +35,7 @@ "@graphql-codegen/typescript-vue-apollo": "^4.1.1", "@tailwindcss/postcss": "^4.0.14", "@tsconfig/node22": "^22.0.0", - "@types/node": "^24.9.1", + "@types/node": "^25.0.3", "@parcel/watcher": "^2.5.1", "@vitejs/plugin-vue": "^6.0.3", "@vue/eslint-config-prettier": "^10.1.0",