From 372707d0c633fe5dd99146efddbd111319c9f071 Mon Sep 17 00:00:00 2001 From: Anuj Vishwakarma <298213938+AnujVishwakarma-src@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:33:30 +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 b279fa6..b7cbd59 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@adobe/aio-lib-core-networking": "^5", "@adobe/aio-lib-env": "^3", "@adobe/aio-lib-events": "^4", - "@adobe/aio-lib-ims": "^7", + "@adobe/aio-lib-ims": "^8", "@oclif/core": "^4.9.0", "inquirer": "^8.2.5", "js-yaml": "^4.1.0"