From 39a7e94611a4cf672fc5894246c8d73646bce175 Mon Sep 17 00:00:00 2001 From: Deepty Thampy Date: Mon, 5 May 2025 10:39:32 -0500 Subject: [PATCH] fix: update runtime-lib-dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a95a43f..811170b0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@adobe/aio-lib-core-networking": "^5", "@adobe/aio-lib-env": "^3", "@adobe/aio-lib-ims": "^7", - "@adobe/aio-lib-runtime": "^7.1.0", + "@adobe/aio-lib-runtime": "^7.1.1", "@adobe/aio-lib-templates": "^3", "@adobe/aio-lib-web": "^7", "@adobe/generator-aio-app": "^9",