diff --git a/package-lock.json b/package-lock.json index 62f9b01b..d9ae1644 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@zerogachis/smartway-react-native-ui", "version": "0.6.1", "devDependencies": { - "@testing-library/jest-native": "^4.0.5", + "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "^12.3.0", "@types/jest": "^29.5.5", "@types/react": "^18.2.43", @@ -4463,15 +4463,15 @@ } }, "node_modules/@testing-library/jest-native": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/@testing-library/jest-native/-/jest-native-4.0.13.tgz", - "integrity": "sha512-BovApxYJRb0Z9TUZbFQhW2ZWC4KfymH1SQZ5FxcTHh7Zrzb6+vfWT1CyvGnb8JE6WEZGcuumzSXOMdSIVUjj5Q==", + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/@testing-library/jest-native/-/jest-native-5.4.3.tgz", + "integrity": "sha512-/sSDGaOuE+PJ1Z9Kp4u7PQScSVVXGud59I/qsBFFJvIbcn4P6yYw6cBnBmbPF+X9aRIsTJRDl6gzw5ZkJNm66w==", "dev": true, "dependencies": { "chalk": "^4.1.2", "jest-diff": "^29.0.1", "jest-matcher-utils": "^29.0.1", - "pretty-format": "^29.0.1", + "pretty-format": "^29.0.3", "redent": "^3.0.0" }, "peerDependencies": { @@ -18811,15 +18811,15 @@ } }, "@testing-library/jest-native": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/@testing-library/jest-native/-/jest-native-4.0.13.tgz", - "integrity": "sha512-BovApxYJRb0Z9TUZbFQhW2ZWC4KfymH1SQZ5FxcTHh7Zrzb6+vfWT1CyvGnb8JE6WEZGcuumzSXOMdSIVUjj5Q==", + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/@testing-library/jest-native/-/jest-native-5.4.3.tgz", + "integrity": "sha512-/sSDGaOuE+PJ1Z9Kp4u7PQScSVVXGud59I/qsBFFJvIbcn4P6yYw6cBnBmbPF+X9aRIsTJRDl6gzw5ZkJNm66w==", "dev": true, "requires": { "chalk": "^4.1.2", "jest-diff": "^29.0.1", "jest-matcher-utils": "^29.0.1", - "pretty-format": "^29.0.1", + "pretty-format": "^29.0.3", "redent": "^3.0.0" }, "dependencies": { diff --git a/package.json b/package.json index f119c686..c3d52fc5 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@ZeroGachis:registry": "https://npm.pkg.github.com" }, "devDependencies": { - "@testing-library/jest-native": "^4.0.5", + "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "^12.3.0", "@types/jest": "^29.5.5", "@types/react": "^18.2.43",