From c73e1aa5906c831bfad068092111dd33a9eaad39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:05:54 +0000 Subject: [PATCH] Bump ramda from 0.25.0 to 0.30.1 Bumps [ramda](https://github.com/ramda/ramda) from 0.25.0 to 0.30.1. - [Release notes](https://github.com/ramda/ramda/releases) - [Changelog](https://github.com/ramda/ramda/blob/master/CHANGELOG.md) - [Commits](https://github.com/ramda/ramda/compare/v0.25.0...v0.30.1) --- updated-dependencies: - dependency-name: ramda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 ++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88623c61..323eeede 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "markdown-it": "^13.0.1", "panoptes-client": "^5.5.5", "prop-types": "^15.8.1", - "ramda": "0.25.0", + "ramda": "0.30.1", "react": "18.2.0", "react-native": "0.72.4", "react-native-checkbox-field": "^2.0.2", @@ -41,6 +41,7 @@ "react-native-reanimated": "^3.4.2", "react-native-safe-area-context": "^4.7.2", "react-native-screens": "^3.29.0", + "react-native-shadow-2": "^7.0.8", "react-native-simple-markdown": "^1.1.0", "react-native-splash-screen": "^3.3.0", "react-native-svg": "^13.13.0", @@ -6635,6 +6636,11 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, + "node_modules/colord": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.2.tgz", + "integrity": "sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==" + }, "node_modules/colorette": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", @@ -13694,9 +13700,13 @@ ] }, "node_modules/ramda": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.25.0.tgz", - "integrity": "sha512-GXpfrYVPwx3K7RQ6aYT8KPS8XViSXUVJT1ONhoKPE9VAleW42YE+U+8VEyGWt41EnEQW7gwecYJriTI0pKoecQ==" + "version": "0.30.1", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.30.1.tgz", + "integrity": "sha512-tEF5I22zJnuclswcZMc8bDIrwRHRzf+NqVEmqg50ShAZMP7MWeR/RGDthfM/p+BlqvF2fXAzpn8i+SJcYD3alw==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/ramda" + } }, "node_modules/range-parser": { "version": "1.2.1", @@ -13971,6 +13981,18 @@ "react-native": "*" } }, + "node_modules/react-native-shadow-2": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/react-native-shadow-2/-/react-native-shadow-2-7.1.0.tgz", + "integrity": "sha512-Ph7/E8XuM7QQJ0fNTPC0Xp+8ezntVnCF0XnOQBvmQIDTrYLq/fzQSOdqTC4dzs+pXtZ7Yis2ewjVaDc5URUCAg==", + "dependencies": { + "colord": "2.9.2" + }, + "peerDependencies": { + "react-native": "*", + "react-native-svg": ">=12.1.0" + } + }, "node_modules/react-native-simple-markdown": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/react-native-simple-markdown/-/react-native-simple-markdown-1.1.0.tgz", diff --git a/package.json b/package.json index bcbe04ad..b651150d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "markdown-it": "^13.0.1", "panoptes-client": "^5.5.5", "prop-types": "^15.8.1", - "ramda": "0.25.0", + "ramda": "0.30.1", "react": "18.2.0", "react-native": "0.72.4", "react-native-checkbox-field": "^2.0.2",