From fefc402ef1682ff9c8403c91d43a29af58c0079b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 27 Nov 2024 23:00:56 +0000
Subject: [PATCH] deps(dev): bump @sveltejs/kit from 2.8.4 to 2.8.5 (#2359)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.8.4 to 2.8.5.
Release notes
Sourced from @sveltejs/kit
's releases.
@sveltejs/kit
@2
.8.5
Patch Changes
- fix: don't hydrate when falling back to error page (#13056)
Changelog
Sourced from @sveltejs/kit
's changelog.
2.8.5
Patch Changes
- fix: don't hydrate when falling back to error page (#13056)
Commits
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sveltejs/kit&package-manager=npm_and_yarn&previous-version=2.8.4&new-version=2.8.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
---
nosecone-sveltekit/package.json | 2 +-
package-lock.json | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/nosecone-sveltekit/package.json b/nosecone-sveltekit/package.json
index e51488486..45ecc43b6 100644
--- a/nosecone-sveltekit/package.json
+++ b/nosecone-sveltekit/package.json
@@ -49,7 +49,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.32",
"@arcjet/tsconfig": "1.0.0-alpha.32",
"@rollup/wasm-node": "4.27.4",
- "@sveltejs/kit": "^2.8.4",
+ "@sveltejs/kit": "^2.8.5",
"@types/node": "18.18.0",
"typescript": "5.7.2"
},
diff --git a/package-lock.json b/package-lock.json
index e09e2bf27..e214a49bf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3272,9 +3272,9 @@
}
},
"node_modules/@sveltejs/kit": {
- "version": "2.8.4",
- "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.8.4.tgz",
- "integrity": "sha512-oDSBHPokbP2iaQlHiEWAkVLsIugsXve8YtABtlyHBUljA63Wgx0UtV8MSOQOGpRft1M+Cd5rzer+0SFlppQwOg==",
+ "version": "2.8.5",
+ "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.8.5.tgz",
+ "integrity": "sha512-5ry1jPd4r9knsphDK2eTYUFPhFZMqF0PHFfa8MdMQCqWaKwLSXdFMU/Vevih1I7C1/VNB5MvTuFl1kXu5vx8UA==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
@@ -8513,7 +8513,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.32",
"@arcjet/tsconfig": "1.0.0-alpha.32",
"@rollup/wasm-node": "4.27.4",
- "@sveltejs/kit": "^2.8.4",
+ "@sveltejs/kit": "^2.8.5",
"@types/node": "18.18.0",
"typescript": "5.7.2"
},