From fce2163a57030a48067c346e091739124a5d624d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 10:25:48 +0000 Subject: [PATCH] chore(deps): bump the npm-deps group across 1 directory with 8 updates Bumps the npm-deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@hono/node-server](https://github.com/honojs/node-server) | `2.0.0` | `2.0.1` | | [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.6.5` | `1.6.9` | | [hono](https://github.com/honojs/hono) | `4.12.14` | `4.12.16` | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `20.5.0` | `20.5.3` | | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `20.5.0` | `20.5.3` | | [eslint](https://github.com/eslint/eslint) | `10.2.0` | `10.2.1` | | [fallow](https://github.com/fallow-rs/fallow) | `2.40.3` | `2.56.0` | | [tap](https://github.com/tapjs/tapjs) | `21.7.0` | `21.7.1` | Updates `@hono/node-server` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/compare/v2.0.0...v2.0.1) Updates `better-auth` from 1.6.5 to 1.6.9 - [Release notes](https://github.com/better-auth/better-auth/releases) - [Changelog](https://github.com/better-auth/better-auth/blob/main/packages/better-auth/CHANGELOG.md) - [Commits](https://github.com/better-auth/better-auth/commits/better-auth@1.6.9/packages/better-auth) Updates `hono` from 4.12.14 to 4.12.16 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.14...v4.12.16) Updates `@commitlint/cli` from 20.5.0 to 20.5.3 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.5.3/@commitlint/cli) Updates `@commitlint/config-conventional` from 20.5.0 to 20.5.3 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.5.3/@commitlint/config-conventional) Updates `eslint` from 10.2.0 to 10.2.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.2.0...v10.2.1) Updates `fallow` from 2.40.3 to 2.56.0 - [Release notes](https://github.com/fallow-rs/fallow/releases) - [Changelog](https://github.com/fallow-rs/fallow/blob/main/CHANGELOG.md) - [Commits](https://github.com/fallow-rs/fallow/compare/v2.40.3...v2.56.0) Updates `tap` from 21.7.0 to 21.7.1 - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/commits) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: better-auth dependency-version: 1.6.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: hono dependency-version: 4.12.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: "@commitlint/cli" dependency-version: 20.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: "@commitlint/config-conventional" dependency-version: 20.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: eslint dependency-version: 10.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: fallow dependency-version: 2.56.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: tap dependency-version: 21.7.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps ... Signed-off-by: dependabot[bot] --- package-lock.json | 812 ++++++++++++++++++++++------------------------ package.json | 16 +- 2 files changed, 397 insertions(+), 431 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68fd39a..073b16c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,25 +6,25 @@ "": { "name": "auth-auth", "dependencies": { - "@hono/node-server": "^2.0.0", - "better-auth": "^1.6.5", + "@hono/node-server": "^2.0.1", + "better-auth": "^1.6.9", "better-sqlite3": "^12.9.0", "date-fns": "^4.1.0", - "hono": "^4.12.14", + "hono": "^4.12.16", "hono-pino": "^0.10.3", "pg": "^8.20.0", "pino": "^10.3.1" }, "devDependencies": { - "@commitlint/cli": "^20.5.0", - "@commitlint/config-conventional": "^20.5.0", + "@commitlint/cli": "^20.5.3", + "@commitlint/config-conventional": "^20.5.3", "@eslint/js": "^10.0.1", - "eslint": "^10.2.0", - "fallow": "^2.40.3", + "eslint": "^10.2.1", + "fallow": "^2.56.0", "globals": "^17.5.0", "prettier": "^3.8.3", "sinon": "^21.1.2", - "tap": "^21.7.0" + "tap": "^21.7.1" } }, "node_modules/@alcalzone/ansi-tokenize": { @@ -84,9 +84,9 @@ } }, "node_modules/@better-auth/core": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/@better-auth/core/-/core-1.6.5.tgz", - "integrity": "sha512-T3u4rVsJcMWShG2qfQUlU1HdkQGLYX0+lcR48QV2Cp2kpBOLOTYdt+p6zZtGm2Omx/ReEouRQyKy7pYtahRQuA==", + "version": "1.6.9", + "resolved": "https://registry.npmjs.org/@better-auth/core/-/core-1.6.9.tgz", + "integrity": "sha512-ADFk5pwmLybmc+LvYvXJ6M1x2oY/EyYLkwLuH0x28FUq12DfjL0wnE7g+WRDf3yozDO+qIxTpFGXDGwLKbfz0w==", "license": "MIT", "dependencies": { "@opentelemetry/semantic-conventions": "^1.39.0", @@ -106,16 +106,19 @@ "peerDependenciesMeta": { "@cloudflare/workers-types": { "optional": true + }, + "@opentelemetry/api": { + "optional": true } } }, "node_modules/@better-auth/kysely-adapter": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/@better-auth/kysely-adapter/-/kysely-adapter-1.6.5.tgz", - "integrity": "sha512-kbevd70qzKNR3ZHF7q6/e0XXYRCXanLB2rvmTd3T8WbNEd9kYMqKjgTGNxL1ri5N+PEDUK6zfHx/HrvaEOfoHw==", + "version": "1.6.9", + "resolved": "https://registry.npmjs.org/@better-auth/kysely-adapter/-/kysely-adapter-1.6.9.tgz", + "integrity": "sha512-gyjuuxJtZ4o9G9z9q4kqn24X2kvMSp7F+KHogYxF03SnXY/2WleAcuj57iC4wP3e9mGDbjPOrnM5K6Kr3Ktdpw==", "license": "MIT", "peerDependencies": { - "@better-auth/core": "^1.6.5", + "@better-auth/core": "^1.6.9", "@better-auth/utils": "0.4.0", "kysely": "^0.28.14" }, @@ -126,22 +129,22 @@ } }, "node_modules/@better-auth/memory-adapter": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/@better-auth/memory-adapter/-/memory-adapter-1.6.5.tgz", - "integrity": "sha512-5qFUpSdQi+RwHSmNyHMSsJIrFjed8d/ASS61L2xyW7sjBLTIuR7JcgS6hif5cQbtPeq+Qz+Wct5q8oKw33qyqQ==", + "version": "1.6.9", + "resolved": "https://registry.npmjs.org/@better-auth/memory-adapter/-/memory-adapter-1.6.9.tgz", + "integrity": "sha512-XmIG4tUnOXZ+KEcWjHUjOI9Z5donD09dC2t/AQTXifAUIqx7cySg86w0KTM09ArzAxRx1fCqO36Wkt5nULnrkQ==", "license": "MIT", "peerDependencies": { - "@better-auth/core": "^1.6.5", + "@better-auth/core": "^1.6.9", "@better-auth/utils": "0.4.0" } }, "node_modules/@better-auth/mongo-adapter": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/@better-auth/mongo-adapter/-/mongo-adapter-1.6.5.tgz", - "integrity": "sha512-HvOUFTiSEFSGTzL/vE3FntTwQiZ79O/V+QcsCimR+65Bj3tOqdFaC1G2Yd1dQ9l2YHNXA9SNBrGekbk66RzJMw==", + "version": "1.6.9", + "resolved": "https://registry.npmjs.org/@better-auth/mongo-adapter/-/mongo-adapter-1.6.9.tgz", + "integrity": "sha512-h+AiRJ/TsBSi+ZDjySASBpbJ/9QCXBre34PSKgCz7QmTHrFM9Cg2EM4AM7LjR5lPXipEE+2rWPBc9wfnUBjhcw==", "license": "MIT", "peerDependencies": { - "@better-auth/core": "^1.6.5", + "@better-auth/core": "^1.6.9", "@better-auth/utils": "0.4.0", "mongodb": "^6.0.0 || ^7.0.0" }, @@ -152,12 +155,12 @@ } }, "node_modules/@better-auth/prisma-adapter": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/@better-auth/prisma-adapter/-/prisma-adapter-1.6.5.tgz", - "integrity": "sha512-d7PUO5XoimYYDEG/DoYVbOSbyVYJBDuZgvY9pjf8INccBTCD1BzcyEJ9NQil4huXWj4fcNaGOt2FG0OI8NtWOA==", + "version": "1.6.9", + "resolved": "https://registry.npmjs.org/@better-auth/prisma-adapter/-/prisma-adapter-1.6.9.tgz", + "integrity": "sha512-XHks01ntK20orqK/jICq8wmEbJ/zT6dct49Fk8zTQKN9QNGDc+Ix5+7z/Kvui0DXGFf790GfvRozquzaLtXa8Q==", "license": "MIT", "peerDependencies": { - "@better-auth/core": "^1.6.5", + "@better-auth/core": "^1.6.9", "@better-auth/utils": "0.4.0", "@prisma/client": "^5.0.0 || ^6.0.0 || ^7.0.0", "prisma": "^5.0.0 || ^6.0.0 || ^7.0.0" @@ -172,12 +175,12 @@ } }, "node_modules/@better-auth/telemetry": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/@better-auth/telemetry/-/telemetry-1.6.5.tgz", - "integrity": "sha512-Ag3CjAP+tLretKPq+pYdU/gU4pFIcey/AoNQzw671wV5JQZXrMitS65INi8j8QuYfol2xgQrht5KVlcxGrkhHQ==", + "version": "1.6.9", + "resolved": "https://registry.npmjs.org/@better-auth/telemetry/-/telemetry-1.6.9.tgz", + "integrity": "sha512-0u5zkhSCAQFoN3DHvUkLHOF6MBbVTDAa6mU8mhPwiysdz1x21vMzhzfaAKN/ZGWaQ09v91/F+2qu42G/bhUV4A==", "license": "MIT", "peerDependencies": { - "@better-auth/core": "^1.6.5", + "@better-auth/core": "^1.6.9", "@better-auth/utils": "0.4.0", "@better-fetch/fetch": "1.1.21" } @@ -197,15 +200,15 @@ "integrity": "sha512-/ImESw0sskqlVR94jB+5+Pxjf+xBwDZF/N5+y2/q4EqD7IARUTSpPfIo8uf39SYpCxyOCtbyYpUrZ3F/k0zT4A==" }, "node_modules/@commitlint/cli": { - "version": "20.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-20.5.0.tgz", - "integrity": "sha512-yNkyN/tuKTJS3wdVfsZ2tXDM4G4Gi7z+jW54Cki8N8tZqwKBltbIvUUrSbT4hz1bhW/h0CdR+5sCSpXD+wMKaQ==", + "version": "20.5.3", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-20.5.3.tgz", + "integrity": "sha512-OJdL0EXWD5y9LPa0nr/geOwzaS8BsdaybKkcloB0JgsguGxNv2R+hC2FTPqrAcprg35zF33KOQerY0x8W1aesA==", "dev": true, "license": "MIT", "dependencies": { "@commitlint/format": "^20.5.0", - "@commitlint/lint": "^20.5.0", - "@commitlint/load": "^20.5.0", + "@commitlint/lint": "^20.5.3", + "@commitlint/load": "^20.5.3", "@commitlint/read": "^20.5.0", "@commitlint/types": "^20.5.0", "tinyexec": "^1.0.0", @@ -219,9 +222,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "20.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.5.0.tgz", - "integrity": "sha512-t3Ni88rFw1XMa4nZHgOKJ8fIAT9M2j5TnKyTqJzsxea7FUetlNdYFus9dz+MhIRZmc16P0PPyEfh6X2d/qw8SA==", + "version": "20.5.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.5.3.tgz", + "integrity": "sha512-j34Qqeaa152chJgz2ysyk0BCpHenJn1lV0Rx0VXf8k3ccQcED+48EZrzMvo9jLmJUyBrrBwvu89I+2er4gW7QQ==", "dev": true, "license": "MIT", "dependencies": { @@ -247,9 +250,9 @@ } }, "node_modules/@commitlint/config-validator/node_modules/ajv": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz", - "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==", + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz", + "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==", "dev": true, "license": "MIT", "dependencies": { @@ -271,18 +274,14 @@ "license": "MIT" }, "node_modules/@commitlint/ensure": { - "version": "20.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-20.5.0.tgz", - "integrity": "sha512-IpHqAUesBeW1EDDdjzJeaOxU9tnogLAyXLRBn03SHlj1SGENn2JGZqSWGkFvBJkJzfXAuCNtsoYzax+ZPS+puw==", + "version": "20.5.3", + "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-20.5.3.tgz", + "integrity": "sha512-4i4AgNvH62owG9MwSiWKrle7HGNpBHHdLnWFIp5fTsHUYe5kRuh15t08L/0pdbbrRk8JKXQxxN4hZQcn+szkrw==", "dev": true, "license": "MIT", "dependencies": { "@commitlint/types": "^20.5.0", - "lodash.camelcase": "^4.3.0", - "lodash.kebabcase": "^4.1.1", - "lodash.snakecase": "^4.1.1", - "lodash.startcase": "^4.4.0", - "lodash.upperfirst": "^4.3.1" + "es-toolkit": "^1.46.0" }, "engines": { "node": ">=v18" @@ -327,15 +326,15 @@ } }, "node_modules/@commitlint/lint": { - "version": "20.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-20.5.0.tgz", - "integrity": "sha512-jiM3hNUdu04jFBf1VgPdjtIPvbuVfDTBAc6L98AWcoLjF5sYqkulBHBzlVWll4rMF1T5zeQFB6r//a+s+BBKlA==", + "version": "20.5.3", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-20.5.3.tgz", + "integrity": "sha512-M7JbWBNr2gXKaPc4i/KipsuW1gkDHpj35KPjWtKy3Z+2AQw5wu1gBi1LIO0uoaij67CqY4K8PxPZSGens4evCw==", "dev": true, "license": "MIT", "dependencies": { "@commitlint/is-ignored": "^20.5.0", "@commitlint/parse": "^20.5.0", - "@commitlint/rules": "^20.5.0", + "@commitlint/rules": "^20.5.3", "@commitlint/types": "^20.5.0" }, "engines": { @@ -343,20 +342,20 @@ } }, "node_modules/@commitlint/load": { - "version": "20.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-20.5.0.tgz", - "integrity": "sha512-sLhhYTL/KxeOTZjjabKDhwidGZan84XKK1+XFkwDYL/4883kIajcz/dZFAhBJmZPtL8+nBx6bnkzA95YxPeDPw==", + "version": "20.5.3", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-20.5.3.tgz", + "integrity": "sha512-1FDZWuKyu98Myb8i7Tp31jPU2rZpOwAdYRyJcy2KoGg7Xk2A+bgHN8smhMaaNSNkmE8fwt53BokywZq8Gv/5XQ==", "dev": true, "license": "MIT", "dependencies": { "@commitlint/config-validator": "^20.5.0", "@commitlint/execute-rule": "^20.0.0", - "@commitlint/resolve-extends": "^20.5.0", + "@commitlint/resolve-extends": "^20.5.3", "@commitlint/types": "^20.5.0", "cosmiconfig": "^9.0.1", "cosmiconfig-typescript-loader": "^6.1.0", + "es-toolkit": "^1.46.0", "is-plain-obj": "^4.1.0", - "lodash.mergewith": "^4.6.2", "picocolors": "^1.1.1" }, "engines": { @@ -406,17 +405,17 @@ } }, "node_modules/@commitlint/resolve-extends": { - "version": "20.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-20.5.0.tgz", - "integrity": "sha512-3SHPWUW2v0tyspCTcfSsYml0gses92l6TlogwzvM2cbxDgmhSRc+fldDjvGkCXJrjSM87BBaWYTPWwwyASZRrg==", + "version": "20.5.3", + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-20.5.3.tgz", + "integrity": "sha512-+ogW9v/u9JqpvAgTrLra/YTFo0KkjU6iNblF89pPsj4NebNc+DAWctsludwezI8YnsjBmfHpApSwcXprN/f/ew==", "dev": true, "license": "MIT", "dependencies": { "@commitlint/config-validator": "^20.5.0", "@commitlint/types": "^20.5.0", - "global-directory": "^4.0.1", + "es-toolkit": "^1.46.0", + "global-directory": "^5.0.0", "import-meta-resolve": "^4.0.0", - "lodash.mergewith": "^4.6.2", "resolve-from": "^5.0.0" }, "engines": { @@ -424,13 +423,13 @@ } }, "node_modules/@commitlint/rules": { - "version": "20.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-20.5.0.tgz", - "integrity": "sha512-5NdQXQEdnDPT5pK8O39ZA7HohzPRHEsDGU23cyVCNPQy4WegAbAwrQk3nIu7p2sl3dutPk8RZd91yKTrMTnRkQ==", + "version": "20.5.3", + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-20.5.3.tgz", + "integrity": "sha512-MPlMnb9D3wbszYMp+1hPtuhtPJndRo6I6yfkZVA4+jR8w7Kqp0u2u/Y+gzbaItx5Lltq5rw7FSZQWJMoXUC4NQ==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/ensure": "^20.5.0", + "@commitlint/ensure": "^20.5.3", "@commitlint/message": "^20.4.3", "@commitlint/to-lines": "^20.0.0", "@commitlint/types": "^20.5.0" @@ -645,9 +644,9 @@ } }, "node_modules/@fallow-cli/darwin-arm64": { - "version": "2.40.3", - "resolved": "https://registry.npmjs.org/@fallow-cli/darwin-arm64/-/darwin-arm64-2.40.3.tgz", - "integrity": "sha512-09wz5+RCYpSVGk+uigrHSQ/f4DpGR+tx2vxuQbyJ8vlE5Me1HE4wVtWyMpr60CpSQTnTVA2hZ8LZwObm7Jmqmw==", + "version": "2.56.0", + "resolved": "https://registry.npmjs.org/@fallow-cli/darwin-arm64/-/darwin-arm64-2.56.0.tgz", + "integrity": "sha512-KsJEq8gZ0o83wIykwNLFBXIEXUGA288gS7UIQLaWNXttlf7TYLlYqHzyXijas/Uch97QY3eKsb7seuwL442SYQ==", "cpu": [ "arm64" ], @@ -659,9 +658,9 @@ ] }, "node_modules/@fallow-cli/darwin-x64": { - "version": "2.40.3", - "resolved": "https://registry.npmjs.org/@fallow-cli/darwin-x64/-/darwin-x64-2.40.3.tgz", - "integrity": "sha512-HEQsKCiXGolaroWcjBFvm4Jibb0/u8E0vHU58PT6f4dWcwwJUB1HZXKnMOolh87j8WABi4om3cu5L/xWGFG8ng==", + "version": "2.56.0", + "resolved": "https://registry.npmjs.org/@fallow-cli/darwin-x64/-/darwin-x64-2.56.0.tgz", + "integrity": "sha512-iF2msec6H8IbqP9viQg0D3AfUb37m9TnB0lL0dagKYxr0liiqfgFTdnZ1nXzn7ezj8nFPzka7HyvrQ/cSiq2bA==", "cpu": [ "x64" ], @@ -673,9 +672,9 @@ ] }, "node_modules/@fallow-cli/linux-arm64-gnu": { - "version": "2.40.3", - "resolved": "https://registry.npmjs.org/@fallow-cli/linux-arm64-gnu/-/linux-arm64-gnu-2.40.3.tgz", - "integrity": "sha512-0I51/o0hjlivNpWnG7gGMnCyV6hrb6M4Y3U54Hlp9DT72xbxljnq7ssgGCA316QnBJZ+UCdkdIf8m5BbsDEMDg==", + "version": "2.56.0", + "resolved": "https://registry.npmjs.org/@fallow-cli/linux-arm64-gnu/-/linux-arm64-gnu-2.56.0.tgz", + "integrity": "sha512-wIDQbO5x486BDzr/17z9zloB000cDog8CiLcFCN/HOfLpp8ky/krYuzfoR7PxVgdTqF11JNQ8YpPYfFRa/KYJg==", "cpu": [ "arm64" ], @@ -687,9 +686,9 @@ ] }, "node_modules/@fallow-cli/linux-arm64-musl": { - "version": "2.40.3", - "resolved": "https://registry.npmjs.org/@fallow-cli/linux-arm64-musl/-/linux-arm64-musl-2.40.3.tgz", - "integrity": "sha512-383HoF+vUTrBJ+u7+EJpW8q35RzP/HaG/A4xSpewMRSMxK6iKCy1SYQRKn4WRI0mJbYAJcUh30aqxN9fP+NxIA==", + "version": "2.56.0", + "resolved": "https://registry.npmjs.org/@fallow-cli/linux-arm64-musl/-/linux-arm64-musl-2.56.0.tgz", + "integrity": "sha512-Ro/MOnNamUbVgx0CMQ3HbBzC/a6nhNw6L9ke575/HAtYPhVK2oqO/UEW+yH6BmnFkdGGxTCUPWYR42mW5k7mBQ==", "cpu": [ "arm64" ], @@ -701,9 +700,9 @@ ] }, "node_modules/@fallow-cli/linux-x64-gnu": { - "version": "2.40.3", - "resolved": "https://registry.npmjs.org/@fallow-cli/linux-x64-gnu/-/linux-x64-gnu-2.40.3.tgz", - "integrity": "sha512-ItBAHfvRviMPVCJWTlbaNshcWWCdC3u2X7yj4YhpXx2MLMy7rQO6Nc7Wz4lZKkyit+3wjfIv9ms0HWYenZfjqQ==", + "version": "2.56.0", + "resolved": "https://registry.npmjs.org/@fallow-cli/linux-x64-gnu/-/linux-x64-gnu-2.56.0.tgz", + "integrity": "sha512-c0NtJ2Iy8XUIAik5b2hlUtsXqIbX4RVyrTA1rLnyGZYGH2TRhk5uJQH+bg7wMyY6cpuFcAUGS+xqx2qWPalf8g==", "cpu": [ "x64" ], @@ -715,9 +714,9 @@ ] }, "node_modules/@fallow-cli/linux-x64-musl": { - "version": "2.40.3", - "resolved": "https://registry.npmjs.org/@fallow-cli/linux-x64-musl/-/linux-x64-musl-2.40.3.tgz", - "integrity": "sha512-p9rFQ+qSD7HXc3Ns86aDCIthGrXMzilPu3iUOSeL2QGN8GLuiVGFTm2TszLbJBCsAP5zjUZwRUTj/qAFwxf1xA==", + "version": "2.56.0", + "resolved": "https://registry.npmjs.org/@fallow-cli/linux-x64-musl/-/linux-x64-musl-2.56.0.tgz", + "integrity": "sha512-Sq6V3yEtClfmE3Hv/V42pBz6FTWPB+p7WdSIzR12sWY0MzGdJlCH+QA8cJUNO+IYRB2Gdym7cSouP/qvEQgtsQ==", "cpu": [ "x64" ], @@ -728,10 +727,24 @@ "linux" ] }, + "node_modules/@fallow-cli/win32-arm64-msvc": { + "version": "2.56.0", + "resolved": "https://registry.npmjs.org/@fallow-cli/win32-arm64-msvc/-/win32-arm64-msvc-2.56.0.tgz", + "integrity": "sha512-5kDhI1hT3c4QOdmXQBe/izbS+SpGaf+TUrHiWykvFzWecL494yNah9elMgcawfcUtYj6uGIJh3X6iKK5PgWBng==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/@fallow-cli/win32-x64-msvc": { - "version": "2.40.3", - "resolved": "https://registry.npmjs.org/@fallow-cli/win32-x64-msvc/-/win32-x64-msvc-2.40.3.tgz", - "integrity": "sha512-xCD2nPYsN3RqGwz1d92CK61/M0T6VLdkaAXqESlrlHyuhTqmqoEhTdn9NaQVdAmnwAVGpLKWxOJOYftAEegE9Q==", + "version": "2.56.0", + "resolved": "https://registry.npmjs.org/@fallow-cli/win32-x64-msvc/-/win32-x64-msvc-2.56.0.tgz", + "integrity": "sha512-8gaMEURJ+iLNocraRbU9dth4cprD40dABZcM3rD3zjyDC9SktSBUuwmqNsDVb35sDsL2orcZDBJUrG2o0smemA==", "cpu": [ "x64" ], @@ -753,9 +766,9 @@ } }, "node_modules/@hono/node-server": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-2.0.0.tgz", - "integrity": "sha512-n3GfHwwCvHCkGmOwKfxUPOlbfzuO64Sbc5XC4NGPIXxkuOnJrdgExdRKmHfF924r914WRJPT397GdqLvdYTeyQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-2.0.1.tgz", + "integrity": "sha512-jI9yMDyFpqBeSighf/zlXnQG/nl9AyBc6aAgy4XtxJMyt/CNyJpvPfzDD+bCc2zAOmhhqtF6TnmIaY+xV4mIrw==", "license": "MIT", "engines": { "node": ">=20" @@ -1197,16 +1210,6 @@ "node": "^20.17.0 || >=22.9.0" } }, - "node_modules/@opentelemetry/api": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.1.tgz", - "integrity": "sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q==", - "license": "Apache-2.0", - "peer": true, - "engines": { - "node": ">=8.0.0" - } - }, "node_modules/@opentelemetry/semantic-conventions": { "version": "1.40.0", "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.40.0.tgz", @@ -1390,9 +1393,9 @@ "license": "MIT" }, "node_modules/@tapjs/after": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/@tapjs/after/-/after-3.3.6.tgz", - "integrity": "sha512-wjLHO8+ZxjnyDVMR0pxPBOUaADlk4geIPGYpqx0HsRCLmBM/S9zjVhC9okiqdh+fDtIaXc2qtJ3rfS+aXqEAnQ==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/@tapjs/after/-/after-3.3.7.tgz", + "integrity": "sha512-nLO1GrhMSR4gZnAtytL4+AR2zxlXoPyr8Wrnr318vkIA4CDQcwR1MH9LFx7Nx3kPu6TzbPLwBdmgGrjYvHpr8Q==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { @@ -1402,13 +1405,13 @@ "node": "20 || >=22" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/after-each": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@tapjs/after-each/-/after-each-4.3.6.tgz", - "integrity": "sha512-AMBBS2fFL+Dws/lKfo+XpEmTtZuyWJhbZ6ZQF1hOj2RmfNmTQK1YlLXHJ6xZK+aDYKCdNI5F8uKBmZgSLcor/g==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/@tapjs/after-each/-/after-each-4.3.7.tgz", + "integrity": "sha512-lQNFOQfryhFOCHiaJz1e7qypYycrsAqKb2uPjeof+3z11pGHBWeo8vaHwpBOSABq6nxxJjnp+c7L9OdpYqAkyQ==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { @@ -1418,17 +1421,17 @@ "node": "20 || >=22" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/asserts": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@tapjs/asserts/-/asserts-4.3.6.tgz", - "integrity": "sha512-dFKp0UK388mbUjIcsBC7uQR4HiarRuyYoKHFNoHTTfb4IIDuloQ2LNdtcsUeO2pYSeAZgTOdO/l0lKT2A4Y78A==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/@tapjs/asserts/-/asserts-4.3.7.tgz", + "integrity": "sha512-bYxwUtEXAplSpEcUdFc5r7rTtalt75XF5ABqQnkoHz8Q/AilQIZcbYp2F8eE5STHoJyFJzBAkt6FdsA7YfULpg==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { - "@tapjs/stack": "4.3.1", + "@tapjs/stack": "4.3.2", "is-actual-promise": "^1.0.1", "tcompare": "9.3.1", "trivial-deferred": "^2.0.0" @@ -1440,13 +1443,13 @@ "url": "https://github.com/sponsors/isaacs" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/before": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@tapjs/before/-/before-4.3.6.tgz", - "integrity": "sha512-ic3XlR24ovhaPs1k4fUIVpoxFqk8xUY/+o4htHS+NqggW0o8JeYeen8we/OwE4hrexO/L2ESoZ8j04mG7tR/Fg==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/@tapjs/before/-/before-4.3.7.tgz", + "integrity": "sha512-AsZm8jxgAuFvlg7TU61rXchCHR7y/0Nh6Uu5WdZDybxjHEFs2Zq+fro6Iy3Sxh1cZgpYODVJRzGFQdxhuvFKgg==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { @@ -1456,13 +1459,13 @@ "node": "20 || >=22" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/before-each": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@tapjs/before-each/-/before-each-4.3.6.tgz", - "integrity": "sha512-0nGZqexq6EN4qoMr+aFsuKhREmAJIoM0zEnh6W4sNfkLEMls+Uh9ZlM19MhMzPadYGgBoTnWg5StcF4dDypHOA==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/@tapjs/before-each/-/before-each-4.3.7.tgz", + "integrity": "sha512-5opxpcI7DEgDrgxg/Z/FpL2fu4qZNO/x01y+YuEfnX5AAn6jhruHCf0AYI8AYKXp/wT0ne7HWGnlh6jRhIwnlQ==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { @@ -1472,35 +1475,35 @@ "node": "20 || >=22" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/chdir": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/@tapjs/chdir/-/chdir-3.3.6.tgz", - "integrity": "sha512-GMuUz8AcuPop5cY6D1vAT6o0NYRyt/ScTcacwwo+p2sftCSw4OVNmAQ/mVxo82l+kO8QO6qnhJbSIeYfyDCEnw==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/@tapjs/chdir/-/chdir-3.3.7.tgz", + "integrity": "sha512-9WWqlJgaNAzfg/cLQC6qKzdvtAdbCnPzJAWeLjyJAwTGBzK2IYbdtQ7837dgSHH5AgrRR+3HyFl2Z+oVw1ahJQ==", "dev": true, "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/config": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/@tapjs/config/-/config-5.6.0.tgz", - "integrity": "sha512-k4hSjmSFiSzNBtygOIIkBG0LWS3DQxuXlfGrdh9542M6iiQyhRUaeCZ0C8H+3N5p/cMDFvOW/cvHtt4nsz8wVw==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/@tapjs/config/-/config-5.6.1.tgz", + "integrity": "sha512-ZjtdPn6C5AWTRN7RGiPMVCRY1dhgj/sl/ZPE9mYbjTaBp03NJjQlanhvHL3Fz5dmSA1mtLyWKvLSgh+8YzDGAA==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { - "@tapjs/core": "4.5.4", - "@tapjs/test": "4.4.4", + "@tapjs/core": "4.5.5", + "@tapjs/test": "4.4.5", "chalk": "^5.6.2", "jackspeak": "^4.2.3", "polite-json": "^5.0.0", - "tap-yaml": "4.4.0", + "tap-yaml": "4.4.1", "walk-up-path": "^4.0.0" }, "engines": { @@ -1510,27 +1513,27 @@ "url": "https://github.com/sponsors/isaacs" }, "peerDependencies": { - "@tapjs/core": "4.5.4", - "@tapjs/test": "4.4.4" + "@tapjs/core": "4.5.5", + "@tapjs/test": "4.4.5" } }, "node_modules/@tapjs/core": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/@tapjs/core/-/core-4.5.4.tgz", - "integrity": "sha512-OYHVsuNs7Bqr9OlPBp6mkkeC9P0gPFm/iRFgJqiFFtppYwDkE1RfNaeEofgTZw91x2NozshjBeLRdFThFq1t9A==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/@tapjs/core/-/core-4.5.5.tgz", + "integrity": "sha512-nIZ2NeU+326NVehZfR/3NjTMmet/nnTbt4b3bV8m347wiAZ0fiYAOD3dJP5lCThUg8j9iLRL6m77usmaTplShg==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { "@tapjs/processinfo": "^3.1.9", - "@tapjs/stack": "4.3.1", - "@tapjs/test": "4.4.4", + "@tapjs/stack": "4.3.2", + "@tapjs/test": "4.4.5", "async-hook-domain": "^4.0.1", "diff": "^8.0.2", "is-actual-promise": "^1.0.1", "minipass": "^7.0.4", "signal-exit": "4.1", - "tap-parser": "18.3.2", - "tap-yaml": "4.4.0", + "tap-parser": "18.3.3", + "tap-yaml": "4.4.1", "tcompare": "9.3.1", "trivial-deferred": "^2.0.0" }, @@ -1555,9 +1558,9 @@ } }, "node_modules/@tapjs/filter": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@tapjs/filter/-/filter-4.3.6.tgz", - "integrity": "sha512-cwDb+vvSw6pXqXf6OV0Wb/uCj2CxyOSBZpKPNIvUazawmu2cZX1OjHk0g+fZsuZ1QTWnrjn2hQ4AS+6/wUoPGg==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/@tapjs/filter/-/filter-4.3.7.tgz", + "integrity": "sha512-oUBVMnpnvDDZpFWXpq/kc4l/pqywfa1h2r39wcFyFmXwI07yXwAESVFIMwnAIloTrlf7+K0kuHiBuZDWPE1tuA==", "dev": true, "license": "BlueOak-1.0.0", "engines": { @@ -1567,13 +1570,13 @@ "url": "https://github.com/sponsors/isaacs" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/fixture": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@tapjs/fixture/-/fixture-4.3.6.tgz", - "integrity": "sha512-s04kqxqcDLVPnjJgmZIPHX0kTHff7PmwbNxVMVewods41jSvpelge6ekrVLl0J4NOLtLiIiAixVzE+acVQx7Fw==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/@tapjs/fixture/-/fixture-4.3.7.tgz", + "integrity": "sha512-3F41LLGBEBr3WvhCGx7GtuJiuSkSJedDH7Tfk+2yMot//bqx6NpB5HhNX1KMgKgzl9YCoKgYG+LEHhfetmijgg==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { @@ -1587,35 +1590,35 @@ "url": "https://github.com/sponsors/isaacs" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/intercept": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@tapjs/intercept/-/intercept-4.3.6.tgz", - "integrity": "sha512-/g8g9DM1MaMprtEIZ5lZMA5Kp+QCOLUecZT4SeY1cSXKkrAKm/4CJnbzOo9KLELBHQq6aRCbPsHV2Xx+9xPjGA==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/@tapjs/intercept/-/intercept-4.3.7.tgz", + "integrity": "sha512-TDhUcWDJe/507VENKp1qdZhObboe24KFR4saavNdJr+/EgXpCrpwrc2KT2tRjuxT65ewXnLmKzGWOwc5iwT55A==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { - "@tapjs/after": "3.3.6", - "@tapjs/stack": "4.3.1" + "@tapjs/after": "3.3.7", + "@tapjs/stack": "4.3.2" }, "engines": { "node": "20 || >=22" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/mock": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/@tapjs/mock/-/mock-4.4.4.tgz", - "integrity": "sha512-iYjsUhD1LoRcJ6q5N/VCvlX+94/TB4UENOBfNDPsUL16HbSoL5Z3LHUEd2YajUWPdTZr7Sysax+/r54KRockhg==", + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/@tapjs/mock/-/mock-4.4.5.tgz", + "integrity": "sha512-t4Nggiw6UoV/l80k1hClLjqK2yP7LbVjww5TR+EQPKo65yiSSNCe4OkjBFOT36vZRUJuy3qkPFBp8rK9w5XSeg==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { - "@tapjs/after": "3.3.6", - "@tapjs/stack": "4.3.1", + "@tapjs/after": "3.3.7", + "@tapjs/stack": "4.3.2", "resolve-import": "^2.4.0", "walk-up-path": "^4.0.0" }, @@ -1626,19 +1629,19 @@ "url": "https://github.com/sponsors/isaacs" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/node-serialize": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@tapjs/node-serialize/-/node-serialize-4.3.6.tgz", - "integrity": "sha512-xLzlsPl0BEnoDpf7e5QUHPx79nOy+YiTXKl8khxSqIbQWEkR1mZetDiOYjv5WlBAeCS41iQxGkQ/F7sugC5rCA==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/@tapjs/node-serialize/-/node-serialize-4.3.7.tgz", + "integrity": "sha512-k9mMAUS0GIMT6Vr1LrpFmCpmstwJAtt/XoGLTHF+VY9/hqlZ11xp9qTZmcVR0tO+hmA7PZWLActuOSzYG1u5UA==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { "@tapjs/error-serdes": "4.3.1", - "@tapjs/stack": "4.3.1", - "tap-parser": "18.3.2" + "@tapjs/stack": "4.3.2", + "tap-parser": "18.3.3" }, "engines": { "node": "20 || >=22" @@ -1647,13 +1650,13 @@ "url": "https://github.com/sponsors/isaacs" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/processinfo": { - "version": "3.1.9", - "resolved": "https://registry.npmjs.org/@tapjs/processinfo/-/processinfo-3.1.9.tgz", - "integrity": "sha512-yIbYH9ROI5m5F2B5Hpk6t89OkHBrDbL3qncPO9OfPuSvJsvAIDG91I0hxGQNohdaxmqz5L4QiIYc5Y0KmtLzCQ==", + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/@tapjs/processinfo/-/processinfo-3.1.10.tgz", + "integrity": "sha512-Vj3BiHIqal+mYKT8y/aEPHLX7jUXeMDckLwgeVBbRDXso0EbAMiMGUXpxD7ibZyp4HUUL4bSNnHfXi6HPrE8jQ==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { @@ -1661,21 +1664,21 @@ "pirates": "^4.0.5", "process-on-spawn": "^1.0.0", "signal-exit": "^4.0.2", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "engines": { "node": ">=16.17" } }, "node_modules/@tapjs/reporter": { - "version": "4.4.6", - "resolved": "https://registry.npmjs.org/@tapjs/reporter/-/reporter-4.4.6.tgz", - "integrity": "sha512-uUjIe6kGfFaRhNFKFyMYLlzB9t9o1Jffb2a82pRH+BPl3afo0S3TBsXHt+oZ/QU7c/nbat1ngVnRqD1ITMsdTQ==", + "version": "4.4.7", + "resolved": "https://registry.npmjs.org/@tapjs/reporter/-/reporter-4.4.7.tgz", + "integrity": "sha512-wqMW+sBuqcCojoZ3huG7+PAFc5DAxcLuQXrTW9/5FyKzOjdrbQY0ZCLb0wp3CHd2LMxc0Uob+ofGUiRdCtrCnw==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { - "@tapjs/config": "5.6.0", - "@tapjs/stack": "4.3.1", + "@tapjs/config": "5.6.1", + "@tapjs/stack": "4.3.2", "chalk": "^5.6.2", "ink": "^5.2.1", "minipass": "^7.0.4", @@ -1684,8 +1687,8 @@ "prismjs-terminal": "^1.2.3", "react": "^18.2.0", "string-length": "^6.0.0", - "tap-parser": "18.3.2", - "tap-yaml": "4.4.0", + "tap-parser": "18.3.3", + "tap-yaml": "4.4.1", "tcompare": "9.3.1" }, "engines": { @@ -1695,25 +1698,25 @@ "url": "https://github.com/sponsors/isaacs" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/run": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/@tapjs/run/-/run-4.5.4.tgz", - "integrity": "sha512-HIalQEuVoWiKwOtUUxcW22NW9QkZS/FapERosp09DAjVkZ4ZSZiNadLMtLQ9fOFTmmba+/nO/KWef5WWLY2wXQ==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/@tapjs/run/-/run-4.5.5.tgz", + "integrity": "sha512-GpELTWPsgjIAW5zW54nBmrbyPYPfYtGMoSBG1N2hVifmP1TIEW5K8vZYc8bm+vKsdMYrmmjLzc/7vKDl4CG8Fg==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/which": "^7.0.4", - "@tapjs/after": "3.3.6", - "@tapjs/before": "4.3.6", - "@tapjs/config": "5.6.0", + "@tapjs/after": "3.3.7", + "@tapjs/before": "4.3.7", + "@tapjs/config": "5.6.1", "@tapjs/processinfo": "^3.1.9", - "@tapjs/reporter": "4.4.6", - "@tapjs/spawn": "4.3.6", - "@tapjs/stdin": "4.3.6", - "@tapjs/test": "4.4.4", + "@tapjs/reporter": "4.4.7", + "@tapjs/spawn": "4.3.7", + "@tapjs/stdin": "4.3.7", + "@tapjs/test": "4.4.5", "c8": "^10.1.3", "chalk": "^5.6.2", "chokidar": "^4.0.2", @@ -1729,8 +1732,8 @@ "rimraf": "^6.0.0", "semver": "^7.7.2", "signal-exit": "^4.1.0", - "tap-parser": "18.3.2", - "tap-yaml": "4.4.0", + "tap-parser": "18.3.3", + "tap-yaml": "4.4.1", "tcompare": "9.3.1", "trivial-deferred": "^2.0.0" }, @@ -1744,13 +1747,13 @@ "url": "https://github.com/sponsors/isaacs" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/snapshot": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@tapjs/snapshot/-/snapshot-4.3.6.tgz", - "integrity": "sha512-q6dyZzCYlLDPpoClKdpuREoC6At6bME8LexqD3wXKcPoOGyjcTh7RoFq48jq4BC8rID9aoifa7DwzOVG/9QUYw==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/@tapjs/snapshot/-/snapshot-4.3.7.tgz", + "integrity": "sha512-35Y9Ua3iY9KgNOyfpy7U0rD8aq1lEeuKoKuY82rXYIztzLoibpnlRSFNKAtE4wo5NxyWgqWDOb8qovz8KfP66g==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { @@ -1765,26 +1768,26 @@ "url": "https://github.com/sponsors/isaacs" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/spawn": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@tapjs/spawn/-/spawn-4.3.6.tgz", - "integrity": "sha512-bd4yJk/Lr4r2Am2GVO4hFRBaBObhD6ajimZfieOi+6knLyOSK3p2l4UpB+GjPlrcQTsrmgxYt5FfWZ2ntqh8GA==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/@tapjs/spawn/-/spawn-4.3.7.tgz", + "integrity": "sha512-9ib7KpYfdrtIqTuypYTiNNyTGKjUD4QmagK2oNM7Yluekd4BbIUIwwDNTqvYpKIJ8k+BK/Um1O35hI9JcKHeuw==", "dev": true, "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/stack": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/@tapjs/stack/-/stack-4.3.1.tgz", - "integrity": "sha512-6WDTgt81c3Rfunsu14hGHRQP9GBDaclpkF9K7BC7UfycBG508Obcx/oDuJ2WwZtPY/8qxLAhf9eRWoY8qpmwzw==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@tapjs/stack/-/stack-4.3.2.tgz", + "integrity": "sha512-v48WNjNCASTFbAHSsmNxnbdPwSCcsYL6w9niZSndCJlCWU4YgHyGx6QaYpsNrIyym2cXQltbIGSMygnDG+BGbQ==", "dev": true, "license": "BlueOak-1.0.0", "engines": { @@ -1795,42 +1798,42 @@ } }, "node_modules/@tapjs/stdin": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@tapjs/stdin/-/stdin-4.3.6.tgz", - "integrity": "sha512-w9wHPSzQKCzmZrUiwCwwvWiwDCbR92AN9WDGJklhfY+VlyKVN+L65+dk9UzIRJIRErGaSGwZ0qeia8e84tMvlQ==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/@tapjs/stdin/-/stdin-4.3.7.tgz", + "integrity": "sha512-UXbaIx9gUAb9fjZen+yrPDUNRecd1lCSUTtPv9rhd+9pstkuBDOUsOgraGdOv4aKTbBC7/pbx+4KqcugBI2fog==", "dev": true, "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/test": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/@tapjs/test/-/test-4.4.4.tgz", - "integrity": "sha512-hwHq+L1CR6dVyVbiEn1Ob477CJNSW5tGtXVsJSFZVuvmORkfRTq4Dtgi73GEUUQXXtojULm02FTJzU2yOFtdqg==", + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/@tapjs/test/-/test-4.4.5.tgz", + "integrity": "sha512-WDKCDd4XxFcA6fTjoUk4plDtLnA0sV9RHW13erXkJAUGN7j8Ai50IWCmf1ZfZFmd3MHwfaF50573gVN20dhX5g==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/ts-node-temp-fork-for-pr-2009": "^10.9.7", - "@tapjs/after": "3.3.6", - "@tapjs/after-each": "4.3.6", - "@tapjs/asserts": "4.3.6", - "@tapjs/before": "4.3.6", - "@tapjs/before-each": "4.3.6", - "@tapjs/chdir": "3.3.6", - "@tapjs/filter": "4.3.6", - "@tapjs/fixture": "4.3.6", - "@tapjs/intercept": "4.3.6", - "@tapjs/mock": "4.4.4", - "@tapjs/node-serialize": "4.3.6", - "@tapjs/snapshot": "4.3.6", - "@tapjs/spawn": "4.3.6", - "@tapjs/stdin": "4.3.6", - "@tapjs/typescript": "3.5.6", - "@tapjs/worker": "4.3.6", + "@tapjs/after": "3.3.7", + "@tapjs/after-each": "4.3.7", + "@tapjs/asserts": "4.3.7", + "@tapjs/before": "4.3.7", + "@tapjs/before-each": "4.3.7", + "@tapjs/chdir": "3.3.7", + "@tapjs/filter": "4.3.7", + "@tapjs/fixture": "4.3.7", + "@tapjs/intercept": "4.3.7", + "@tapjs/mock": "4.4.5", + "@tapjs/node-serialize": "4.3.7", + "@tapjs/snapshot": "4.3.7", + "@tapjs/spawn": "4.3.7", + "@tapjs/stdin": "4.3.7", + "@tapjs/typescript": "3.5.7", + "@tapjs/worker": "4.3.7", "glob": "^13.0.2", "jackspeak": "^4.2.3", "mkdirp": "^3.0.0", @@ -1838,7 +1841,7 @@ "resolve-import": "^2.4.0", "rimraf": "^6.0.0", "sync-content": "^2.0.4", - "tap-parser": "18.3.2", + "tap-parser": "18.3.3", "tshy": "^3.3.2", "typescript": "5.9", "walk-up-path": "^4.0.0" @@ -1850,13 +1853,13 @@ "node": "20 || >=22" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/typescript": { - "version": "3.5.6", - "resolved": "https://registry.npmjs.org/@tapjs/typescript/-/typescript-3.5.6.tgz", - "integrity": "sha512-rAUep7sgTL7en4x/YNWjuI02rH+UH2EZ8n83i+oDqFODV8XKheUoAlZfAoEDRWf7SZIhjEWPJ2oinHSoMLl/Jw==", + "version": "3.5.7", + "resolved": "https://registry.npmjs.org/@tapjs/typescript/-/typescript-3.5.7.tgz", + "integrity": "sha512-h9DAgtB/cSu2VGbutLhAKGGJQHdFyXizZ6I9JdvE/MT/J15CwDgpuNm2JJlxCETe0paZU99T/KnuT+MXa8qHxA==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { @@ -1866,20 +1869,20 @@ "node": "20 || >=22" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tapjs/worker": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@tapjs/worker/-/worker-4.3.6.tgz", - "integrity": "sha512-v1cOfxCWClXA55YgNBm8q+BIyfDxSIm2q3I9uVtLLyecuYKQE9v4wxjQQELjIdt+2OHyl9t/3i8+WdCeAn/cWA==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/@tapjs/worker/-/worker-4.3.7.tgz", + "integrity": "sha512-MiXG2mrBZrAGd+YQ1LnerGadnwWEhr8CURL9Xw8A0IAxb/GZvkW0WTlXxYXkvNOw0IjrVy1mkKp1vM3zIkrD6Q==", "dev": true, "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" }, "peerDependencies": { - "@tapjs/core": "4.5.4" + "@tapjs/core": "4.5.5" } }, "node_modules/@tsconfig/node14": { @@ -1974,9 +1977,9 @@ } }, "node_modules/@typescript/native-preview": { - "version": "7.0.0-dev.20260423.1", - "resolved": "https://registry.npmjs.org/@typescript/native-preview/-/native-preview-7.0.0-dev.20260423.1.tgz", - "integrity": "sha512-9WD7TJJlGvt9PQqJI/+44dVP4oqGQFIkYrpXt7nlQ0WgNIErN52x/XhxmJ4nWft06qejgPiUbPo4aYRNOmIHXg==", + "version": "7.0.0-dev.20260507.1", + "resolved": "https://registry.npmjs.org/@typescript/native-preview/-/native-preview-7.0.0-dev.20260507.1.tgz", + "integrity": "sha512-1NCr79LEzPErrYtminofTji5EvFDYwJ2JDQfDhcQyP8XVJF93LZ5jiDXcYE2MgqDvwPUpaHMY8seC28jHrc/ew==", "dev": true, "license": "Apache-2.0", "bin": { @@ -1986,19 +1989,19 @@ "node": ">=16.20.0" }, "optionalDependencies": { - "@typescript/native-preview-darwin-arm64": "7.0.0-dev.20260423.1", - "@typescript/native-preview-darwin-x64": "7.0.0-dev.20260423.1", - "@typescript/native-preview-linux-arm": "7.0.0-dev.20260423.1", - "@typescript/native-preview-linux-arm64": "7.0.0-dev.20260423.1", - "@typescript/native-preview-linux-x64": "7.0.0-dev.20260423.1", - "@typescript/native-preview-win32-arm64": "7.0.0-dev.20260423.1", - "@typescript/native-preview-win32-x64": "7.0.0-dev.20260423.1" + "@typescript/native-preview-darwin-arm64": "7.0.0-dev.20260507.1", + "@typescript/native-preview-darwin-x64": "7.0.0-dev.20260507.1", + "@typescript/native-preview-linux-arm": "7.0.0-dev.20260507.1", + "@typescript/native-preview-linux-arm64": "7.0.0-dev.20260507.1", + "@typescript/native-preview-linux-x64": "7.0.0-dev.20260507.1", + "@typescript/native-preview-win32-arm64": "7.0.0-dev.20260507.1", + "@typescript/native-preview-win32-x64": "7.0.0-dev.20260507.1" } }, "node_modules/@typescript/native-preview-darwin-arm64": { - "version": "7.0.0-dev.20260423.1", - "resolved": "https://registry.npmjs.org/@typescript/native-preview-darwin-arm64/-/native-preview-darwin-arm64-7.0.0-dev.20260423.1.tgz", - "integrity": "sha512-wbLr6o5fROaCYt6cOpFhbe92FJAOdhAHwm/s8I/IyN5HbL1ULgel/wHaZiR+ws+27rgruNUiCENzTUg9vSz2bA==", + "version": "7.0.0-dev.20260507.1", + "resolved": "https://registry.npmjs.org/@typescript/native-preview-darwin-arm64/-/native-preview-darwin-arm64-7.0.0-dev.20260507.1.tgz", + "integrity": "sha512-2iWAWthp9tWDkgIOITi6GGQkEDQ8Mf+L28B83FR+MvvbLEtHJ5BIZoBOSBgKP5KW+eHlAv1LFUC9dggq1+NO0Q==", "cpu": [ "arm64" ], @@ -2013,9 +2016,9 @@ } }, "node_modules/@typescript/native-preview-darwin-x64": { - "version": "7.0.0-dev.20260423.1", - "resolved": "https://registry.npmjs.org/@typescript/native-preview-darwin-x64/-/native-preview-darwin-x64-7.0.0-dev.20260423.1.tgz", - "integrity": "sha512-13MpNT+4MgkgrfiW2u03rnER5aB3yz9fA0bWEYh6IH3rIqA2AR3Dntp3QXW4sQrZf0SriXqHe2R7X3HCT5xmqA==", + "version": "7.0.0-dev.20260507.1", + "resolved": "https://registry.npmjs.org/@typescript/native-preview-darwin-x64/-/native-preview-darwin-x64-7.0.0-dev.20260507.1.tgz", + "integrity": "sha512-pXBJx0gF4D9aNZsFavprlbPzL5clAvHsueaVpb3c7M8wv/3FFCdjK7NJUESxpK3+M1RW5MvNaKR6QTzkdunfvQ==", "cpu": [ "x64" ], @@ -2030,9 +2033,9 @@ } }, "node_modules/@typescript/native-preview-linux-arm": { - "version": "7.0.0-dev.20260423.1", - "resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-arm/-/native-preview-linux-arm-7.0.0-dev.20260423.1.tgz", - "integrity": "sha512-CxUA15qbPQRvz2nanBpiv1h4tgXTCJJwqOtgKMSdIuPkow8dyYW3ba5oLoH/jZhS4792XislX659hlFrfiU6CQ==", + "version": "7.0.0-dev.20260507.1", + "resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-arm/-/native-preview-linux-arm-7.0.0-dev.20260507.1.tgz", + "integrity": "sha512-i2K4RRVjk9wSMpGcR5G2hKyUowSZMrnSKh5NYx1nVy6srBD7DVrTSBDH+KCVdAVAuZtsl0tOdVJixkRRjOsbpw==", "cpu": [ "arm" ], @@ -2047,9 +2050,9 @@ } }, "node_modules/@typescript/native-preview-linux-arm64": { - "version": "7.0.0-dev.20260423.1", - "resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-arm64/-/native-preview-linux-arm64-7.0.0-dev.20260423.1.tgz", - "integrity": "sha512-ICIkJDTqmn0R4Vs811+Ht2RYTk1OCrAhHCu0JthmhR216T1Tqgi5DWRoCprp3RL1qU6fLnxxrIpEbNlNN7XFYA==", + "version": "7.0.0-dev.20260507.1", + "resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-arm64/-/native-preview-linux-arm64-7.0.0-dev.20260507.1.tgz", + "integrity": "sha512-0F2o8sbpSOHR04ghnhWPFsyuH9uew78v3fc2+tplxAnwZ5Wt72hk6Ka0yG07m8D6Ca0SK/GtTVIq7BfjmNCP8w==", "cpu": [ "arm64" ], @@ -2064,9 +2067,9 @@ } }, "node_modules/@typescript/native-preview-linux-x64": { - "version": "7.0.0-dev.20260423.1", - "resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-x64/-/native-preview-linux-x64-7.0.0-dev.20260423.1.tgz", - "integrity": "sha512-cWLFS4R8dOU1YuUJ/2VLeGMVIjgI3GGb/f9rRY5MbWHq5l3NNZh8y1QwAOrTh3+g3q6+znArfxVnD2hZHUz8Mw==", + "version": "7.0.0-dev.20260507.1", + "resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-x64/-/native-preview-linux-x64-7.0.0-dev.20260507.1.tgz", + "integrity": "sha512-dST5xeuhREr73obBJj4j5Dtf0dEQr6WuUyHIoLaVQCX9PZhWk0Iu2/9jJ0+Gtx7fh3jWGcidNPP1SgmSrXP6Sw==", "cpu": [ "x64" ], @@ -2081,9 +2084,9 @@ } }, "node_modules/@typescript/native-preview-win32-arm64": { - "version": "7.0.0-dev.20260423.1", - "resolved": "https://registry.npmjs.org/@typescript/native-preview-win32-arm64/-/native-preview-win32-arm64-7.0.0-dev.20260423.1.tgz", - "integrity": "sha512-OWaGUI4+dHqYZv+k6sITx9Y27FNy3XzNFk4OrOiYtBkIO/xrb9TPMP4A5XI4n5zwRLIv3xne9g039xgRbaeyoQ==", + "version": "7.0.0-dev.20260507.1", + "resolved": "https://registry.npmjs.org/@typescript/native-preview-win32-arm64/-/native-preview-win32-arm64-7.0.0-dev.20260507.1.tgz", + "integrity": "sha512-21rGqCoY2FgnbY2YQFGoAnaHFs5kagwdCmGdn7GmsdNF7P3zvS1ag56BFRYITZ2xw02xYa0fvbXcIIycysBS1A==", "cpu": [ "arm64" ], @@ -2098,9 +2101,9 @@ } }, "node_modules/@typescript/native-preview-win32-x64": { - "version": "7.0.0-dev.20260423.1", - "resolved": "https://registry.npmjs.org/@typescript/native-preview-win32-x64/-/native-preview-win32-x64-7.0.0-dev.20260423.1.tgz", - "integrity": "sha512-5MQjO/qdLwXpjW7Dy/1lNv7Vtpvo6bhCkbjan4PoRN5/eeyqEqDWxdf8AGE4btLmHqyIjEHRuYf7kp2tlAr6lQ==", + "version": "7.0.0-dev.20260507.1", + "resolved": "https://registry.npmjs.org/@typescript/native-preview-win32-x64/-/native-preview-win32-x64-7.0.0-dev.20260507.1.tgz", + "integrity": "sha512-PORjTM6k/7ySuN7qbKKLKPJ5AlSQuZbaDkLsdQglapQySeHcrdjOhFl172U+V954sR+KhrE3ckhuinEH+Vjkug==", "cpu": [ "x64" ], @@ -2310,18 +2313,18 @@ "license": "MIT" }, "node_modules/better-auth": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/better-auth/-/better-auth-1.6.5.tgz", - "integrity": "sha512-rSt8JtJOJK0MqPShXINCmM6DV30GsDvnCTlIxQIzP9OpUx/umA40nUc4ALZHQyqAPbw1ib/a549kIWw/WyxxKA==", - "license": "MIT", - "dependencies": { - "@better-auth/core": "1.6.5", - "@better-auth/drizzle-adapter": "1.6.5", - "@better-auth/kysely-adapter": "1.6.5", - "@better-auth/memory-adapter": "1.6.5", - "@better-auth/mongo-adapter": "1.6.5", - "@better-auth/prisma-adapter": "1.6.5", - "@better-auth/telemetry": "1.6.5", + "version": "1.6.9", + "resolved": "https://registry.npmjs.org/better-auth/-/better-auth-1.6.9.tgz", + "integrity": "sha512-EBFURtglyiEZxbx4NJBoqUD8J65dX24yC+6I9AUbIXNgUkt76mshzGbHkxZ3n/lB7Dwq3kBC+hHt0hUQsnL7HA==", + "license": "MIT", + "dependencies": { + "@better-auth/core": "1.6.9", + "@better-auth/drizzle-adapter": "1.6.9", + "@better-auth/kysely-adapter": "1.6.9", + "@better-auth/memory-adapter": "1.6.9", + "@better-auth/mongo-adapter": "1.6.9", + "@better-auth/prisma-adapter": "1.6.9", + "@better-auth/telemetry": "1.6.9", "@better-auth/utils": "0.4.0", "@better-fetch/fetch": "1.1.21", "@noble/ciphers": "^2.1.1", @@ -2415,12 +2418,12 @@ } }, "node_modules/better-auth/node_modules/@better-auth/drizzle-adapter": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/@better-auth/drizzle-adapter/-/drizzle-adapter-1.6.5.tgz", - "integrity": "sha512-9YjPW35+h66D+QA+YqEJ9pFP97ClLFR+QrTPZojkeP0PTYqpW0ErBK3p1pwRTJG88yK+o3Y4yOwoacMTBxz0jQ==", + "version": "1.6.9", + "resolved": "https://registry.npmjs.org/@better-auth/drizzle-adapter/-/drizzle-adapter-1.6.9.tgz", + "integrity": "sha512-Lcco5hOGrMgc4XKAkvB6x72eQm4wCcya8IevMg4wBHY9W9GVg8pu23rpRX6VsVQSO4Ux13S7lFwUWtF7/r9aKw==", "license": "MIT", "peerDependencies": { - "@better-auth/core": "^1.6.5", + "@better-auth/core": "^1.6.9", "@better-auth/utils": "0.4.0", "drizzle-orm": "^0.45.2" }, @@ -2948,13 +2951,13 @@ } }, "node_modules/cosmiconfig-typescript-loader": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-6.2.0.tgz", - "integrity": "sha512-GEN39v7TgdxgIoNcdkRE3uiAzQt3UXLyHbRHD6YoL048XAeOomyxaP+Hh/+2C6C2wYjxJ2onhJcsQp+L4YEkVQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-6.3.0.tgz", + "integrity": "sha512-Akr82WH1Wfqatyiqpj8HDkO2o2KmJRu1FhKfSNJP3K4IdXwHfEyL7MOb62i1AGQVLtIQM+iCE9CGOtrfhR+mmA==", "dev": true, "license": "MIT", "dependencies": { - "jiti": "^2.6.1" + "jiti": "2.6.1" }, "engines": { "node": ">=v18" @@ -3168,18 +3171,18 @@ } }, "node_modules/eslint": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.2.0.tgz", - "integrity": "sha512-+L0vBFYGIpSNIt/KWTpFonPrqYvgKw1eUI5Vn7mEogrQcWtWYtNQ7dNqC+px/J0idT3BAkiWrhfS7k+Tum8TUA==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.2.1.tgz", + "integrity": "sha512-wiyGaKsDgqXvF40P8mDwiUp/KQjE1FdrIEJsM8PZ3XCiniTMXS3OHWWUe5FI5agoCnr8x4xPrTDZuxsBlNHl+Q==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.2", - "@eslint/config-array": "^0.23.4", - "@eslint/config-helpers": "^0.5.4", - "@eslint/core": "^1.2.0", - "@eslint/plugin-kit": "^0.7.0", + "@eslint/config-array": "^0.23.5", + "@eslint/config-helpers": "^0.5.5", + "@eslint/core": "^1.2.1", + "@eslint/plugin-kit": "^0.7.1", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2", @@ -3359,9 +3362,9 @@ "license": "Apache-2.0" }, "node_modules/fallow": { - "version": "2.40.3", - "resolved": "https://registry.npmjs.org/fallow/-/fallow-2.40.3.tgz", - "integrity": "sha512-BkCtwKzG35DDXPCgwHhv4m8ANCgaPz+cjqbcJxfWo2Bto1f29AI9MsRx5pgwieqvIWCYTFitJsyCMvS5i2QHAg==", + "version": "2.56.0", + "resolved": "https://registry.npmjs.org/fallow/-/fallow-2.56.0.tgz", + "integrity": "sha512-nf1S93kufo56pXbwHTBH8gC+1v+fL8Xur1HmqCwnhlNZz6rRVAt54JtwZRX4YNyzmo9E6EFmBjq3pgTWBZVFMA==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -3377,13 +3380,14 @@ "node": ">=16" }, "optionalDependencies": { - "@fallow-cli/darwin-arm64": "2.40.3", - "@fallow-cli/darwin-x64": "2.40.3", - "@fallow-cli/linux-arm64-gnu": "2.40.3", - "@fallow-cli/linux-arm64-musl": "2.40.3", - "@fallow-cli/linux-x64-gnu": "2.40.3", - "@fallow-cli/linux-x64-musl": "2.40.3", - "@fallow-cli/win32-x64-msvc": "2.40.3" + "@fallow-cli/darwin-arm64": "2.56.0", + "@fallow-cli/darwin-x64": "2.56.0", + "@fallow-cli/linux-arm64-gnu": "2.56.0", + "@fallow-cli/linux-arm64-musl": "2.56.0", + "@fallow-cli/linux-x64-gnu": "2.56.0", + "@fallow-cli/linux-x64-musl": "2.56.0", + "@fallow-cli/win32-arm64-msvc": "2.56.0", + "@fallow-cli/win32-x64-msvc": "2.56.0" } }, "node_modules/fast-deep-equal": { @@ -3408,9 +3412,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", - "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", + "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", "dev": true, "funding": [ { @@ -3627,29 +3631,29 @@ } }, "node_modules/global-directory": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz", - "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-5.0.0.tgz", + "integrity": "sha512-1pgFdhK3J2LeM+dVf2Pd424yHx2ou338lC0ErNP2hPx4j8eW1Sp0XqSjNxtk6Tc4Kr5wlWtSvz8cn2yb7/SG/w==", "dev": true, "license": "MIT", "dependencies": { - "ini": "4.1.1" + "ini": "6.0.0" }, "engines": { - "node": ">=18" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/global-directory/node_modules/ini": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz", - "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-6.0.0.tgz", + "integrity": "sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==", "dev": true, "license": "ISC", "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^20.17.0 || >=22.9.0" } }, "node_modules/globals": { @@ -3683,9 +3687,9 @@ } }, "node_modules/hono": { - "version": "4.12.14", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.14.tgz", - "integrity": "sha512-am5zfg3yu6sqn5yjKBNqhnTX7Cv+m00ox+7jbaKkrLMRJ4rAdldd1xPd/JzbBWspqaQv6RSTrgFN95EsfhC+7w==", + "version": "4.12.16", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.16.tgz", + "integrity": "sha512-jN0ZewiNAWSe5khM3EyCmBb250+b40wWbwNILNfEvq84VREWwOIkuUsFONk/3i3nqkz7Oe1PcpM2mwQEK2L9Kg==", "license": "MIT", "engines": { "node": ">=16.9.0" @@ -3708,9 +3712,9 @@ } }, "node_modules/hosted-git-info": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.2.tgz", - "integrity": "sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.3.tgz", + "integrity": "sha512-Hc+ghLoSt6QaYZUv0WBiIvmMDZuZZ7oaDvdH8MbfOO4lOsxdXLEvuC6ePoGs9H1X9oCLyq6+NVN0MKqD+ydxyg==", "dev": true, "license": "ISC", "dependencies": { @@ -3953,9 +3957,9 @@ "license": "ISC" }, "node_modules/ip-address": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz", - "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz", + "integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==", "dev": true, "license": "MIT", "engines": { @@ -4134,9 +4138,9 @@ } }, "node_modules/jose": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.2.tgz", - "integrity": "sha512-d7kPDd34KO/YnzaDOlikGpOurfF0ByC2sEV4cANCtdqLlTfBlw2p14O/5d/zv40gJPbIQxfES3nSx1/oYNyuZQ==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.3.tgz", + "integrity": "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" @@ -4220,9 +4224,9 @@ } }, "node_modules/kysely": { - "version": "0.28.16", - "resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.16.tgz", - "integrity": "sha512-3i5pmOiZvMDj00qhrIVbH0AnioVTx22DMP7Vn5At4yJO46iy+FM8Y/g61ltenLVSo3fiO8h8Q3QOFgf/gQ72ww==", + "version": "0.28.17", + "resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.17.tgz", + "integrity": "sha512-nbD8lB9EB3wNdMhOCdx5Li8DxnLbvKByylRLcJ1h+4SkrowVeECAyZlyiKMThF7xFdRz0jSQ2MoJr+wXux2y0Q==", "license": "MIT", "engines": { "node": ">=20.0.0" @@ -4265,48 +4269,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/lodash.camelcase": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", - "dev": true, - "license": "MIT" - }, - "node_modules/lodash.kebabcase": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", - "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==", - "dev": true, - "license": "MIT" - }, - "node_modules/lodash.mergewith": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz", - "integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/lodash.snakecase": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz", - "integrity": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==", - "dev": true, - "license": "MIT" - }, - "node_modules/lodash.startcase": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz", - "integrity": "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==", - "dev": true, - "license": "MIT" - }, - "node_modules/lodash.upperfirst": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", - "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==", - "dev": true, - "license": "MIT" - }, "node_modules/loose-envify": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", @@ -4321,9 +4283,9 @@ } }, "node_modules/lru-cache": { - "version": "11.3.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz", - "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==", + "version": "11.3.6", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.6.tgz", + "integrity": "sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==", "dev": true, "license": "BlueOak-1.0.0", "engines": { @@ -5853,13 +5815,13 @@ } }, "node_modules/socks": { - "version": "2.8.7", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.7.tgz", - "integrity": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==", + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.8.tgz", + "integrity": "sha512-NlGELfPrgX2f1TAAcz0WawlLn+0r3FyhhCRpFFK2CemXenPYvzMWWZINv3eDNo9ucdwme7oCHRY0Jnbs4aIkog==", "dev": true, "license": "MIT", "dependencies": { - "ip-address": "^10.0.1", + "ip-address": "^10.1.1", "smart-buffer": "^4.2.0" }, "engines": { @@ -6145,31 +6107,31 @@ } }, "node_modules/tap": { - "version": "21.7.0", - "resolved": "https://registry.npmjs.org/tap/-/tap-21.7.0.tgz", - "integrity": "sha512-xMLV6g2UAWGCn75xFdp3iyocFS0P2cXdqMzZ2zdH3Klcxagn/JPnqaKfhGgCsCUP4U87n4q1Cbf45TR+wr8TOQ==", + "version": "21.7.1", + "resolved": "https://registry.npmjs.org/tap/-/tap-21.7.1.tgz", + "integrity": "sha512-LvH6mQTJvSgGivaPh5lkxkj66FOYy26ofY3HAFjBLVJbBLSHnjFmamqgdwSd57bgZzSaZ/pGn9U7xS7fyS8FPw==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { - "@tapjs/after": "3.3.6", - "@tapjs/after-each": "4.3.6", - "@tapjs/asserts": "4.3.6", - "@tapjs/before": "4.3.6", - "@tapjs/before-each": "4.3.6", - "@tapjs/chdir": "3.3.6", - "@tapjs/core": "4.5.4", - "@tapjs/filter": "4.3.6", - "@tapjs/fixture": "4.3.6", - "@tapjs/intercept": "4.3.6", - "@tapjs/mock": "4.4.4", - "@tapjs/node-serialize": "4.3.6", - "@tapjs/run": "4.5.4", - "@tapjs/snapshot": "4.3.6", - "@tapjs/spawn": "4.3.6", - "@tapjs/stdin": "4.3.6", - "@tapjs/test": "4.4.4", - "@tapjs/typescript": "3.5.6", - "@tapjs/worker": "4.3.6", + "@tapjs/after": "3.3.7", + "@tapjs/after-each": "4.3.7", + "@tapjs/asserts": "4.3.7", + "@tapjs/before": "4.3.7", + "@tapjs/before-each": "4.3.7", + "@tapjs/chdir": "3.3.7", + "@tapjs/core": "4.5.5", + "@tapjs/filter": "4.3.7", + "@tapjs/fixture": "4.3.7", + "@tapjs/intercept": "4.3.7", + "@tapjs/mock": "4.4.5", + "@tapjs/node-serialize": "4.3.7", + "@tapjs/run": "4.5.5", + "@tapjs/snapshot": "4.3.7", + "@tapjs/spawn": "4.3.7", + "@tapjs/stdin": "4.3.7", + "@tapjs/test": "4.4.5", + "@tapjs/typescript": "3.5.7", + "@tapjs/worker": "4.3.7", "resolve-import": "^2.4.0" }, "bin": { @@ -6183,14 +6145,14 @@ } }, "node_modules/tap-parser": { - "version": "18.3.2", - "resolved": "https://registry.npmjs.org/tap-parser/-/tap-parser-18.3.2.tgz", - "integrity": "sha512-NjW4rCggFB85EuvtNv2IFZRNeE4bboua8Idzi0HRxV3pxCSMRbV9V1pDlz7e89CLcMXFk3+dWiADYFr4lGHNqQ==", + "version": "18.3.3", + "resolved": "https://registry.npmjs.org/tap-parser/-/tap-parser-18.3.3.tgz", + "integrity": "sha512-dPcpxuYdaN1uEwYGJ5eJSc+XzkJBzgnlhGkxoAhVGjuEMpiGh4e305Z4pVZXFSMYZGoRnD211c45HeYygVa6Cg==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { "events-to-array": "^2.0.3", - "tap-yaml": "4.4.0" + "tap-yaml": "4.4.1" }, "bin": { "tap-parser": "bin/cmd.cjs" @@ -6200,9 +6162,9 @@ } }, "node_modules/tap-yaml": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/tap-yaml/-/tap-yaml-4.4.0.tgz", - "integrity": "sha512-pTEpQ4I4CZv4YdiHO5gdtMDCdHzKfXRJ4Z9J9MJoaz7ZF0cVeUjxUQkceOCy7x6N9kq0YWpM9iJaSucskBvrPA==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/tap-yaml/-/tap-yaml-4.4.1.tgz", + "integrity": "sha512-SEcvFLmY731oUBGGhRKdkb+Ebk1F101PFHdKdO///1SeO4FqWl1x1vnrgvxLtSS9qhs0hp7Ca2r4lXhwmiUi2g==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { @@ -6214,9 +6176,9 @@ } }, "node_modules/tar": { - "version": "7.5.13", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz", - "integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==", + "version": "7.5.14", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.14.tgz", + "integrity": "sha512-/7sHKgQO3JLP9ESlwTYUUftHUadOURUqq23xs1vjcnp8Vss6k0wCfzulyEtk5g91pjvnuriimGlyG7k6msrzRw==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { @@ -6652,13 +6614,17 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { @@ -6922,9 +6888,9 @@ } }, "node_modules/yaml": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", - "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", + "version": "2.8.4", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.4.tgz", + "integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==", "dev": true, "license": "ISC", "bin": { @@ -7056,9 +7022,9 @@ "license": "MIT" }, "node_modules/zod": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz", - "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index 4d2aa58..4ce8bae 100644 --- a/package.json +++ b/package.json @@ -15,24 +15,24 @@ "test:coverage": "tap --coverage-report=html" }, "dependencies": { - "@hono/node-server": "^2.0.0", - "better-auth": "^1.6.5", + "@hono/node-server": "^2.0.1", + "better-auth": "^1.6.9", "better-sqlite3": "^12.9.0", "date-fns": "^4.1.0", - "hono": "^4.12.14", + "hono": "^4.12.16", "hono-pino": "^0.10.3", "pg": "^8.20.0", "pino": "^10.3.1" }, "devDependencies": { - "@commitlint/cli": "^20.5.0", - "@commitlint/config-conventional": "^20.5.0", + "@commitlint/cli": "^20.5.3", + "@commitlint/config-conventional": "^20.5.3", "@eslint/js": "^10.0.1", - "eslint": "^10.2.0", - "fallow": "^2.40.3", + "eslint": "^10.2.1", + "fallow": "^2.56.0", "globals": "^17.5.0", "prettier": "^3.8.3", "sinon": "^21.1.2", - "tap": "^21.7.0" + "tap": "^21.7.1" } }