diff --git a/package.json b/package.json index 6a3f1475c..6f463a908 100644 --- a/package.json +++ b/package.json @@ -113,6 +113,7 @@ "@flydotio/dockerfile": "^0.5.4", "@simplewebauthn/types": "^10.0.0", "@tailwindcss/typography": "^0.5.12", + "@types/cookie": "^0.6.0", "@types/inquirer": "^9.0.7", "@types/lodash-es": "^4.17.12", "@types/node": "^20.12.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f81155f40..a0bee20c3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -256,6 +256,9 @@ devDependencies: '@tailwindcss/typography': specifier: ^0.5.12 version: 0.5.13(tailwindcss@3.4.3) + '@types/cookie': + specifier: ^0.6.0 + version: 0.6.0 '@types/inquirer': specifier: ^9.0.7 version: 9.0.7 @@ -5015,6 +5018,10 @@ packages: resolution: {integrity: sha512-9xlo6R2qDs5uixm0bcIqCeMCE6HiQsIyel9KQySStiyqNl2tnj2mP3DX1Nf56MD6KMenNNlBBsy3LJ7gUEQPXQ==} dev: false + /@types/cookie@0.6.0: + resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} + dev: true + /@types/d3-array@3.2.1: resolution: {integrity: sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==} dev: false