diff --git a/core-sdk-samples/higgs-shop-sample-app/package-lock.json b/core-sdk-samples/higgs-shop-sample-app/package-lock.json index 5de4572f..d14122af 100644 --- a/core-sdk-samples/higgs-shop-sample-app/package-lock.json +++ b/core-sdk-samples/higgs-shop-sample-app/package-lock.json @@ -17,7 +17,7 @@ "@testing-library/dom": "^9.0.1", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.5", - "@testing-library/user-event": "^14.0.1", + "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.4.4", "@types/node": "^18.15.3", "@types/react": "^17.0.43", @@ -3523,7 +3523,9 @@ } }, "node_modules/@testing-library/user-event": { - "version": "14.4.3", + "version": "14.6.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.1.tgz", + "integrity": "sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==", "license": "MIT", "engines": { "node": ">=12", @@ -16661,7 +16663,9 @@ } }, "@testing-library/user-event": { - "version": "14.4.3", + "version": "14.6.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.1.tgz", + "integrity": "sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==", "requires": {} }, "@tootallnate/once": { diff --git a/core-sdk-samples/higgs-shop-sample-app/package.json b/core-sdk-samples/higgs-shop-sample-app/package.json index d8e0d039..bf74d5e4 100644 --- a/core-sdk-samples/higgs-shop-sample-app/package.json +++ b/core-sdk-samples/higgs-shop-sample-app/package.json @@ -12,7 +12,7 @@ "@testing-library/dom": "^9.0.1", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.5", - "@testing-library/user-event": "^14.0.1", + "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.4.4", "@types/node": "^18.15.3", "@types/react": "^17.0.43", diff --git a/core-sdk-samples/higgs-shop-sample-app/yarn.lock b/core-sdk-samples/higgs-shop-sample-app/yarn.lock index 394e51bf..d9f93dfa 100644 --- a/core-sdk-samples/higgs-shop-sample-app/yarn.lock +++ b/core-sdk-samples/higgs-shop-sample-app/yarn.lock @@ -2157,10 +2157,10 @@ "@testing-library/dom" "^8.0.0" "@types/react-dom" "<18.0.0" -"@testing-library/user-event@^14.0.1": - version "14.4.3" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.4.3.tgz#af975e367743fa91989cd666666aec31a8f50591" - integrity sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q== +"@testing-library/user-event@^14.6.1": + version "14.6.1" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.6.1.tgz#13e09a32d7a8b7060fe38304788ebf4197cd2149" + integrity sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw== "@tootallnate/once@1": version "1.1.2"