From 0df9e84d571fbf6bbfb3b35011d7174b354a71d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Aug 2024 02:58:41 +0000 Subject: [PATCH] fix: upgrade @testing-library/jest-dom from 6.4.6 to 6.4.8 Snyk has created this PR to upgrade @testing-library/jest-dom from 6.4.6 to 6.4.8. See this package in npm: @testing-library/jest-dom See this project in Snyk: https://app.snyk.io/org/chai/project/027bd4a4-032f-4135-baa3-716d24983a84?utm_source=github&utm_medium=referral&page=upgrade-pr --- example/react-app/package-lock.json | 42 +++++++---------------------- example/react-app/package.json | 2 +- 2 files changed, 11 insertions(+), 33 deletions(-) diff --git a/example/react-app/package-lock.json b/example/react-app/package-lock.json index 478fd5e..7fb4c6a 100644 --- a/example/react-app/package-lock.json +++ b/example/react-app/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@react-oauth/google": "^0.12.1", - "@testing-library/jest-dom": "^6.4.6", + "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", "@toruslabs/openlogin-utils": "^8.2.1", @@ -19,7 +19,7 @@ "@types/react-dom": "^18.3.0", "@web3auth/base": "^8.8.0", "@web3auth/ethereum-provider": "^8.10.2", - "@web3auth/passkeys-sfa-plugin": "^8.0.1", + "@web3auth/passkeys-sfa-plugin": "^8.1.0", "@web3auth/single-factor-auth": "^8.0.2", "@web3auth/wallet-services-plugin": "^8.10.2", "bowser": "^2.11.0", @@ -1824,9 +1824,10 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.6.tgz", - "integrity": "sha512-8qpnGVincVDLEcQXWaHOf6zmlbwTKc6Us6PPu4CRnPXCzo2OGBS5cwgMMOWdxDpEz1mkbvXHpEy99M5Yvt682w==", + "version": "6.4.8", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.8.tgz", + "integrity": "sha512-JD0G+Zc38f5MBHA4NgxQMR5XtO5Jx9g86jqturNTt2WUfRmLDIY7iKkWHDCCTiDuFMre6nxAD5wHw9W5kI4rGw==", + "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", "@babel/runtime": "^7.9.2", @@ -1841,30 +1842,6 @@ "node": ">=14", "npm": ">=6", "yarn": ">=1" - }, - "peerDependencies": { - "@jest/globals": ">= 28", - "@types/bun": "latest", - "@types/jest": ">= 28", - "jest": ">= 28", - "vitest": ">= 0.32" - }, - "peerDependenciesMeta": { - "@jest/globals": { - "optional": true - }, - "@types/bun": { - "optional": true - }, - "@types/jest": { - "optional": true - }, - "jest": { - "optional": true - }, - "vitest": { - "optional": true - } } }, "node_modules/@testing-library/jest-dom/node_modules/chalk": { @@ -2928,9 +2905,10 @@ } }, "node_modules/@web3auth/passkeys-sfa-plugin": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@web3auth/passkeys-sfa-plugin/-/passkeys-sfa-plugin-8.0.1.tgz", - "integrity": "sha512-ykVo8rXoP3QfOVXvMggXruPpfKB6oJVInmP2FeNCiuBs8NKLDLGngqFrjXQ+XOIURYNgH2aqesgbFH9AMxdt1A==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@web3auth/passkeys-sfa-plugin/-/passkeys-sfa-plugin-8.1.0.tgz", + "integrity": "sha512-/ax9/3grBrCVylTfVZV672VQTyHHQ1ppyEBtcLu0VvSG8isc2nkL9Zba3U6ZCoufjLLRYVwKqjNeXW6Qdc4S+Q==", + "license": "MIT", "dependencies": { "@simplewebauthn/browser": "^10.0.0", "@simplewebauthn/types": "^10.0.0", diff --git a/example/react-app/package.json b/example/react-app/package.json index cb7dea8..66026dd 100644 --- a/example/react-app/package.json +++ b/example/react-app/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@react-oauth/google": "^0.12.1", - "@testing-library/jest-dom": "^6.4.6", + "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", "@toruslabs/openlogin-utils": "^8.2.1",