From a53ad07d190e4eda387f4bd5c92ae742f8a27ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 08:12:01 +0000 Subject: [PATCH] chore(deps-dev): bump @sveltejs/kit Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.0.0-next.326 to 1.0.0-next.328. - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.0.0-next.328/packages/kit) --- updated-dependencies: - dependency-name: "@sveltejs/kit" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 668c4a4d..4c8dc50f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@cypress/snapshot": "^2.1.7", "@sveltejs/adapter-static": "1.0.0-next.30", - "@sveltejs/kit": "1.0.0-next.326", + "@sveltejs/kit": "1.0.0-next.328", "@types/mermaid": "^8.2.9", "@types/pako": "^2.0.0", "@typescript-eslint/eslint-plugin": "^4.33.0", diff --git a/yarn.lock b/yarn.lock index 74183827..00b5c5f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -208,10 +208,10 @@ dependencies: tiny-glob "^0.2.9" -"@sveltejs/kit@1.0.0-next.326": - version "1.0.0-next.326" - resolved "https://registry.yarnpkg.com/@sveltejs/kit/-/kit-1.0.0-next.326.tgz#fe9bfe68ebbdc7ede9b9faf9d504e8fa83f17311" - integrity sha512-prJqmXZ2H1wmFfnMw7wDujfbkcA8vuubuqUkpVVmXhfh2+SEzQscPTNwxoE5EJxb5sywtLWEvYx3hv1gPS4Lvg== +"@sveltejs/kit@1.0.0-next.328": + version "1.0.0-next.328" + resolved "https://registry.yarnpkg.com/@sveltejs/kit/-/kit-1.0.0-next.328.tgz#9fdc98880b97b650515f11db9e26bae81115fca3" + integrity sha512-L1RJ7wwLkOgo7aE+JiYppJEtVsSIpGPfgBZtjrS3J0avXVYUSTy+AfXbvjFJxTdk94uuCcTLUk/0vVODFm+Khg== dependencies: "@sveltejs/vite-plugin-svelte" "^1.0.0-next.32" chokidar "^3.5.3"