From d0a6538eae38b0c21a95ff78c4c48f2c230959c2 Mon Sep 17 00:00:00 2001 From: Anuj Vishwakarma <298213938+AnujVishwakarma-src@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:30:46 +0530 Subject: [PATCH] fix: bump @adobe/aio-lib-ims ^7 -> ^8 to drop deprecated uuid@8 (APPBLD-4864) 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 9c1c720..2dc044d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@adobe/aio-lib-core-config": "^5", "@adobe/aio-lib-core-logging": "^3", "@adobe/aio-lib-env": "^3", - "@adobe/aio-lib-ims": "^7", + "@adobe/aio-lib-ims": "^8", "@oclif/core": "^4.0.0", "hyperlinker": "^1.0.0", "js-yaml": "^4.1.0",