From beabd0d850966c3c6f8b8e1f74bed9afbe0007dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 09:38:13 +0000 Subject: [PATCH] chore: bump @vue/tsconfig Bumps the minor-and-patch group with 1 update in the /web directory: [@vue/tsconfig](https://github.com/vuejs/tsconfig). Updates `@vue/tsconfig` from 0.7.0 to 0.9.0 - [Release notes](https://github.com/vuejs/tsconfig/releases) - [Commits](https://github.com/vuejs/tsconfig/compare/v0.7.0...v0.9.0) --- updated-dependencies: - dependency-name: "@vue/tsconfig" dependency-version: 0.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 66 ++++++++++++++++++++++++++++++++++++++++--- web/package.json | 2 +- 2 files changed, 63 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 260f0d98d0..2480ea08c3 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -29,7 +29,7 @@ "@vitejs/plugin-vue": "^5", "@vitest/coverage-v8": "^3.2.4", "@vue/test-utils": "^2", - "@vue/tsconfig": "^0.7", + "@vue/tsconfig": "^0.9", "eslint": "^9", "eslint-plugin-security": "^4.0.0", "eslint-plugin-vue": "^9", @@ -1561,6 +1561,64 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.8.1", + "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.8.1", + "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", + "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.1.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.1.tgz", @@ -2378,9 +2436,9 @@ } }, "node_modules/@vue/tsconfig": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.7.0.tgz", - "integrity": "sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.9.0.tgz", + "integrity": "sha512-RP+v9Cpbsk1ZVXltCHHkYBr7+624x6gcijJXVjIcsYk7JXqvIpRtMwU2ARLvWDhmy9ffdFYxhsfJnPztADBohQ==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/web/package.json b/web/package.json index 8129b28de5..fa35238118 100644 --- a/web/package.json +++ b/web/package.json @@ -35,7 +35,7 @@ "@vitejs/plugin-vue": "^5", "@vitest/coverage-v8": "^3.2.4", "@vue/test-utils": "^2", - "@vue/tsconfig": "^0.7", + "@vue/tsconfig": "^0.9", "eslint": "^9", "eslint-plugin-security": "^4.0.0", "eslint-plugin-vue": "^9",