From ff5b055196713f7241dc72137ff538bfa2e5b9ef Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 10 Dec 2024 16:56:47 +0000
Subject: [PATCH] deps(dev): bump @sveltejs/kit from 2.9.0 to 2.9.1 (#2525)
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.9.0 to 2.9.1.
Release notes
Sourced from @sveltejs/kit
's releases.
@sveltejs/kit
@2
.9.1
Patch Changes
- fix: correctly match route groups preceding optional parameters (#13099)
Changelog
Sourced from @sveltejs/kit
's changelog.
2.9.1
Patch Changes
- fix: correctly match route groups preceding optional parameters (#13099)
Commits
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sveltejs/kit&package-manager=npm_and_yarn&previous-version=2.9.0&new-version=2.9.1)](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 a3adbe146..eb754a7d6 100644
--- a/nosecone-sveltekit/package.json
+++ b/nosecone-sveltekit/package.json
@@ -49,7 +49,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.34",
"@arcjet/tsconfig": "1.0.0-alpha.34",
"@rollup/wasm-node": "4.28.1",
- "@sveltejs/kit": "^2.9.0",
+ "@sveltejs/kit": "^2.9.1",
"@types/node": "18.18.0",
"typescript": "5.7.2"
},
diff --git a/package-lock.json b/package-lock.json
index e94133510..90adbc12a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3074,9 +3074,9 @@
}
},
"node_modules/@sveltejs/kit": {
- "version": "2.9.0",
- "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.9.0.tgz",
- "integrity": "sha512-W3E7ed3ChB6kPqRs2H7tcHp+Z7oiTFC6m+lLyAQQuyXeqw6LdNuuwEUla+5VM0OGgqQD+cYD6+7Xq80vVm17Vg==",
+ "version": "2.9.1",
+ "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.9.1.tgz",
+ "integrity": "sha512-D+yH3DTvvkjXdl3Xv7akKmolrArDZRtsFv3nlxJPjlIKsZEpkkInnomKJuAql2TrNGJ2dJMGBO1YYgVn2ILmag==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
@@ -8270,7 +8270,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.34",
"@arcjet/tsconfig": "1.0.0-alpha.34",
"@rollup/wasm-node": "4.28.1",
- "@sveltejs/kit": "^2.9.0",
+ "@sveltejs/kit": "^2.9.1",
"@types/node": "18.18.0",
"typescript": "5.7.2"
},