diff --git a/package-lock.json b/package-lock.json index be5b935..afd4a7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1941,11 +1941,18 @@ } }, "@entur/tokens": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@entur/tokens/-/tokens-2.0.1.tgz", - "integrity": "sha512-/IvhdgrYN3Sa4+U8yO6usKgpSRM7pa1a63fcxBBwkpXW0BZYLd7d5Bx+gVcE7xHEUKgZQWUu/26SA6zB5mR0Og==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@entur/tokens/-/tokens-3.10.0.tgz", + "integrity": "sha512-zQnfJYWwotWp7/p3AHviYJsx8DkvoKPKUwEzuuevHaofTsmf6G3ctYOA7LFE9hSTrfRB2kU4kOPHGyytWnEn7w==", "requires": { - "hex-rgb": "^4.1.0" + "hex-rgb": "^4.3.0" + }, + "dependencies": { + "hex-rgb": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/hex-rgb/-/hex-rgb-4.3.0.tgz", + "integrity": "sha512-Ox1pJVrDCyGHMG9CFg1tmrRUMRPRsAWYc/PinY0XzJU4K7y7vjNoLKIQ7BR5UJMCxNN8EM1MNDmHWA/B3aZUuw==" + } } }, "@entur/tooltip": { diff --git a/package.json b/package.json index 79fb023..88110bd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@entur/form": "4.4.7", "@entur/layout": "1.10.4", "@entur/modal": "1.6.28", - "@entur/tokens": "2.0.1", + "@entur/tokens": "3.10.0", "@entur/typography": "1.7.13", "@googlemaps/polyline-codec": "^1.0.28", "@luma.gl/test-utils": "8.3.2",