From 026da664f5cd9d7f7d215c627ac9f11d1cbf3136 Mon Sep 17 00:00:00 2001 From: Lordfirespeed <28568841+Lordfirespeed@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:58:45 +0000 Subject: [PATCH] chore(deps): bump `@otterhttp/session` --- pnpm-lock.yaml | 16 ++++++++-------- server/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2ed816e..81c0b0a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -171,8 +171,8 @@ importers: specifier: ^0.1.2 version: 0.1.3 '@otterhttp/session': - specifier: ^0.3.1 - version: 0.3.1 + specifier: ^0.3.2 + version: 0.3.2 '@prisma/client': specifier: ^5.19.0 version: 5.21.1(prisma@5.21.1) @@ -912,8 +912,8 @@ packages: resolution: {integrity: sha512-nPQBRUNUCV607NdcprueC8b41n4306yRGNkLZuxXX9VHwnOHRW1oh7BjrE3WMUuTgpCBl6BYhai3u7Qdjv4O4Q==} engines: {node: '>=20.16.0'} - '@otterhttp/session@0.3.1': - resolution: {integrity: sha512-+RZp37FVraTNK1ynAlF2t4/0JZiyWg47pds1M/U5QX2kBntJ8+y5mO55JFESAKovqHS+etgy50fRkEBa6riYAg==} + '@otterhttp/session@0.3.2': + resolution: {integrity: sha512-ISk8s40pCfjxxoqbzQPG/gdSuWijvP/VGiwjSHcZeHVMsMD9Z+8z6/7Bp0ir6Z9fzjIspW+On0c/QhzP95bkiQ==} engines: {node: '>=20'} '@otterhttp/type-is@4.0.1': @@ -3667,7 +3667,7 @@ snapshots: '@otterhttp/etag': 3.0.0 mime: 4.0.4 - '@otterhttp/session@0.3.1': + '@otterhttp/session@0.3.2': dependencies: nanoid: 3.3.7 @@ -4502,7 +4502,7 @@ snapshots: eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.1.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(eslint@8.57.1))(eslint@8.57.1) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.1.3))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.1.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.1.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) eslint-plugin-jsx-a11y: 6.10.2(eslint@8.57.1) eslint-plugin-react: 7.37.2(eslint@8.57.1) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.1) @@ -4533,7 +4533,7 @@ snapshots: is-bun-module: 1.2.1 is-glob: 4.0.3 optionalDependencies: - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.1.3))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.1.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.1.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) transitivePeerDependencies: - '@typescript-eslint/parser' - eslint-import-resolver-node @@ -4551,7 +4551,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.1.3))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.1.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1): + eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.1.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.8 diff --git a/server/package.json b/server/package.json index 8105634..0fb7602 100644 --- a/server/package.json +++ b/server/package.json @@ -42,7 +42,7 @@ "@otterhttp/csrf-csrf": "^3.3.0", "@otterhttp/errors": "^0.2.1", "@otterhttp/parsec": "^0.1.2", - "@otterhttp/session": "^0.3.1", + "@otterhttp/session": "^0.3.2", "@prisma/client": "^5.19.0", "corstisol": "^1.0.0", "jose": "^5.9.6",