From 9b36c6c3e1960ae8186cc27b4328342878858e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:09:25 +0000 Subject: [PATCH] Bump @sveltejs/kit in /src/Exceptionless.Web/ClientApp Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.19.0 to 2.20.5. - [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.20.5/packages/kit) --- updated-dependencies: - dependency-name: "@sveltejs/kit" dependency-version: 2.20.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/Exceptionless.Web/ClientApp/package-lock.json | 8 ++++---- src/Exceptionless.Web/ClientApp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index 868eacbfb..f9a845be1 100644 --- a/src/Exceptionless.Web/ClientApp/package-lock.json +++ b/src/Exceptionless.Web/ClientApp/package-lock.json @@ -47,7 +47,7 @@ "@storybook/sveltekit": "^8.6.4", "@storybook/test": "^8.6.4", "@sveltejs/adapter-static": "^3.0.8", - "@sveltejs/kit": "^2.19.0", + "@sveltejs/kit": "^2.20.5", "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tailwindcss/vite": "^4.0.12", "@testing-library/jest-dom": "^6.6.3", @@ -2140,9 +2140,9 @@ } }, "node_modules/@sveltejs/kit": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.19.0.tgz", - "integrity": "sha512-UTx28Ad4sYsLU//gqkEo5aFOPFBRT2uXCmXTsURqhurDCvzkVwXruJgBcHDaMiK6RKKpYRteDUaXYqZyGPgCXQ==", + "version": "2.20.5", + "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.20.5.tgz", + "integrity": "sha512-zT/97KvVUo19jEGZa972ls7KICjPCB53j54TVxnEFT5VEwL16G+YFqRVwJbfxh7AmS7/Ptr1rKF7Qt4FBMDNlw==", "license": "MIT", "dependencies": { "@types/cookie": "^0.6.0", diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index 568d63358..4494ea6a6 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -39,7 +39,7 @@ "@storybook/sveltekit": "^8.6.4", "@storybook/test": "^8.6.4", "@sveltejs/adapter-static": "^3.0.8", - "@sveltejs/kit": "^2.19.0", + "@sveltejs/kit": "^2.20.5", "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tailwindcss/vite": "^4.0.12", "@testing-library/jest-dom": "^6.6.3",