From 089211ad2de86882595668c6793966d000ba3290 Mon Sep 17 00:00:00 2001 From: grubyak Date: Tue, 9 Apr 2024 18:11:08 +0200 Subject: [PATCH] chore: update cors dependency --- build/index.html | 4 ++-- package.json | 5 ++++- yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/build/index.html b/build/index.html index 43f728c..761e5e2 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 f6bf081..d0fec78 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.2.13", + "@adobe/universal-editor-cors": "^2.2.14", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", @@ -60,5 +60,8 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "engines": { + "node": ">=16.0.0 <=16.20.2" } } diff --git a/yarn.lock b/yarn.lock index 115bd8c..54292b5 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.2.13": - version "2.2.13" - resolved "https://registry.yarnpkg.com/@adobe/universal-editor-cors/-/universal-editor-cors-2.2.13.tgz#93324db86b169eda7dd1b9347ab127a527c49464" - integrity sha512-GPxz/fkvBGUt2xlc6rs/t/EhtcjuZ5MoUqosV3f61Le6KCOLy7sfJbYHHHgRHYz5zGhQZ4bHgm8z8yAPw/+Sqw== +"@adobe/universal-editor-cors@^2.2.14": + version "2.2.14" + resolved "https://registry.yarnpkg.com/@adobe/universal-editor-cors/-/universal-editor-cors-2.2.14.tgz#7e700d514a0d3e5b13f1cbc448b75ee743ed067b" + integrity sha512-6G89ML9liKGLlM+M5p42q9iGA0WvfWPnLTjSJMmcMf2T+rBZGS6lh2TOIxfHYHl5pVWPxmctK4+bRyZ8aRxgDg== "@ampproject/remapping@^2.2.0": version "2.2.1"