From 043688b4548181547710ce0fee7bafe8dfaa5d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:20:22 +0000 Subject: [PATCH] chore(deps): bump the prod-dependencies group with 6 updates Bumps the prod-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) | `2.6.1` | `2.6.3` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.555.0` | `0.556.0` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.67.0` | `7.68.0` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.9.6` | `7.10.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.48.0` | `8.48.1` | | [type-fest](https://github.com/sindresorhus/type-fest) | `5.2.0` | `5.3.1` | Updates `eslint-config-turbo` from 2.6.1 to 2.6.3 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](https://github.com/vercel/turborepo/commits/v2.6.3/packages/eslint-config-turbo) Updates `lucide-react` from 0.555.0 to 0.556.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.556.0/packages/lucide-react) Updates `react-hook-form` from 7.67.0 to 7.68.0 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.67.0...v7.68.0) Updates `react-router-dom` from 7.9.6 to 7.10.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.10.1/packages/react-router-dom) Updates `typescript-eslint` from 8.48.0 to 8.48.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.1/packages/typescript-eslint) Updates `type-fest` from 5.2.0 to 5.3.1 - [Release notes](https://github.com/sindresorhus/type-fest/releases) - [Commits](https://github.com/sindresorhus/type-fest/compare/v5.2.0...v5.3.1) --- updated-dependencies: - dependency-name: eslint-config-turbo dependency-version: 2.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: lucide-react dependency-version: 0.556.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: react-hook-form dependency-version: 7.68.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: react-router-dom dependency-version: 7.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: typescript-eslint dependency-version: 8.48.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: type-fest dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] Signed-off-by: wasmcloud-automation-app[bot] <151542377+wasmcloud-automation-app[bot]@users.noreply.github.com> --- .changeset/dependabot-5194500.md | 7 + apps/washboard-ui/package.json | 6 +- package.json | 2 +- packages/eslint-config/package.json | 4 +- packages/lattice-client-core/package.json | 2 +- yarn.lock | 218 +++++++++++----------- 6 files changed, 123 insertions(+), 116 deletions(-) create mode 100644 .changeset/dependabot-5194500.md diff --git a/.changeset/dependabot-5194500.md b/.changeset/dependabot-5194500.md new file mode 100644 index 00000000..0a87bb5c --- /dev/null +++ b/.changeset/dependabot-5194500.md @@ -0,0 +1,7 @@ +--- +'washboard-ui': patch +'@wasmcloud/eslint-config': patch +'@wasmcloud/lattice-client-core': patch +--- + +chore(deps): bump `the` prod-dependencies group with 6 updates diff --git a/apps/washboard-ui/package.json b/apps/washboard-ui/package.json index 4fb8e25e..76c7d233 100644 --- a/apps/washboard-ui/package.json +++ b/apps/washboard-ui/package.json @@ -47,12 +47,12 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "lucide-react": "^0.555.0", + "lucide-react": "^0.556.0", "nats.ws": "^1.30.3", "react": "19.2.0", "react-dom": "19.2.0", - "react-hook-form": "^7.67.0", - "react-router-dom": "^7.9.6", + "react-hook-form": "^7.68.0", + "react-router-dom": "^7.10.1", "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7", "usehooks-ts": "^3.1.1", diff --git a/package.json b/package.json index e8d76c86..1161a1c3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/node": "^24.10.1", "@wasmcloud/prettier-config": "workspace:*", "eslint": "^9.38.0", - "eslint-config-turbo": "^2.6.1", + "eslint-config-turbo": "^2.6.3", "prettier": "^3.7.3", "turbo": "^2.6.1", "typescript": "^5.9.3" diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 77a4b3d3..0018e922 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -16,7 +16,7 @@ "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0", "@eslint/js": "^9.39.1", "eslint-config-prettier": "^10.1.8", - "eslint-config-turbo": "^2.6.1", + "eslint-config-turbo": "^2.6.3", "eslint-config-xo": "^0.49.0", "eslint-config-xo-react": "^0.29.0", "eslint-config-xo-typescript": "^9.0.0", @@ -30,6 +30,6 @@ "eslint-plugin-tailwindcss": "3.18.2", "eslint-plugin-unicorn": "^62.0.0", "globals": "^16.5.0", - "typescript-eslint": "^8.48.0" + "typescript-eslint": "^8.48.1" } } diff --git a/packages/lattice-client-core/package.json b/packages/lattice-client-core/package.json index c413e139..d63e2148 100644 --- a/packages/lattice-client-core/package.json +++ b/packages/lattice-client-core/package.json @@ -55,7 +55,7 @@ }, "dependencies": { "nats.ws": "^1.30.3", - "type-fest": "^5.2.0" + "type-fest": "^5.3.1" }, "resolutions": { "cross-spawn": "^7.0.5" diff --git a/yarn.lock b/yarn.lock index 9a9bd69b..0fd82b6f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3963,24 +3963,24 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.48.0": - version: 8.48.0 - resolution: "@typescript-eslint/eslint-plugin@npm:8.48.0" +"@typescript-eslint/eslint-plugin@npm:8.48.1": + version: 8.48.1 + resolution: "@typescript-eslint/eslint-plugin@npm:8.48.1" dependencies: "@eslint-community/regexpp": "npm:^4.10.0" - "@typescript-eslint/scope-manager": "npm:8.48.0" - "@typescript-eslint/type-utils": "npm:8.48.0" - "@typescript-eslint/utils": "npm:8.48.0" - "@typescript-eslint/visitor-keys": "npm:8.48.0" + "@typescript-eslint/scope-manager": "npm:8.48.1" + "@typescript-eslint/type-utils": "npm:8.48.1" + "@typescript-eslint/utils": "npm:8.48.1" + "@typescript-eslint/visitor-keys": "npm:8.48.1" graphemer: "npm:^1.4.0" ignore: "npm:^7.0.0" natural-compare: "npm:^1.4.0" ts-api-utils: "npm:^2.1.0" peerDependencies: - "@typescript-eslint/parser": ^8.48.0 + "@typescript-eslint/parser": ^8.48.1 eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <6.0.0" - checksum: 10/c9cd87c72da7bb7f6175fdb53a4c08a26e61a3d9d1024960d193276217b37ca1e8e12328a57751ed9380475e11e198f9715e172126ea7d3b3da9948d225db92b + checksum: 10/3ccf420805fb8adb2f3059fa26eb9c6211c0624966d8c8654a1bd586bf87f30be0c62524dfd785185ef573bedd91c42ec3c98c23aed5d60cb9ac583dd9334bc8 languageName: node linkType: hard @@ -4000,19 +4000,19 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/parser@npm:8.48.0": - version: 8.48.0 - resolution: "@typescript-eslint/parser@npm:8.48.0" +"@typescript-eslint/parser@npm:8.48.1": + version: 8.48.1 + resolution: "@typescript-eslint/parser@npm:8.48.1" dependencies: - "@typescript-eslint/scope-manager": "npm:8.48.0" - "@typescript-eslint/types": "npm:8.48.0" - "@typescript-eslint/typescript-estree": "npm:8.48.0" - "@typescript-eslint/visitor-keys": "npm:8.48.0" + "@typescript-eslint/scope-manager": "npm:8.48.1" + "@typescript-eslint/types": "npm:8.48.1" + "@typescript-eslint/typescript-estree": "npm:8.48.1" + "@typescript-eslint/visitor-keys": "npm:8.48.1" debug: "npm:^4.3.4" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <6.0.0" - checksum: 10/5919642345c79a43e57a85e0e69d1f56b5756b3fdb3586ec6371969604f589adc188338c8f12a787456edc3b38c70586d8209cffcf45e35e5a5ebd497c5f4257 + checksum: 10/d8409c9ede4b1cd2ad0e10e94bb00c54f79352f7d54c97bf24419cb983c19b9f6097e6c31b217ce7ec5cfc9a48117e732d9f88ce0cb8c0ccf7fc3faecdf854a3 languageName: node linkType: hard @@ -4029,16 +4029,16 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/project-service@npm:8.48.0": - version: 8.48.0 - resolution: "@typescript-eslint/project-service@npm:8.48.0" +"@typescript-eslint/project-service@npm:8.48.1": + version: 8.48.1 + resolution: "@typescript-eslint/project-service@npm:8.48.1" dependencies: - "@typescript-eslint/tsconfig-utils": "npm:^8.48.0" - "@typescript-eslint/types": "npm:^8.48.0" + "@typescript-eslint/tsconfig-utils": "npm:^8.48.1" + "@typescript-eslint/types": "npm:^8.48.1" debug: "npm:^4.3.4" peerDependencies: typescript: ">=4.8.4 <6.0.0" - checksum: 10/5853a2f57bf8a26b70c1fe5a906c1890ad4f0fca127218a7805161fc9ad547af97f4a600f32f5acdf2f2312b156affca2bea84af9a433215cbcc2056b6a27c77 + checksum: 10/66ecc7ef9572748860517cde7fbfc335d05ca8c99dcf13ac6d728ac93388d90cdc3ebe2ff33a85c0a03487b3c1c4e36c6e3fe413ee16d8fb003621cb58e65e52 languageName: node linkType: hard @@ -4052,13 +4052,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:8.48.0": - version: 8.48.0 - resolution: "@typescript-eslint/scope-manager@npm:8.48.0" +"@typescript-eslint/scope-manager@npm:8.48.1": + version: 8.48.1 + resolution: "@typescript-eslint/scope-manager@npm:8.48.1" dependencies: - "@typescript-eslint/types": "npm:8.48.0" - "@typescript-eslint/visitor-keys": "npm:8.48.0" - checksum: 10/963af7af235e940467504969c565b359ca454a156eba0d5af2e4fd9cca4294947187e1a85107ff05801688ac85b5767d2566414cbef47a03c23f7b46527decca + "@typescript-eslint/types": "npm:8.48.1" + "@typescript-eslint/visitor-keys": "npm:8.48.1" + checksum: 10/5040246220f9872ec47633297b7896ed5587af3163e06ddcb7ca0dcf1e171f359bd4f1c82f794a6adfecbccfb5ef437d51b522321034603c93ba1993c407bdf2 languageName: node linkType: hard @@ -4071,12 +4071,12 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/tsconfig-utils@npm:8.48.0, @typescript-eslint/tsconfig-utils@npm:^8.48.0": - version: 8.48.0 - resolution: "@typescript-eslint/tsconfig-utils@npm:8.48.0" +"@typescript-eslint/tsconfig-utils@npm:8.48.1, @typescript-eslint/tsconfig-utils@npm:^8.48.1": + version: 8.48.1 + resolution: "@typescript-eslint/tsconfig-utils@npm:8.48.1" peerDependencies: typescript: ">=4.8.4 <6.0.0" - checksum: 10/e480cd80498c4119a8c5bc413a22abf4bf365b3674ff95f5513292ede31e4fd8118f50d76a786de702696396a43c0c7a4d0c2ccd1c2c7db61bd941ba74495021 + checksum: 10/830bcd0e7628441f91899e8e24aaed66d32a239babcc205aba1d08c08ff5a636d8c04f96d9873578df59d7468fc4c5df032667764b3b2ee0a733af36fca21c4a languageName: node linkType: hard @@ -4096,19 +4096,19 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.48.0": - version: 8.48.0 - resolution: "@typescript-eslint/type-utils@npm:8.48.0" +"@typescript-eslint/type-utils@npm:8.48.1": + version: 8.48.1 + resolution: "@typescript-eslint/type-utils@npm:8.48.1" dependencies: - "@typescript-eslint/types": "npm:8.48.0" - "@typescript-eslint/typescript-estree": "npm:8.48.0" - "@typescript-eslint/utils": "npm:8.48.0" + "@typescript-eslint/types": "npm:8.48.1" + "@typescript-eslint/typescript-estree": "npm:8.48.1" + "@typescript-eslint/utils": "npm:8.48.1" debug: "npm:^4.3.4" ts-api-utils: "npm:^2.1.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <6.0.0" - checksum: 10/dfda42624d534f9fed270bd5c76c9c0bb879cccd3dfbfc2977c84489860fbc204f10bca5c69f3ac856cc4342c12f8947293e7449d3391af289620d7ec79ced0d + checksum: 10/6cf9370ac5437e2d64c71964646aed9e6c1ea3c7bb473258b50ae422106461d290f4215b9435b892a2dd563e3c31feb3169532375513b56b7e48f4a425283091 languageName: node linkType: hard @@ -4119,10 +4119,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:8.48.0, @typescript-eslint/types@npm:^8.48.0": - version: 8.48.0 - resolution: "@typescript-eslint/types@npm:8.48.0" - checksum: 10/cd14a7ecd1cb6af94e059a713357b9521ffab08b2793a7d33abda7006816e77f634d49d1ec6f1b99b47257a605347d691bd02b2b11477c9c328f2a27f52a664f +"@typescript-eslint/types@npm:8.48.1, @typescript-eslint/types@npm:^8.48.1": + version: 8.48.1 + resolution: "@typescript-eslint/types@npm:8.48.1" + checksum: 10/1aa1e3f25b429bcebd9eb45b5252d950f1b24dbc6014a47dff8d00547e2e1ac47f351846fb996b6ebd49da37a85394051d36191cbbbf2c431b8db9d95afd198d languageName: node linkType: hard @@ -4153,14 +4153,14 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.48.0": - version: 8.48.0 - resolution: "@typescript-eslint/typescript-estree@npm:8.48.0" +"@typescript-eslint/typescript-estree@npm:8.48.1": + version: 8.48.1 + resolution: "@typescript-eslint/typescript-estree@npm:8.48.1" dependencies: - "@typescript-eslint/project-service": "npm:8.48.0" - "@typescript-eslint/tsconfig-utils": "npm:8.48.0" - "@typescript-eslint/types": "npm:8.48.0" - "@typescript-eslint/visitor-keys": "npm:8.48.0" + "@typescript-eslint/project-service": "npm:8.48.1" + "@typescript-eslint/tsconfig-utils": "npm:8.48.1" + "@typescript-eslint/types": "npm:8.48.1" + "@typescript-eslint/visitor-keys": "npm:8.48.1" debug: "npm:^4.3.4" minimatch: "npm:^9.0.4" semver: "npm:^7.6.0" @@ -4168,7 +4168,7 @@ __metadata: ts-api-utils: "npm:^2.1.0" peerDependencies: typescript: ">=4.8.4 <6.0.0" - checksum: 10/8ee6b9e98dd72d567b8842a695578b2098bd8cdcf5628d2819407a52b533a5a139ba9a5620976641bc4553144a1b971d75f2df218a7c281fe674df25835e9e22 + checksum: 10/485aa44d22453396dbe61c560c6f583bf876f971d9e70773093cd729279f88184cf5793bf706033bbd8465cce6f9d045b63574727d58d5996519c29e1adbbfe5 languageName: node linkType: hard @@ -4187,18 +4187,18 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:8.48.0": - version: 8.48.0 - resolution: "@typescript-eslint/utils@npm:8.48.0" +"@typescript-eslint/utils@npm:8.48.1": + version: 8.48.1 + resolution: "@typescript-eslint/utils@npm:8.48.1" dependencies: "@eslint-community/eslint-utils": "npm:^4.7.0" - "@typescript-eslint/scope-manager": "npm:8.48.0" - "@typescript-eslint/types": "npm:8.48.0" - "@typescript-eslint/typescript-estree": "npm:8.48.0" + "@typescript-eslint/scope-manager": "npm:8.48.1" + "@typescript-eslint/types": "npm:8.48.1" + "@typescript-eslint/typescript-estree": "npm:8.48.1" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <6.0.0" - checksum: 10/980b9faeaae0357bd7c002b15ab3bbcb7d5e4558be5df7980cf5221b41570a1a7b7d71ea2fcc8b1387f6c0db948d01468e6dcb31230d6757e28ac2ee5d8be4cf + checksum: 10/34afe5cf78020b682473e6529d6268eb8015bdb020a3c5303c4abb230d4d7c39e6fc8b9df58d1f0f35a1ceeb5d6182e71e42fe7a28dde8ffc31f8560f2dacc7c languageName: node linkType: hard @@ -4212,13 +4212,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.48.0": - version: 8.48.0 - resolution: "@typescript-eslint/visitor-keys@npm:8.48.0" +"@typescript-eslint/visitor-keys@npm:8.48.1": + version: 8.48.1 + resolution: "@typescript-eslint/visitor-keys@npm:8.48.1" dependencies: - "@typescript-eslint/types": "npm:8.48.0" + "@typescript-eslint/types": "npm:8.48.1" eslint-visitor-keys: "npm:^4.2.1" - checksum: 10/f9eaff8225b3b00e486e0221bd596b08a3ed463f31fab88221256908f6208c48f745281b7b92e6358d25e1dbdc37c6c2f4b42503403c24b071165bafd9a35d52 + checksum: 10/63aa165c57e6b38700adf84da2e90537577cdeb69d05031e3e70785fa412d96d539dc4c1696a0b7bc93284613f8b92fb1bb40f6068bb75347a942120b246ac60 languageName: node linkType: hard @@ -4602,7 +4602,7 @@ __metadata: "@eslint/js": "npm:^9.39.1" "@types/node": "npm:^24.10.1" eslint-config-prettier: "npm:^10.1.8" - eslint-config-turbo: "npm:^2.6.1" + eslint-config-turbo: "npm:^2.6.3" eslint-config-xo: "npm:^0.49.0" eslint-config-xo-react: "npm:^0.29.0" eslint-config-xo-typescript: "npm:^9.0.0" @@ -4617,7 +4617,7 @@ __metadata: eslint-plugin-unicorn: "npm:^62.0.0" globals: "npm:^16.5.0" typescript: "npm:^5.9.3" - typescript-eslint: "npm:^8.48.0" + typescript-eslint: "npm:^8.48.1" peerDependencies: eslint: ^9.26.0 languageName: unknown @@ -4634,7 +4634,7 @@ __metadata: nats.ws: "npm:^1.30.3" rollup-plugin-sourcemaps: "npm:^0.6.3" tsup: "npm:^8.5.1" - type-fest: "npm:^5.2.0" + type-fest: "npm:^5.3.1" vite: "npm:^7.2.6" vite-plugin-dts: "npm:^4.5.4" vite-tsconfig-paths: "npm:^5.1.4" @@ -4673,7 +4673,7 @@ __metadata: "@types/node": "npm:^24.10.1" "@wasmcloud/prettier-config": "workspace:*" eslint: "npm:^9.38.0" - eslint-config-turbo: "npm:^2.6.1" + eslint-config-turbo: "npm:^2.6.3" prettier: "npm:^3.7.3" turbo: "npm:^2.6.1" typescript: "npm:^5.9.3" @@ -6580,15 +6580,15 @@ __metadata: languageName: node linkType: hard -"eslint-config-turbo@npm:^2.6.1": - version: 2.6.1 - resolution: "eslint-config-turbo@npm:2.6.1" +"eslint-config-turbo@npm:^2.6.3": + version: 2.6.3 + resolution: "eslint-config-turbo@npm:2.6.3" dependencies: - eslint-plugin-turbo: "npm:2.6.1" + eslint-plugin-turbo: "npm:2.6.3" peerDependencies: eslint: ">6.6.0" turbo: ">2.0.0" - checksum: 10/a661b92280db4311fa7bc31d815590958e0d9f8c352c593f36779e2b0b6629ed461e86f7634a7102e2cb6f3d8a4571a5aa1312d5345c5b256243720363f34b25 + checksum: 10/f090b48af7dbaeb8470f6903eae3c033a7c45b1c1b6847a6c53df1b25c920f8d768cfe5bb910a3232f7d5cba47a67b99a6629bf01a1f8f86101584fd4cb140f0 languageName: node linkType: hard @@ -6809,15 +6809,15 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-turbo@npm:2.6.1": - version: 2.6.1 - resolution: "eslint-plugin-turbo@npm:2.6.1" +"eslint-plugin-turbo@npm:2.6.3": + version: 2.6.3 + resolution: "eslint-plugin-turbo@npm:2.6.3" dependencies: dotenv: "npm:16.0.3" peerDependencies: eslint: ">6.6.0" turbo: ">2.0.0" - checksum: 10/254d485d7d14487a73c580a8721700e1fc4de4023a3caa01f1d867ba0bf5a129fa68641460658bdd0e97532c7cea1a8c9e48a796d58ac2121e2cece01e898825 + checksum: 10/d79c91ec3cd11a7e331b7b70dc13c560f2f9dae9c81d6c2092965b747eb2230a0350c0c8b956c20b656eff41f51401e53ab9026e9a1f8cf02bfc8de494fa449e languageName: node linkType: hard @@ -9238,12 +9238,12 @@ __metadata: languageName: node linkType: hard -"lucide-react@npm:^0.555.0": - version: 0.555.0 - resolution: "lucide-react@npm:0.555.0" +"lucide-react@npm:^0.556.0": + version: 0.556.0 + resolution: "lucide-react@npm:0.556.0" peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 - checksum: 10/3f6c7ea61df3927e43cb9251ceddec58382b6bddf266737ee2c8462fd80cc022e972f7a807ce594d17b75828579bea8363be069023062f78724ffa2a56184e42 + checksum: 10/571df5109953ca6bd91e2723ae9347a647f0c31274f79ac4c53cb9faa3ca22cf68aace5211dcb61197e5fdec7bcadd4a9b8a0ae22e6ba5669e8a8ae6ddd906e0 languageName: node linkType: hard @@ -10560,12 +10560,12 @@ __metadata: languageName: node linkType: hard -"react-hook-form@npm:^7.67.0": - version: 7.67.0 - resolution: "react-hook-form@npm:7.67.0" +"react-hook-form@npm:^7.68.0": + version: 7.68.0 + resolution: "react-hook-form@npm:7.68.0" peerDependencies: react: ^16.8.0 || ^17 || ^18 || ^19 - checksum: 10/0e74a48b2da0f79166d5c6701f78a08fd5165e901e46ce5a578f0a2f25005e861023ffb35c1a96373c23701a84c3fce2111c4aced824d2ca08c9b2420a645551 + checksum: 10/c9624924cd324ee5560de51715361d754d24591734b1cf2b87c95477d35f5ca01b10e94d477bebe215afd37914c5cdbd4a717ead910d8de67f346f517f5a8d92 languageName: node linkType: hard @@ -10618,21 +10618,21 @@ __metadata: languageName: node linkType: hard -"react-router-dom@npm:^7.9.6": - version: 7.9.6 - resolution: "react-router-dom@npm:7.9.6" +"react-router-dom@npm:^7.10.1": + version: 7.10.1 + resolution: "react-router-dom@npm:7.10.1" dependencies: - react-router: "npm:7.9.6" + react-router: "npm:7.10.1" peerDependencies: react: ">=18" react-dom: ">=18" - checksum: 10/fd8ecd098abbff9355d17038143fb42db61fd0b28ede3ac5f6a945009cc61dca86745a4da331904b1b7918055844c9d8bdbc6565b934267b516b2db7dea6ab1a + checksum: 10/a3dbf65aa036015a8199bc40a0863bda8234ed71c0df32e5c7355380ff1337aa346cc516837c2e4dce0edd6a96d3d9625cbcccd388b265b8b809f0d89cd3e85f languageName: node linkType: hard -"react-router@npm:7.9.6": - version: 7.9.6 - resolution: "react-router@npm:7.9.6" +"react-router@npm:7.10.1": + version: 7.10.1 + resolution: "react-router@npm:7.10.1" dependencies: cookie: "npm:^1.0.1" set-cookie-parser: "npm:^2.6.0" @@ -10642,7 +10642,7 @@ __metadata: peerDependenciesMeta: react-dom: optional: true - checksum: 10/f34714b3701caf689c306631f5326a9fdab585799021c234aa3eee75bed6bfcea9250f0867e984e4e3c43c77d947c41bd47b70c0601d76c4290e03247fb7ac23 + checksum: 10/0de854fe2d7d4d8f62337b829dd51fc8ce8167d8dd57e286b55ed6113a5910abe94164f47dda5f0bf2b4344abddaaf1ad6cbe87c0e63ab1ab3766155262dd7da languageName: node linkType: hard @@ -12273,12 +12273,12 @@ __metadata: languageName: node linkType: hard -"type-fest@npm:^5.2.0": - version: 5.2.0 - resolution: "type-fest@npm:5.2.0" +"type-fest@npm:^5.3.1": + version: 5.3.1 + resolution: "type-fest@npm:5.3.1" dependencies: tagged-tag: "npm:^1.0.0" - checksum: 10/4ce526139c05e92a1d92fa905840ff9ae725b8058df5a5571380bca1827db1f2e4e204c9d561fd63e972d45591dd4d38eab5f5529c0af93d6cfb5f99109aa74a + checksum: 10/1015eeae6ba0961b6d7c010f2ca9ad142891e1d1f5e1ff898ee73ec8c82529100bce63ce57ae657b1dc788f7a5f209e600ebc33241b0de433a8c5e7f2018b331 languageName: node linkType: hard @@ -12402,18 +12402,18 @@ __metadata: languageName: node linkType: hard -"typescript-eslint@npm:^8.48.0": - version: 8.48.0 - resolution: "typescript-eslint@npm:8.48.0" +"typescript-eslint@npm:^8.48.1": + version: 8.48.1 + resolution: "typescript-eslint@npm:8.48.1" dependencies: - "@typescript-eslint/eslint-plugin": "npm:8.48.0" - "@typescript-eslint/parser": "npm:8.48.0" - "@typescript-eslint/typescript-estree": "npm:8.48.0" - "@typescript-eslint/utils": "npm:8.48.0" + "@typescript-eslint/eslint-plugin": "npm:8.48.1" + "@typescript-eslint/parser": "npm:8.48.1" + "@typescript-eslint/typescript-estree": "npm:8.48.1" + "@typescript-eslint/utils": "npm:8.48.1" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <6.0.0" - checksum: 10/9be54df60faf3b5a6d255032b4478170b6f64e38b8396475a2049479d1e3c1f5a23a18bb4d2d6ff685ef92ff8f2af28215772fe33b48148a8cf83a724d0778d1 + checksum: 10/2b5318d74f9b8c4cd5d253b4d5249a184a0c5ed9eaf998a604c0d7b816acdc04f40570964d35fc5c93d40171ed3d95b8eef721578b7bedc8433607f4f7e59520 languageName: node linkType: hard @@ -12960,15 +12960,15 @@ __metadata: eslint: "npm:^9.38.0" execa: "npm:^9.6.1" get-port: "npm:^7.1.0" - lucide-react: "npm:^0.555.0" + lucide-react: "npm:^0.556.0" nats.ws: "npm:^1.30.3" pino: "npm:^10.1.0" postcss: "npm:^8.5.6" prettier: "npm:^3.7.3" react: "npm:19.2.0" react-dom: "npm:19.2.0" - react-hook-form: "npm:^7.67.0" - react-router-dom: "npm:^7.9.6" + react-hook-form: "npm:^7.68.0" + react-router-dom: "npm:^7.10.1" rollup-plugin-sourcemaps: "npm:^0.6.3" tailwind-merge: "npm:^3.3.1" tailwindcss: "npm:^4.1.16"