From 9a389f4336fd582f93ab651c49431c4b4ef3497d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 20:47:01 +0300 Subject: [PATCH] Bump @react-native-community/slider from 4.5.2 to 4.5.3 (#1078) Bumps [@react-native-community/slider](https://github.com/callstack/react-native-slider) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/callstack/react-native-slider/releases) - [Commits](https://github.com/callstack/react-native-slider/compare/v4.5.2...v4.5.3) --- updated-dependencies: - dependency-name: "@react-native-community/slider" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 006badf7..18ae0d83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@react-native-community/clipboard": "^1.5.1", "@react-native-community/datetimepicker": "^6.7.2", - "@react-native-community/slider": "^4.5.2", + "@react-native-community/slider": "^4.5.3", "@react-navigation/drawer": "^5.8.6", "@react-navigation/native": "^6.1.18", "react": "18.1.0", @@ -2997,9 +2997,9 @@ "dev": true }, "node_modules/@react-native-community/slider": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/@react-native-community/slider/-/slider-4.5.2.tgz", - "integrity": "sha512-DbFyCyI7rwl0FkBkp0lzEVp+5mNfS5qU/nM2sK2aSguWhj0Odkt1aKHP2iW/ljruOhgS/O4dEixXlne4OdZJDQ==" + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/@react-native-community/slider/-/slider-4.5.3.tgz", + "integrity": "sha512-0mOdnIL3xPWYGkP7levDH3bBsjdMOiR5mQIzFrSkZznZdIfX9MvGnelNZxsWuibmkc3hczHybo7RRb6mE96H2g==" }, "node_modules/@react-native/assets": { "version": "1.0.0", @@ -16027,9 +16027,9 @@ "dev": true }, "@react-native-community/slider": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/@react-native-community/slider/-/slider-4.5.2.tgz", - "integrity": "sha512-DbFyCyI7rwl0FkBkp0lzEVp+5mNfS5qU/nM2sK2aSguWhj0Odkt1aKHP2iW/ljruOhgS/O4dEixXlne4OdZJDQ==" + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/@react-native-community/slider/-/slider-4.5.3.tgz", + "integrity": "sha512-0mOdnIL3xPWYGkP7levDH3bBsjdMOiR5mQIzFrSkZznZdIfX9MvGnelNZxsWuibmkc3hczHybo7RRb6mE96H2g==" }, "@react-native/assets": { "version": "1.0.0", diff --git a/package.json b/package.json index 58d3be31..c21f921a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@react-native-community/clipboard": "^1.5.1", "@react-native-community/datetimepicker": "^6.7.2", - "@react-native-community/slider": "^4.5.2", + "@react-native-community/slider": "^4.5.3", "@react-navigation/drawer": "^5.8.6", "@react-navigation/native": "^6.1.18", "react": "18.1.0",