diff --git a/.changeset/lazy-lions-visit.md b/.changeset/lazy-lions-visit.md new file mode 100644 index 000000000000..200dfa03496d --- /dev/null +++ b/.changeset/lazy-lions-visit.md @@ -0,0 +1,5 @@ +--- +"@sveltejs/kit": patch +--- + +chore(deps): update dependency cookie to ^0.7.0 diff --git a/packages/kit/package.json b/packages/kit/package.json index 67109ec72edf..c4e17d333b4c 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -19,7 +19,7 @@ "type": "module", "dependencies": { "@types/cookie": "^0.6.0", - "cookie": "^0.6.0", + "cookie": "^0.7.0", "devalue": "^5.1.0", "esm-env": "^1.0.0", "import-meta-resolve": "^4.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d5fc647ec3e4..df41c45ffc12 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -408,8 +408,8 @@ importers: specifier: ^0.6.0 version: 0.6.0 cookie: - specifier: ^0.6.0 - version: 0.6.0 + specifier: ^0.7.0 + version: 0.7.0 devalue: specifier: ^5.1.0 version: 5.1.0 @@ -467,7 +467,7 @@ importers: version: 4.2.17 svelte-preprocess: specifier: ^6.0.0 - version: 6.0.0(postcss-load-config@3.1.4(postcss@8.4.39))(postcss@8.4.39)(svelte@4.2.17)(typescript@5.4.5) + version: 6.0.0(postcss-load-config@3.1.4(postcss@8.4.47))(postcss@8.4.47)(svelte@4.2.17)(typescript@5.4.5) typescript: specifier: ^5.3.3 version: 5.4.5 @@ -1180,7 +1180,7 @@ importers: version: 4.2.17 svelte-preprocess: specifier: ^6.0.0 - version: 6.0.0(postcss-load-config@3.1.4(postcss@8.4.39))(postcss@8.4.39)(svelte@4.2.17)(typescript@5.4.5) + version: 6.0.0(postcss-load-config@3.1.4(postcss@8.4.47))(postcss@8.4.47)(svelte@4.2.17)(typescript@5.4.5) typescript: specifier: ^5.3.3 version: 5.4.5 @@ -2519,8 +2519,8 @@ packages: resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} engines: {node: '>= 0.6'} - cookie@0.6.0: - resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} + cookie@0.7.0: + resolution: {integrity: sha512-qCf+V4dtlNhSRXGAZatc1TasyFO6GjohcOul807YOb5ik3+kQSnb4d7iajeCL8QHaJ4uZEjCgiCJerKXwdRVlQ==} engines: {node: '>= 0.6'} cross-env@7.0.3: @@ -5399,7 +5399,7 @@ snapshots: cookie@0.5.0: {} - cookie@0.6.0: {} + cookie@0.7.0: {} cross-env@7.0.3: dependencies: @@ -6372,14 +6372,6 @@ snapshots: '@polka/url': 1.0.0-next.28 trouter: 4.0.0 - postcss-load-config@3.1.4(postcss@8.4.39): - dependencies: - lilconfig: 2.1.0 - yaml: 1.10.2 - optionalDependencies: - postcss: 8.4.39 - optional: true - postcss-load-config@3.1.4(postcss@8.4.47): dependencies: lilconfig: 2.1.0 @@ -6757,14 +6749,14 @@ snapshots: dependencies: svelte: 4.2.17 - svelte-preprocess@6.0.0(postcss-load-config@3.1.4(postcss@8.4.39))(postcss@8.4.39)(svelte@4.2.17)(typescript@5.4.5): + svelte-preprocess@6.0.0(postcss-load-config@3.1.4(postcss@8.4.47))(postcss@8.4.47)(svelte@4.2.17)(typescript@5.4.5): dependencies: detect-indent: 6.1.0 strip-indent: 3.0.0 svelte: 4.2.17 optionalDependencies: - postcss: 8.4.39 - postcss-load-config: 3.1.4(postcss@8.4.39) + postcss: 8.4.47 + postcss-load-config: 3.1.4(postcss@8.4.47) typescript: 5.4.5 svelte2tsx@0.7.18(svelte@4.2.17)(typescript@5.4.5):