From 23a5864a9e7b2a0ef9131c4285f4011dad82f2ec Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 3 Dec 2024 18:01:46 +0000
Subject: [PATCH] deps(dev): bump @sveltejs/kit from 2.8.5 to 2.9.0 (#2382)
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.5 to 2.9.0.
Release notes
Sourced from @sveltejs/kit
's releases.
@sveltejs/kit
@2
.9.0
Minor Changes
Patch Changes
- fix: transform link[rel='shortcut icon'] and link[rel='apple-touch-icon'] to be absolute to avoid console error when navigating (#13077)
Changelog
Sourced from @sveltejs/kit
's changelog.
2.9.0
Minor Changes
Patch Changes
- fix: transform link[rel='shortcut icon'] and link[rel='apple-touch-icon'] to be absolute to avoid console error when navigating (#13077)
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.5&new-version=2.9.0)](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 | 20 ++++++++++----------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/nosecone-sveltekit/package.json b/nosecone-sveltekit/package.json
index a8284b548..34a7f72ef 100644
--- a/nosecone-sveltekit/package.json
+++ b/nosecone-sveltekit/package.json
@@ -49,7 +49,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.33",
"@arcjet/tsconfig": "1.0.0-alpha.33",
"@rollup/wasm-node": "4.28.0",
- "@sveltejs/kit": "^2.8.5",
+ "@sveltejs/kit": "^2.9.0",
"@types/node": "18.18.0",
"typescript": "5.7.2"
},
diff --git a/package-lock.json b/package-lock.json
index f96a20f79..deb564e35 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3272,9 +3272,9 @@
}
},
"node_modules/@sveltejs/kit": {
- "version": "2.8.5",
- "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.8.5.tgz",
- "integrity": "sha512-5ry1jPd4r9knsphDK2eTYUFPhFZMqF0PHFfa8MdMQCqWaKwLSXdFMU/Vevih1I7C1/VNB5MvTuFl1kXu5vx8UA==",
+ "version": "2.9.0",
+ "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.9.0.tgz",
+ "integrity": "sha512-W3E7ed3ChB6kPqRs2H7tcHp+Z7oiTFC6m+lLyAQQuyXeqw6LdNuuwEUla+5VM0OGgqQD+cYD6+7Xq80vVm17Vg==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
@@ -3282,7 +3282,7 @@
"@types/cookie": "^0.6.0",
"cookie": "^0.6.0",
"devalue": "^5.1.0",
- "esm-env": "^1.0.0",
+ "esm-env": "^1.2.1",
"import-meta-resolve": "^4.1.0",
"kleur": "^4.1.5",
"magic-string": "^0.30.5",
@@ -3299,9 +3299,9 @@
"node": ">=18.13"
},
"peerDependencies": {
- "@sveltejs/vite-plugin-svelte": "^3.0.0 || ^4.0.0-next.1",
+ "@sveltejs/vite-plugin-svelte": "^3.0.0 || ^4.0.0-next.1 || ^5.0.0",
"svelte": "^4.0.0 || ^5.0.0-next.0",
- "vite": "^5.0.3"
+ "vite": "^5.0.3 || ^6.0.0"
}
},
"node_modules/@sveltejs/kit/node_modules/kleur": {
@@ -4723,9 +4723,9 @@
}
},
"node_modules/esm-env": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/esm-env/-/esm-env-1.1.4.tgz",
- "integrity": "sha512-oO82nKPHKkzIj/hbtuDYy/JHqBHFlMIW36SDiPCVsj87ntDLcWN+sJ1erdVryd4NxODacFTsdrIE3b7IamqbOg==",
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/esm-env/-/esm-env-1.2.1.tgz",
+ "integrity": "sha512-U9JedYYjCnadUlXk7e1Kr+aENQhtUaoaV9+gZm1T8LC/YBAPJx3NSPIAurFOC0U5vrdSevnUJS2/wUVxGwPhng==",
"dev": true,
"license": "MIT"
},
@@ -8513,7 +8513,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.33",
"@arcjet/tsconfig": "1.0.0-alpha.33",
"@rollup/wasm-node": "4.28.0",
- "@sveltejs/kit": "^2.8.5",
+ "@sveltejs/kit": "^2.9.0",
"@types/node": "18.18.0",
"typescript": "5.7.2"
},