diff --git a/bun.lockb b/bun.lockb index 9c45ce2a..70acbeb7 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6993ba71..42bdfb8b 100644 --- a/package.json +++ b/package.json @@ -6,21 +6,21 @@ "dependencies": { "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", - "@mui/icons-material": "^5.15.4", - "@mui/material": "^5.15.4", - "@tanstack/react-query": "^5.17.12", + "@mui/icons-material": "^5.15.5", + "@mui/material": "^5.15.5", + "@tanstack/react-query": "^5.17.15", "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2", - "@types/bun": "^1.0.1", + "@types/bun": "^1.0.2", "@types/material-ui": "^0.21.16", "@types/react": "^18.2.48", "@types/react-router-dom": "^5.3.3", "axios": "^1.6.5", - "css-loader": "^6.9.0", + "css-loader": "^6.9.1", "eslint-config-airbnb-typescript": "^17.1.0", "fuse.js": "^7.0.0", - "joi": "^17.11.1", + "joi": "^17.12.0", "jsonwebtoken": "^9.0.2", "luxon": "^3.4.4", "mapkit-react": "^1.14.1", @@ -30,10 +30,10 @@ "prettier-eslint-cli": "^8.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^6.21.2", + "react-router-dom": "^6.21.3", "react-transition-group": "^4.4.5", "serve": "^14.2.1", - "vitest": "^1.2.0", + "vitest": "^1.2.1", "web-vitals": "^3.5.1" }, "scripts": { @@ -65,16 +65,16 @@ ] }, "devDependencies": { - "bun-types": "^1.0.22", + "bun-types": "^1.0.23", "@happy-dom/global-registrator": "^13.1.4", "@types/jest": "^29.5.11", "@types/jsonwebtoken": "^9.0.5", "@types/luxon": "^3.4.1", - "@typescript-eslint/eslint-plugin": "^6.18.1", - "@typescript-eslint/parser": "^6.18.1", + "@typescript-eslint/eslint-plugin": "^6.19.0", + "@typescript-eslint/parser": "^6.19.0", "@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react-swc": "^3.5.0", - "@vitest/coverage-v8": "^1.2.0", + "@vitest/coverage-v8": "^1.2.1", "eslint": "^8.56.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^9.1.0", @@ -85,11 +85,11 @@ "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "jsdom": "^23.2.0", - "prettier": "^3.2.2", + "prettier": "^3.2.4", "vite": "^5.0.11", "vite-plugin-checker": "^0.6.2", "vite-plugin-pwa": "^0.17.4", "vite-plugin-svgr": "^4.2.0", - "vite-tsconfig-paths": "^4.2.3" + "vite-tsconfig-paths": "^4.3.1" } }