From ef11be00775937221224c128414b1a9de3370e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:53:56 +0100 Subject: [PATCH] Bump cookie from 0.7.2 to 1.0.0 (#4294) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pedro Ferreira <10789765+apedroferreira@users.noreply.github.com> --- packages/toolpad-studio-runtime/package.json | 2 +- .../src/serverRuntime.ts | 2 +- pnpm-lock.yaml | 22 +++++++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/toolpad-studio-runtime/package.json b/packages/toolpad-studio-runtime/package.json index a0102af86c6..7a70dce9fab 100644 --- a/packages/toolpad-studio-runtime/package.json +++ b/packages/toolpad-studio-runtime/package.json @@ -49,7 +49,7 @@ "@toolpad/utils": "workspace:*", "@types/json-schema": "7.0.15", "@webcontainer/env": "1.1.1", - "cookie": "0.7.2", + "cookie": "1.0.0", "fractional-indexing": "3.2.0", "invariant": "2.2.4", "nanoid": "5.0.7", diff --git a/packages/toolpad-studio-runtime/src/serverRuntime.ts b/packages/toolpad-studio-runtime/src/serverRuntime.ts index d9424c4ad2e..b484453cc1a 100644 --- a/packages/toolpad-studio-runtime/src/serverRuntime.ts +++ b/packages/toolpad-studio-runtime/src/serverRuntime.ts @@ -16,7 +16,7 @@ export interface ServerContext { /** * A dictionary mapping cookie name to cookie value. */ - cookies: Record; + cookies: Record; /** * Use to set a cookie `name` with `value`. */ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7814bb2f6b5..738176f679c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1116,8 +1116,8 @@ importers: specifier: 1.1.1 version: 1.1.1 cookie: - specifier: 0.7.2 - version: 0.7.2 + specifier: 1.0.0 + version: 1.0.0 fractional-indexing: specifier: 3.2.0 version: 3.2.0 @@ -2052,7 +2052,7 @@ packages: resolution: {integrity: sha512-GjV0/mUEEXpi1U5ZgDprMRRgajGMRW3G5FjMr5KLKD8nT2fTG8+h/klV3+6Dm5739QE+K5+2e91qFKAYI3pmRg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/core': ^7.25.8 '@babel/preset-typescript@7.25.7': resolution: {integrity: sha512-rkkpaXJZOFN45Fb+Gki0c+KMIglk4+zZXOoMJuyEK8y8Kkc8Jd3BDmP7qPsz0zQMJj+UD7EprF+AqAXcILnexw==} @@ -2122,7 +2122,7 @@ packages: '@docsearch/react@3.6.2': resolution: {integrity: sha512-rtZce46OOkVflCQH71IdbXSFK+S8iJZlUF56XBW5rIgx/eG5qoomC7Ag3anZson1bBac/JFQn7XOBfved/IMRA==} peerDependencies: - '@types/react': '>= 16.8.0 < 19.0.0' + '@types/react': ^18.3.11 react: '>= 16.8.0 < 19.0.0' react-dom: '>= 16.8.0 < 19.0.0' search-insights: '>= 1 < 3' @@ -2944,7 +2944,7 @@ packages: resolution: {integrity: sha512-w8twR3qCUI+uJHO5xDOuc1yB5l46KFbvNsTwIvEW9tQkKxVaiEFf2GAXHuvFJiHfZLqjzett6drZjghy8D1Z1A==} engines: {node: '>=14.0.0'} peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 + '@types/react': ^18.3.11 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -4044,8 +4044,8 @@ packages: engines: {node: '>=18'} peerDependencies: '@testing-library/dom': ^10.0.0 - '@types/react': ^18.0.0 - '@types/react-dom': ^18.0.0 + '@types/react': ^18.3.11 + '@types/react-dom': 18.3.1 react: ^18.0.0 react-dom: ^18.0.0 peerDependenciesMeta: @@ -5393,9 +5393,9 @@ packages: resolution: {integrity: sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==} engines: {node: '>= 0.6'} - cookie@0.7.2: - resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} - engines: {node: '>= 0.6'} + cookie@1.0.0: + resolution: {integrity: sha512-bsSztFoaR8bw9MlFCrTHzc1wOKCUKOBsbgFdoDilZDkETAOOjKSqV7L+EQLbTaylwvZasd9vM4MGKotJaUfSpA==} + engines: {node: '>=18'} copy-anything@3.0.5: resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==} @@ -15242,7 +15242,7 @@ snapshots: cookie@0.7.1: {} - cookie@0.7.2: {} + cookie@1.0.0: {} copy-anything@3.0.5: dependencies: