From d2b4df914dab2019ba108a87a4bdc6ce29034237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:44:47 +0000 Subject: [PATCH 1/2] build(deps): bump @isaacs/ttlcache from 1.4.1 to 2.1.4 Bumps [@isaacs/ttlcache](https://github.com/isaacs/ttlcache) from 1.4.1 to 2.1.4. - [Changelog](https://github.com/isaacs/ttlcache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/ttlcache/compare/v1.4.1...v2.1.4) --- updated-dependencies: - dependency-name: "@isaacs/ttlcache" dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21cfc60..8cfe178 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ }, "dependencies": { "@adobe/aio-lib-core-errors": "^4.0.0", - "@isaacs/ttlcache": "^1.4.1" + "@isaacs/ttlcache": "^2.1.4" } } From b299828796e028f3129ee713bcb37e185d8475d5 Mon Sep 17 00:00:00 2001 From: moritzraho Date: Mon, 9 Feb 2026 11:08:09 +0100 Subject: [PATCH 2/2] fix: update --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 58eb1a2..85f7c80 100644 --- a/src/index.js +++ b/src/index.js @@ -10,7 +10,7 @@ governing permissions and limitations under the License. */ import { getAccessTokenByClientCredentials, getAndValidateCredentials } from './ims.js' -import TTLCache from '@isaacs/ttlcache' +import { TTLCache } from '@isaacs/ttlcache' import crypto from 'crypto' // Token cache with TTL