Skip to content

Commit

Permalink
Deps: Update dependency vanilla-cookieconsent to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and OndraM committed Feb 4, 2025
1 parent 3cd805c commit abebff4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@lmc-eu/spirit-design-tokens": "^1.1.3",
"mergician": "^2.0.2",
"nanoid": "^5.0.9",
"vanilla-cookieconsent": "3.0.1"
"vanilla-cookieconsent": "3.1.0"
},
"devDependencies": {
"@almacareer/stylelint-config": "9.0.1",
Expand Down
1 change: 1 addition & 0 deletions src/__tests__/consentCollector.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ describe('consentCollector', () => {
consentId: 'f6152595-45a0-4371-aa68-2fe97137111a',
services: {},
lastConsentTimestamp: '2024-12-12T12:12:12.333Z',
languageCode: 'en',
expirationTime: Date.now() + 33 * 24 * 60 * 60 * 1000, // 33 days in the future
};

Expand Down
2 changes: 2 additions & 0 deletions src/__tests__/dataLayer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ describe('dataLayer', () => {
personalization: [],
},
lastConsentTimestamp: '2024-12-12T12:12:12.333Z',
languageCode: 'en',
expirationTime: 1764690333666,
};

Expand Down Expand Up @@ -62,6 +63,7 @@ describe('dataLayer', () => {
personalization: [],
},
lastConsentTimestamp: '2024-12-12T12:12:12.333Z',
languageCode: 'en',
expirationTime: 1764690333666,
};

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7796,10 +7796,10 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0"

vanilla-cookieconsent@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/vanilla-cookieconsent/-/vanilla-cookieconsent-3.0.1.tgz#059d1b2c712476ae4172d4ec7fa9d553a16be12d"
integrity sha512-gqc4x7O9t1I4xWr7x6/jtQWPr4PZK26SmeA0iyTv1WyoECfAGnu5JEOExmMEP+5Fz66AT9OiCBO3GII4wDQHLw==
vanilla-cookieconsent@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/vanilla-cookieconsent/-/vanilla-cookieconsent-3.1.0.tgz#0f430f4788e9a09e22e795088889b0679a88a263"
integrity sha512-/McNRtm/3IXzb9dhqMIcbquoU45SzbN2VB+To4jxEPqMmp7uVniP6BhGLjU8MC7ZCDsNQVOp27fhQTM/ruIXAA==

varint@^6.0.0:
version "6.0.0"
Expand Down

0 comments on commit abebff4

Please sign in to comment.