diff --git a/.changeset/renovate-aaf5b94.md b/.changeset/renovate-aaf5b94.md new file mode 100644 index 000000000..36237d0c4 --- /dev/null +++ b/.changeset/renovate-aaf5b94.md @@ -0,0 +1,5 @@ +--- +'@scaleway/cookie-consent': patch +--- + +Updated dependency `@types/cookie` to `1.0.0`. diff --git a/packages/cookie-consent/package.json b/packages/cookie-consent/package.json index b092f7434..7504807e0 100644 --- a/packages/cookie-consent/package.json +++ b/packages/cookie-consent/package.json @@ -44,7 +44,7 @@ "cookie": "1.0.1" }, "devDependencies": { - "@types/cookie": "0.6.0", + "@types/cookie": "1.0.0", "react": "18.3.1", "@scaleway/use-segment": "workspace:*" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ad9c143b0..e376aaf32 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -145,8 +145,8 @@ importers: specifier: workspace:* version: link:../use-segment '@types/cookie': - specifier: 0.6.0 - version: 0.6.0 + specifier: 1.0.0 + version: 1.0.0 react: specifier: 18.3.1 version: 18.3.1 @@ -1705,8 +1705,9 @@ packages: '@types/conventional-commits-parser@5.0.0': resolution: {integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==} - '@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/estree@1.0.5': resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} @@ -5939,7 +5940,9 @@ snapshots: dependencies: '@types/node': 22.8.7 - '@types/cookie@0.6.0': {} + '@types/cookie@1.0.0': + dependencies: + cookie: 1.0.1 '@types/estree@1.0.5': {}