From ce79c4b22e398b853090aa434b5f404e6724f963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:42:17 +0000 Subject: [PATCH] :arrow_up: Bump @testing-library/jest-native from 4.0.13 to 5.4.3 Bumps [@testing-library/jest-native](https://github.com/testing-library/jest-native) from 4.0.13 to 5.4.3. - [Release notes](https://github.com/testing-library/jest-native/releases) - [Changelog](https://github.com/testing-library/jest-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-native/compare/v4.0.13...v5.4.3) --- updated-dependencies: - dependency-name: "@testing-library/jest-native" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) 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",