From 280e1362095fe74977055a877359b765ed2ee8fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:07:51 +0000 Subject: [PATCH] Bump @typeschema/class-validator from 0.2.0 to 0.3.0 in /web Bumps [@typeschema/class-validator](https://github.com/decs/typeschema) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/decs/typeschema/releases) - [Commits](https://github.com/decs/typeschema/compare/@typeschema/class-validator@0.2.0...@typeschema/class-validator@0.3.0) --- updated-dependencies: - dependency-name: "@typeschema/class-validator" dependency-version: 0.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 87 +++++++++++++++++++++++++++++++------------ web/package.json | 2 +- 2 files changed, 65 insertions(+), 24 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 17358c8..7acb4b7 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -31,7 +31,7 @@ "@tailwindcss/typography": "^0.5.16", "@tailwindcss/vite": "^4.1.11", "@tanstack/table-core": "^8.21.3", - "@typeschema/class-validator": "^0.2.0", + "@typeschema/class-validator": "^0.3.0", "@vinejs/vine": "^1.8.0", "arktype": "^2.1.20", "autoprefixer": "^10.4.20", @@ -2328,6 +2328,66 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.6.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.1.0", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.6.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.1.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.0.7", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.5.0", + "@emnapi/runtime": "^1.5.0", + "@tybys/wasm-util": "^0.10.1" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.1.17", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.17.tgz", @@ -2432,9 +2492,9 @@ "license": "MIT" }, "node_modules/@typeschema/class-validator": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@typeschema/class-validator/-/class-validator-0.2.0.tgz", - "integrity": "sha512-zq0qeflVu1Z6D0ttkqAWZMtxJeNEQ70yo/025sV0jujiOOgQx38JXrky77nSWWPp2E1KIMtgkToQbkzkXyW5yg==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@typeschema/class-validator/-/class-validator-0.3.0.tgz", + "integrity": "sha512-OJSFeZDIQ8EK1HTljKLT5CItM2wsbgczLN8tMEfz3I1Lmhc5TBfkZ0eikFzUC16tI3d1Nag7um6TfCgp2I2Bww==", "dev": true, "license": "MIT", "dependencies": { @@ -5694,25 +5754,6 @@ } } }, - "node_modules/sveltekit-superforms/node_modules/@typeschema/class-validator": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@typeschema/class-validator/-/class-validator-0.3.0.tgz", - "integrity": "sha512-OJSFeZDIQ8EK1HTljKLT5CItM2wsbgczLN8tMEfz3I1Lmhc5TBfkZ0eikFzUC16tI3d1Nag7um6TfCgp2I2Bww==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "@typeschema/core": "0.14.0" - }, - "peerDependencies": { - "class-validator": "^0.14.1" - }, - "peerDependenciesMeta": { - "class-validator": { - "optional": true - } - } - }, "node_modules/sveltekit-superforms/node_modules/@vinejs/compiler": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@vinejs/compiler/-/compiler-3.0.0.tgz", diff --git a/web/package.json b/web/package.json index 148a610..9007422 100644 --- a/web/package.json +++ b/web/package.json @@ -32,7 +32,7 @@ "@tailwindcss/typography": "^0.5.16", "@tailwindcss/vite": "^4.1.11", "@tanstack/table-core": "^8.21.3", - "@typeschema/class-validator": "^0.2.0", + "@typeschema/class-validator": "^0.3.0", "@vinejs/vine": "^1.8.0", "arktype": "^2.1.20", "autoprefixer": "^10.4.20",