Skip to content

Commit

Permalink
Bump cookie from 0.7.2 to 1.0.0 (#4294)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pedro Ferreira <[email protected]>
  • Loading branch information
dependabot[bot] and apedroferreira authored Oct 25, 2024
1 parent 1ef74f0 commit ef11be0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/toolpad-studio-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-runtime/src/serverRuntime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface ServerContext {
/**
* A dictionary mapping cookie name to cookie value.
*/
cookies: Record<string, string>;
cookies: Record<string, string | undefined>;
/**
* Use to set a cookie `name` with `value`.
*/
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef11be0

Please sign in to comment.