From 38b8ed14badd8c7df2f2da37f4e86463bc7219fe Mon Sep 17 00:00:00 2001 From: Anuj Vishwakarma <298213938+AnujVishwakarma-src@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:03:51 +0530 Subject: [PATCH] fix: bump @adobe/aio-lib-ims ^7 -> ^8 to drop deprecated uuid@8 (APPBLD-4864) aio-lib-ims@7 pulls aio-lib-state@3 -> @azure/cosmos@3 -> uuid@8 (deprecated) and carries a high-sev advisory. aio-lib-ims@8 uses aio-lib-state@5 (no cosmos). Real dep bump (npm overrides do not reach npm i -g consumers). getToken/context + deep require(aio-lib-ims/src/context) verified on ims@8. Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb062fde..e0959683 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@adobe/aio-lib-core-networking": "^5", "@adobe/aio-lib-db": "^1.0.0", "@adobe/aio-lib-env": "^3", - "@adobe/aio-lib-ims": "^7", + "@adobe/aio-lib-ims": "^8", "@adobe/aio-lib-runtime": "^7.1.3", "@adobe/aio-lib-templates": "^3", "@adobe/aio-lib-web": "^7.0.6",