diff --git a/packages/database/package.json b/packages/database/package.json index 651f3bbce..3839f0774 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -6,7 +6,7 @@ "@shinju-date/eslint-config": "workspace:*", "@tsconfig/node20": "^20.1.4", "@tsconfig/strictest": "^2.0.5", - "@types/cookie": "^0.6.0", + "@types/cookie": "^1.0.0", "eslint": "^8.57.1", "next": "^15.0.4", "supabase": "^2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 432a850b5..4f4e8b836 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -324,8 +324,8 @@ importers: specifier: ^2.0.5 version: 2.0.5 '@types/cookie': - specifier: ^0.6.0 - version: 0.6.0 + specifier: ^1.0.0 + version: 1.0.0 eslint: specifier: ^8.57.1 version: 8.57.1 @@ -1729,8 +1729,9 @@ packages: '@types/connect@3.4.36': resolution: {integrity: sha512-P63Zd/JUGq+PdrM1lv0Wv5SBYeA2+CORvbrXbngriYY0jzLUWfQMQQxOhjONEz/wlHOAxOdY7CY65rgQdTjq2w==} - '@types/cookie@0.6.0': - resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} + '@types/cookie@1.0.0': + resolution: {integrity: sha512-mGFXbkDQJ6kAXByHS7QAggRXgols0mAdP4MuXgloGY1tXokvzaFFM4SMqWvf7AH0oafI7zlFJwoGWzmhDqTZ9w==} + deprecated: This is a stub types definition. cookie provides its own type definitions, so you do not need this installed. '@types/debug@4.1.12': resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} @@ -2324,6 +2325,10 @@ packages: convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + cookie@1.0.2: + resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==} + engines: {node: '>=18'} + create-jest@29.7.0: resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -6306,7 +6311,9 @@ snapshots: dependencies: '@types/node': 22.10.1 - '@types/cookie@0.6.0': {} + '@types/cookie@1.0.0': + dependencies: + cookie: 1.0.2 '@types/debug@4.1.12': dependencies: @@ -6966,6 +6973,8 @@ snapshots: convert-source-map@2.0.0: {} + cookie@1.0.2: {} + create-jest@29.7.0(@types/node@22.10.1): dependencies: '@jest/types': 29.6.3