From b835f619106f61248b088bb19eae6af79ada383b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:56:00 +0000 Subject: [PATCH] build(deps-dev): bump @sveltejs/kit in /src/Exceptionless.Web/ClientApp Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.21.2 to 2.21.3. - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.21.3/packages/kit) --- updated-dependencies: - dependency-name: "@sveltejs/kit" dependency-version: 2.21.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Exceptionless.Web/ClientApp/package-lock.json | 11 ++++++----- src/Exceptionless.Web/ClientApp/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index d47a6ff75..d49952dae 100644 --- a/src/Exceptionless.Web/ClientApp/package-lock.json +++ b/src/Exceptionless.Web/ClientApp/package-lock.json @@ -47,7 +47,7 @@ "@storybook/addon-svelte-csf": "^5.0.3", "@storybook/sveltekit": "^9.0.6", "@sveltejs/adapter-static": "^3.0.8", - "@sveltejs/kit": "^2.21.2", + "@sveltejs/kit": "^2.21.3", "@sveltejs/vite-plugin-svelte": "^5.1.0", "@tailwindcss/vite": "^4.1.8", "@testing-library/jest-dom": "^6.6.3", @@ -1982,9 +1982,9 @@ } }, "node_modules/@sveltejs/kit": { - "version": "2.21.2", - "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.21.2.tgz", - "integrity": "sha512-EMYTY4+rNa7TaRZYzCqhQslEkACEZzWc363jOYuc90oJrgvlWTcgqTxcGSIJim48hPaXwYlHyatRnnMmTFf5tA==", + "version": "2.21.3", + "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.21.3.tgz", + "integrity": "sha512-Bd05srNOaqP05qnytjg/KkWNlkcwEpE76s0xGSlgzL4I8pLyrK3c9+a7zMCquoiEEIZF2ecGTn6Fj/lELjaa8A==", "license": "MIT", "dependencies": { "@sveltejs/acorn-typescript": "^1.0.5", @@ -1998,7 +1998,8 @@ "mrmime": "^2.0.0", "sade": "^1.8.1", "set-cookie-parser": "^2.6.0", - "sirv": "^3.0.0" + "sirv": "^3.0.0", + "vitefu": "^1.0.6" }, "bin": { "svelte-kit": "svelte-kit.js" diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index 2d4f2b3ea..69c9a2d4b 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -35,7 +35,7 @@ "@storybook/addon-svelte-csf": "^5.0.3", "@storybook/sveltekit": "^9.0.6", "@sveltejs/adapter-static": "^3.0.8", - "@sveltejs/kit": "^2.21.2", + "@sveltejs/kit": "^2.21.3", "@sveltejs/vite-plugin-svelte": "^5.1.0", "@tailwindcss/vite": "^4.1.8", "@testing-library/jest-dom": "^6.6.3",