diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b147770..3ab8269 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -8,9 +8,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: cache-dependency-path: | example/package-lock.json diff --git a/example/package-lock.json b/example/package-lock.json index f09b792..0b3d29e 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -26,24 +26,24 @@ "type-route": "^1.1.0" }, "devDependencies": { - "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "^9.32.0", - "@types/node": "^22.13.10", + "@eslint/eslintrc": "3.3.1", + "@eslint/js": "9.33.0", + "@types/node": "22.17.1", "@types/react": "19.1.10", "@types/react-dom": "19.1.7", "@typescript-eslint/eslint-plugin": "8.39.1", "@typescript-eslint/parser": "8.39.1", - "@vitejs/plugin-react": "^5.0.0", - "convex-test": "^0.0.38", - "eslint": "^9.32.0", - "eslint-plugin-react-hooks": "^5.1.0", - "eslint-plugin-react-refresh": "^0.4.19", - "globals": "^16.0.0", + "@vitejs/plugin-react": "5.0.0", + "convex-test": "0.0.38", + "eslint": "9.33.0", + "eslint-plugin-react-hooks": "5.2.0", + "eslint-plugin-react-refresh": "0.4.20", + "globals": "16.3.0", "npm-run-all2": "8.0.4", - "prettier": "^3.5.3", - "typescript": "^5.9.2", + "prettier": "3.6.2", + "typescript": "5.9.2", "typescript-eslint": "8.39.1", - "vite": "^6.2.0" + "vite": "6.3.5" } }, "..": { @@ -54,21 +54,21 @@ "@edge-runtime/vm": "5.0.0", "@eslint/eslintrc": "3.3.1", "@eslint/js": "9.33.0", - "@fast-check/vitest": "^0.2.0", + "@fast-check/vitest": "0.2.2", "@types/node": "20.19.11", "@typescript-eslint/eslint-plugin": "8.39.1", "@typescript-eslint/parser": "8.39.1", - "@vitest/coverage-v8": "^3.2.4", + "@vitest/coverage-v8": "3.2.4", "chokidar-cli": "3.0.0", - "convex-test": "^0.0.38", + "convex-test": "0.0.38", "eslint": "9.33.0", "globals": "16.3.0", - "npm-run-all2": "^8.0.4", + "npm-run-all2": "8.0.4", "pkg-pr-new": "0.0.54", "prettier": "3.6.2", "typescript": "5.9.2", "typescript-eslint": "8.39.1", - "vite": "^7.1.0", + "vite": "7.1.0", "vitest": "3.2.4" }, "peerDependencies": { @@ -4807,11 +4807,14 @@ } }, "node_modules/vite/node_modules/fdir": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz", - "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", "dev": true, "license": "MIT", + "engines": { + "node": ">=12.0.0" + }, "peerDependencies": { "picomatch": "^3 || ^4" }, diff --git a/example/package.json b/example/package.json index 7b863b9..d75cbe3 100644 --- a/example/package.json +++ b/example/package.json @@ -32,23 +32,23 @@ "type-route": "^1.1.0" }, "devDependencies": { - "@types/node": "^22.13.10", + "@types/node": "22.17.1", "@types/react": "19.1.10", "@types/react-dom": "19.1.7", - "@vitejs/plugin-react": "^5.0.0", - "eslint-plugin-react-hooks": "^5.1.0", - "eslint-plugin-react-refresh": "^0.4.19", + "@vitejs/plugin-react": "5.0.0", + "eslint-plugin-react-hooks": "5.2.0", + "eslint-plugin-react-refresh": "0.4.20", "npm-run-all2": "8.0.4", - "prettier": "^3.5.3", + "prettier": "3.6.2", "typescript-eslint": "8.39.1", - "vite": "^6.2.0", - "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "^9.32.0", + "vite": "6.3.5", + "@eslint/eslintrc": "3.3.1", + "@eslint/js": "9.33.0", "@typescript-eslint/eslint-plugin": "8.39.1", "@typescript-eslint/parser": "8.39.1", - "convex-test": "^0.0.38", - "eslint": "^9.32.0", - "globals": "^16.0.0", - "typescript": "^5.9.2" + "convex-test": "0.0.38", + "eslint": "9.33.0", + "globals": "16.3.0", + "typescript": "5.9.2" } } diff --git a/package-lock.json b/package-lock.json index f46351b..971c7ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,21 +12,21 @@ "@edge-runtime/vm": "5.0.0", "@eslint/eslintrc": "3.3.1", "@eslint/js": "9.33.0", - "@fast-check/vitest": "^0.2.0", + "@fast-check/vitest": "0.2.2", "@types/node": "20.19.11", "@typescript-eslint/eslint-plugin": "8.39.1", "@typescript-eslint/parser": "8.39.1", - "@vitest/coverage-v8": "^3.2.4", + "@vitest/coverage-v8": "3.2.4", "chokidar-cli": "3.0.0", - "convex-test": "^0.0.38", + "convex-test": "0.0.38", "eslint": "9.33.0", "globals": "16.3.0", - "npm-run-all2": "^8.0.4", + "npm-run-all2": "8.0.4", "pkg-pr-new": "0.0.54", "prettier": "3.6.2", "typescript": "5.9.2", "typescript-eslint": "8.39.1", - "vite": "^7.1.0", + "vite": "7.1.0", "vitest": "3.2.4" }, "peerDependencies": { @@ -1721,7 +1721,6 @@ "resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-3.2.4.tgz", "integrity": "sha512-EyF9SXU6kS5Ku/U82E259WSnvg6c8KTjppUncuNdm5QHpe17mwREHnjDzozC8x9MZ0xfBUFSaLkRv4TMA75ALQ==", "dev": true, - "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.3.0", "@bcoe/v8-coverage": "^1.0.2", @@ -3413,7 +3412,6 @@ "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.4.tgz", "integrity": "sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^6.2.1", "cross-spawn": "^7.0.6", @@ -3440,7 +3438,6 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -3453,7 +3450,6 @@ "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", "dev": true, - "license": "ISC", "engines": { "node": ">=16" } @@ -3463,7 +3459,6 @@ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -3476,7 +3471,6 @@ "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", "dev": true, - "license": "ISC", "dependencies": { "isexe": "^3.1.1" }, @@ -4584,10 +4578,13 @@ } }, "node_modules/vite/node_modules/fdir": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz", - "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", "dev": true, + "engines": { + "node": ">=12.0.0" + }, "peerDependencies": { "picomatch": "^3 || ^4" }, @@ -7942,9 +7939,9 @@ }, "dependencies": { "fdir": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz", - "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 2e1d05c..d90ee44 100644 --- a/package.json +++ b/package.json @@ -70,21 +70,21 @@ "@edge-runtime/vm": "5.0.0", "@eslint/eslintrc": "3.3.1", "@eslint/js": "9.33.0", - "@fast-check/vitest": "^0.2.0", + "@fast-check/vitest": "0.2.2", "@types/node": "20.19.11", "@typescript-eslint/eslint-plugin": "8.39.1", "@typescript-eslint/parser": "8.39.1", - "@vitest/coverage-v8": "^3.2.4", + "@vitest/coverage-v8": "3.2.4", "chokidar-cli": "3.0.0", - "convex-test": "^0.0.38", + "convex-test": "0.0.38", "eslint": "9.33.0", "globals": "16.3.0", - "npm-run-all2": "^8.0.4", + "npm-run-all2": "8.0.4", "pkg-pr-new": "0.0.54", "prettier": "3.6.2", "typescript": "5.9.2", "typescript-eslint": "8.39.1", - "vite": "^7.1.0", + "vite": "7.1.0", "vitest": "3.2.4" }, "main": "./dist/commonjs/client/index.js",