From 967cfddd903e05198daf94d282da39a80082df75 Mon Sep 17 00:00:00 2001 From: Sharanya Vinod Date: Thu, 25 Jan 2024 14:28:51 +0100 Subject: [PATCH] fix: update 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 410ca9a..fae8512 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 bc13bea..6789e32 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.0.0", + "@adobe/universal-editor-cors": "^2.1.0", "@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 15565af..f615abc 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.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@adobe/universal-editor-cors/-/universal-editor-cors-2.0.0.tgz#86b343d657d108a6a2d78d3f28b0270a8189ec87" - integrity sha512-8Dk1IjG2QYYDeURm9R74gIutRZxtATjkzGk4jyEyejiJAXOtfVHYwi696SlNbxcJd1t8whi6mKKDpVcEI3rxrw== +"@adobe/universal-editor-cors@^2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@adobe/universal-editor-cors/-/universal-editor-cors-2.1.0.tgz#f1950b8f9eeedbe99a586d04da684b51b5303b84" + integrity sha512-YpvUyhC8qOkY5aEBQqlPTmXm/WhIBHF/IShMA77AIjnR7bfmYzDM2Av1GN9/qkgMc4zK3zsju80DovVwwjkpaw== "@ampproject/remapping@^2.2.0": version "2.2.1"