From 399d85114eabdd06077af96042b8a7da21cac18a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:29:59 +0000 Subject: [PATCH] deps(dev): Bump @sveltejs/kit from 2.8.1 to 2.8.3 (#2318) 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.1 to 2.8.3.
Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.8.3

Patch Changes

@​sveltejs/kit@​2.8.2

Patch Changes

Changelog

Sourced from @​sveltejs/kit's changelog.

2.8.3

Patch Changes

2.8.2

Patch Changes

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.1&new-version=2.8.3)](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 6520aa31..019a0a08 100644 --- a/nosecone-sveltekit/package.json +++ b/nosecone-sveltekit/package.json @@ -50,7 +50,7 @@ "@arcjet/rollup-config": "1.0.0-alpha.31", "@arcjet/tsconfig": "1.0.0-alpha.31", "@rollup/wasm-node": "4.27.3", - "@sveltejs/kit": "^2.8.0", + "@sveltejs/kit": "^2.8.3", "@types/node": "18.18.0", "typescript": "5.6.3" }, diff --git a/package-lock.json b/package-lock.json index b13cb14e..3ff98050 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3272,9 +3272,9 @@ } }, "node_modules/@sveltejs/kit": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.8.1.tgz", - "integrity": "sha512-uuOfFwZ4xvnfPsiTB6a4H1ljjTUksGhWnYq5X/Y9z4x5+3uM2Md8q/YVeHL+7w+mygAwoEFdgKZ8YkUuk+VKww==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.8.3.tgz", + "integrity": "sha512-DVBVwugfzzn0SxKA+eAmKqcZ7aHZROCHxH7/pyrOi+HLtQ721eEsctGb9MkhEuqj6q/9S/OFYdn37vdxzFPdvw==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -8513,7 +8513,7 @@ "@arcjet/rollup-config": "1.0.0-alpha.31", "@arcjet/tsconfig": "1.0.0-alpha.31", "@rollup/wasm-node": "4.27.3", - "@sveltejs/kit": "^2.8.0", + "@sveltejs/kit": "^2.8.3", "@types/node": "18.18.0", "typescript": "5.6.3" },