From 0d20c9ddf97178b1cfea521d34875cb4fe8833a0 Mon Sep 17 00:00:00 2001 From: Sharanya Vinod Date: Thu, 8 Aug 2024 10:59:48 +0200 Subject: [PATCH] chore:upgrade cors --- build/index.html | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/index.html b/build/index.html index c72b13b..197ba81 100644 --- a/build/index.html +++ b/build/index.html @@ -1,2 +1,2 @@ -React App
\ No newline at end of file +React App
\ No newline at end of file diff --git a/package.json b/package.json index 5f91eeb..5459a88 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@adobe/aem-headless-client-js": "^3.1.0", "@adobe/aem-headless-client-nodejs": "^1.1.0", - "@adobe/universal-editor-cors": "2.3.3", + "@adobe/universal-editor-cors": "^2.3.6", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", diff --git a/yarn.lock b/yarn.lock index a5c5973..810bafe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -84,10 +84,10 @@ resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.2.0.tgz#e1a84fca468f4b337816fcb7f0964beb620ba855" integrity sha512-E09FiIft46CmH5Qnjb0wsW54/YQd69LsxeKUOWawmws1XWvyFGURnAChH0mlr7YPFR1ofwvUQfcL0J3lMxXqPA== -"@adobe/universal-editor-cors@2.3.3": - version "2.3.3" - resolved "https://registry.yarnpkg.com/@adobe/universal-editor-cors/-/universal-editor-cors-2.3.3.tgz#be9bfb4883d4ae16307b69d69cd258a0ff0d9d4f" - integrity sha512-3jg5p+YE5KmWRbcvf5ugZOtEovITdHpQ/v4qM3UwzxOHBDqoTy1GCnG8Gc9/qJTfxBdZhmtZPDigedFn6PCScQ== +"@adobe/universal-editor-cors@^2.3.6": + version "2.3.6" + resolved "https://registry.yarnpkg.com/@adobe/universal-editor-cors/-/universal-editor-cors-2.3.6.tgz#e2c22a84116c670cefca608b493645cbd19dce36" + integrity sha512-jKuvCvY820ib0ojtB4y6xL6nq8vSvzua3ErXfoa7Sb3FN0n6QQe4bYcKoclvB9bpDEClJPYtpyAX69jCWwGlDg== "@ampproject/remapping@^2.2.0": version "2.2.1"