diff --git a/owmods_gui/frontend/package-lock.json b/owmods_gui/frontend/package-lock.json index fc87101b6..e67406ccd 100644 --- a/owmods_gui/frontend/package-lock.json +++ b/owmods_gui/frontend/package-lock.json @@ -14,7 +14,7 @@ "@mui/icons-material": "6.1.5", "@mui/lab": "5.0.0-alpha.173", "@mui/material": "6.1.5", - "@tauri-apps/api": "1.6.0", + "@tauri-apps/api": "2.0.3", "react": "18.3.1", "react-dom": "18.3.1", "react-error-boundary": "4.1.2", @@ -28,7 +28,7 @@ "@vitejs/plugin-react": "4.3.3", "eslint": "8.57.0", "eslint-plugin-react": "7.37.2", - "eslint-plugin-react-hooks": "4.6.2", + "eslint-plugin-react-hooks": "5.0.0", "prettier": "3.3.3", "typescript": "5.6.3", "vite": "5.4.10", @@ -2303,14 +2303,10 @@ ] }, "node_modules/@tauri-apps/api": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-1.6.0.tgz", - "integrity": "sha512-rqI++FWClU5I2UBp4HXFvl+sBWkdigBkxnpJDQUWttNyG7IZP4FwQGhTNL5EOw0vI8i6eSAJ5frLqO7n7jbJdg==", - "engines": { - "node": ">= 14.6.0", - "npm": ">= 6.6.0", - "yarn": ">= 1.19.1" - }, + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.0.3.tgz", + "integrity": "sha512-840qk6n8rbXBXMA5/aAgTYsg5JAubKO0nXw5wf7IzGnUuYKGbB4oFBIZtXOIWy+E0kNTDI3qhq5iqsoMJfwp8g==", + "license": "Apache-2.0 OR MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/tauri" @@ -3538,15 +3534,16 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz", - "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz", + "integrity": "sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" } }, "node_modules/eslint-plugin-react/node_modules/brace-expansion": { diff --git a/owmods_gui/frontend/package.json b/owmods_gui/frontend/package.json index 6776fdbe9..ab91f58a7 100644 --- a/owmods_gui/frontend/package.json +++ b/owmods_gui/frontend/package.json @@ -25,7 +25,7 @@ "@mui/icons-material": "6.1.5", "@mui/lab": "5.0.0-alpha.173", "@mui/material": "6.1.5", - "@tauri-apps/api": "1.6.0", + "@tauri-apps/api": "2.0.3", "react": "18.3.1", "react-dom": "18.3.1", "react-error-boundary": "4.1.2", @@ -39,7 +39,7 @@ "@vitejs/plugin-react": "4.3.3", "eslint": "8.57.0", "eslint-plugin-react": "7.37.2", - "eslint-plugin-react-hooks": "4.6.2", + "eslint-plugin-react-hooks": "5.0.0", "prettier": "3.3.3", "typescript": "5.6.3", "vite": "5.4.10",