diff --git a/.github/workflows/lint-workflows.yml b/.github/workflows/lint-workflows.yml index 1065900..2023f58 100644 --- a/.github/workflows/lint-workflows.yml +++ b/.github/workflows/lint-workflows.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: persist-credentials: false - - uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2.1.2 + - uses: raven-actions/actionlint@3d39aea434753780c3b3d4a1a31c854b4dbf49d7 # v2.2.0 zizmor: name: zizmor @@ -40,4 +40,4 @@ jobs: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: persist-credentials: false - - uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6 + - uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a2817a..fc01e95 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 30 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: persist-credentials: false diff --git a/package.json b/package.json index d6480c5..0f95e85 100644 --- a/package.json +++ b/package.json @@ -71,37 +71,37 @@ "convex": "^1.24.8" }, "devDependencies": { - "@convex-dev/eslint-plugin": "^2.0.0", + "@convex-dev/eslint-plugin": "2.0.0", "@edge-runtime/vm": "5.0.0", - "@eslint/js": "9.39.2", - "@fast-check/vitest": "0.2.4", + "@eslint/js": "9.39.5", + "@fast-check/vitest": "0.4.1", "@types/d3-array": "3.2.2", "@types/leaflet": "1.9.21", - "@types/node": "20.19.30", - "@types/react": "19.2.10", + "@types/node": "20.19.43", + "@types/react": "19.2.17", "@types/react-dom": "19.2.3", - "@typescript-eslint/eslint-plugin": "8.54.0", - "@typescript-eslint/parser": "8.54.0", - "@vitejs/plugin-react": "5.1.2", - "antd": "6.3.5", + "@typescript-eslint/eslint-plugin": "8.64.0", + "@typescript-eslint/parser": "8.64.0", + "@vitejs/plugin-react": "5.2.0", + "antd": "6.5.1", "chokidar-cli": "3.0.0", - "convex": "1.35.1", - "convex-test": "0.0.41", + "convex": "1.42.3", + "convex-test": "0.0.54", "d3-array": "3.2.4", "eslint": "8.57.1", - "eslint-plugin-react-hooks": "7.0.1", - "eslint-plugin-react-refresh": "0.4.26", - "globals": "17.4.0", - "h3-js": "4.4.0", + "eslint-plugin-react-hooks": "7.1.1", + "eslint-plugin-react-refresh": "0.5.3", + "globals": "17.7.0", + "h3-js": "4.5.0", "leaflet": "1.9.4", - "prettier": "3.8.1", + "prettier": "3.9.5", "react": "18.3.1", "react-dom": "18.3.1", "react-leaflet": "4.2.1", "typescript": "5.9.3", - "typescript-eslint": "8.54.0", + "typescript-eslint": "8.64.0", "vite": "6.4.3", - "vitest": "4.1.2" + "vitest": "4.1.10" }, "types": "./dist/client/index.d.ts", "module": "./dist/client/index.js"