Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade react-native-reanimated from 3.2.0 to 3.12.0 #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

phucle-hiptech
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade react-native-reanimated from 3.2.0 to 3.12.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 390 versions ahead of your current version.

  • The recommended version was released on 21 days ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
critical severity Incomplete List of Disallowed Inputs
SNYK-JS-BABELTRAVERSE-5962462
786 Proof of Concept
Release notes
Package name: react-native-reanimated
  • 3.12.0 - 2024-06-03

    What's Changed

    Features

    Fixes

    Improvements

    • Give more meaningful warning when modifying a Shareable by @ tjzel in #5548
    • Update useAnimatedKeyboard docs by @ maciekstosio in #5866
    • Change the docs to mention, that .springify() works with .duration() by @ Latropos in #5990
    • Remove CellRendererComponent from Animated.FlatList props by @ Latropos in #5951

    Internal Changes

    New Contributors

    @ antFrancon, @ JDMathew, @ thomas-rx, @ exploIF

    🙌 Thank you for your contributions!

    Full Changelog: 3.11.0...3.12.0

    Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/9287839734

  • 3.12.0-set-experimental - 2024-05-13
  • 3.12.0-nightly-20240528-4cd750504 - 2024-05-28
  • 3.12.0-nightly-20240527-4485509ad - 2024-05-27
  • 3.12.0-nightly-20240526-551cc440c - 2024-05-26
  • 3.12.0-nightly-20240525-551cc440c - 2024-05-25
  • 3.12.0-nightly-20240524-e661676f2 - 2024-05-24
  • 3.12.0-nightly-20240523-e661676f2 - 2024-05-23
  • 3.12.0-nightly-20240522-e3387a934 - 2024-05-22
  • 3.12.0-nightly-20240521-cbd5ff16b - 2024-05-21
  • 3.12.0-nightly-20240520-cbd5ff16b - 2024-05-20
  • 3.12.0-nightly-20240519-44d55dd3b - 2024-05-19
  • 3.12.0-nightly-20240518-44d55dd3b - 2024-05-18
  • 3.12.0-nightly-20240517-44d55dd3b - 2024-05-17
  • 3.12.0-nightly-20240516-44d55dd3b - 2024-05-16
  • 3.12.0-nightly-20240515-44d55dd3b - 2024-05-15
  • 3.12.0-nightly-20240514-88542d60f - 2024-05-14
  • 3.12.0-nightly-20240513-82b59667d - 2024-05-13
  • 3.12.0-nightly-20240512-2f090ab5d - 2024-05-12
  • 3.12.0-nightly-20240511-2f090ab5d - 2024-05-11
  • 3.12.0-nightly-20240510-325bd18fb - 2024-05-10
  • 3.12.0-nightly-20240509-0c962f957 - 2024-05-09
  • 3.12.0-nightly-20240508-deb782556 - 2024-05-08
  • 3.12.0-nightly-20240507-80a31afab - 2024-05-07
  • 3.12.0-nightly-20240506-35c0df74d - 2024-05-06
  • 3.11.0 - 2024-05-06

    What's Changed

    Full Changelog: 3.10.0...3.11.0

  • 3.11.0-nightly-20240505-1f17bbd75 - 2024-05-05
  • 3.11.0-nightly-20240504-81c413092 - 2024-05-04
  • 3.11.0-nightly-20240503-81c413092 - 2024-05-03
  • 3.11.0-nightly-20240502-81c413092 - 2024-05-02
  • 3.11.0-nightly-20240501-81c413092 - 2024-05-01
  • 3.10.1 - 2024-05-09

    Release contains backported changes from 3.11.0 for Expo SDK 51

  • 3.10.0 - 2024-05-01

    What's Changed

    • Prevent iOS bridgeless initialization from getting the wrong bridge by @ gabrieldonadel in #5953
    • Fix crashes when reloading app quickly on Android by @ lukmccall in #5958
    • Use [RCTUIManager viewForReactTag:] instead of viewRegistry to avoid infinite loop in [RCTComponentViewRegistry objectForKey:] by @ tomekzaw in #5957
    • Crash while using useAnimatedKeyboard in flat list by @ maciekstosio in #5918
    • Fix calculating keyboard height by @ maciekstosio in #5851

    New Contributors

    @ devjs100 @ maciekstosio

    🙌 Thank you for your contributions!

    Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/8907195489

    Full Changelog: 3.9.0...3.10.0

  • 3.10.0-nightly-20240430-2e729a722 - 2024-04-30
  • 3.10.0-nightly-20240429-7e1a19ed8 - 2024-04-29
  • 3.10.0-nightly-20240428-7e1a19ed8 - 2024-04-28
  • 3.10.0-nightly-20240427-7e1a19ed8 - 2024-04-27
  • 3.10.0-nightly-20240426-7e1a19ed8 - 2024-04-26
  • 3.9.0 - 2024-04-26

    What's Changed

    Main changes

    Internal changes

    Fxies

    Improvements

    • Make "Reanimated" title in docs interactive. by @ latekvo in #5766
    • Better error when passing easing from 'react-native' instead of 'reanimated' by @ Latropos in #5639
    • Include original remote function name in "Tried to synchronously call" error message by @ tomekzaw in #5843

    New Contributors

    @ vietdung97 @ latekvo @ frankcalise @ MajronMan @ alduzy

    🙌 Thank you for your contributions!

    Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/8846918580

    Full Changelog: 3.8.1...3.9.0

  • 3.9.0-rc.1 - 2024-04-18

    Support for React Native 0.74.0-rc.9

    Full Changelog: 3.9.0-rc.0...3.9.0-rc.1

  • 3.9.0-rc.0 - 2024-04-05
  • 3.9.0-nightly-20240425-7c45f81db - 2024-04-25
  • 3.9.0-nightly-20240424-f5dfead40 - 2024-04-24
  • 3.9.0-nightly-20240423-464f8ae12 - 2024-04-23
  • 3.9.0-nightly-20240422-849d4906c - 2024-04-22
  • 3.9.0-nightly-20240421-474f6983d - 2024-04-21
  • 3.9.0-nightly-20240420-7531e83a2 - 2024-04-20
  • 3.9.0-nightly-20240419-7531e83a2 - 2024-04-19
  • 3.9.0-nightly-20240418-66412eaed - 2024-04-18
  • 3.9.0-nightly-20240417-0feaeb24b - 2024-04-17
  • 3.9.0-nightly-20240416-3bc4db7de - 2024-04-16
  • 3.9.0-nightly-20240415-384e43ccd - 2024-04-15
  • 3.9.0-nightly-20240414-52c86f177 - 2024-04-14
  • 3.9.0-nightly-20240413-52c86f177 - 2024-04-13
  • 3.9.0-nightly-20240412-52c86f177 - 2024-04-12
  • 3.9.0-nightly-20240411-52c86f177 - 2024-04-11
  • 3.9.0-nightly-20240410-4597c980c - 2024-04-10
  • 3.9.0-nightly-20240409-6a283cae3 - 2024-04-09
  • 3.9.0-nightly-20240408-051d560f7 - 2024-04-08
  • 3.9.0-nightly-20240407-051d560f7 - 2024-04-07
  • 3.9.0-nightly-20240406-051d560f7 - 2024-04-06
  • 3.9.0-nightly-20240405-051d560f7 - 2024-04-05
  • 3.9.0-nightly-20240404-102db0a09 - 2024-04-04
  • 3.9.0-nightly-20240403-6dc1e6fbf - 2024-04-03
  • 3.9.0-nightly-20240402-12717cdb5 - 2024-04-02
  • 3.9.0-nightly-20240401-1c1271464 - 2024-04-01
  • 3.9.0-nightly-20240331-1c1271464 - 2024-03-31
  • 3.9.0-nightly-20240330-1c1271464 - 2024-03-30
  • 3.9.0-nightly-20240329-1c1271464 - 2024-03-29
  • 3.9.0-nightly-20240328-aeb76ffa3 - 2024-03-28
  • 3.9.0-nightly-20240327-2440a7eb5 - 2024-03-27
  • 3.9.0-nightly-20240326-2e358709b - 2024-03-26
  • 3.9.0-nightly-20240325-d224237ba - 2024-03-25
  • 3.9.0-nightly-20240325-9e79766a4 - 2024-03-25
  • 3.9.0-nightly-20240324-92510c260 - 2024-03-24
  • 3.9.0-nightly-20240323-92510c260 - 2024-03-23
  • 3.9.0-nightly-20240322-92510c260 - 2024-03-22
  • 3.9.0-nightly-20240321-1ea5d1d3b - 2024-03-21
  • 3.9.0-nightly-20240320-d6dab8f65 - 2024-03-20
  • 3.9.0-nightly-20240319-74985c35b - 2024-03-19
  • 3.9.0-nightly-20240318-469d708f3 - 2024-03-18
  • 3.9.0-nightly-20240317-424753b23 - 2024-03-17
  • 3.9.0-nightly-20240316-424753b23 - 2024-03-16
  • 3.9.0-nightly-20240315-424753b23 - 2024-03-15
  • 3.9.0-nightly-20240314-9d81019f6 - 2024-03-14
  • 3.9.0-nightly-20240313-1ae6205ff - 2024-03-13
  • 3.9.0-nightly-20240312-1ae6205ff - 2024-03-12
  • 3.9.0-nightly-20240311-1ab8c2241 - 2024-03-11
  • 3.9.0-nightly-20240310-411d38402 - 2024-03-10
  • 3.9.0-nightly-20240309-411d38402 - 2024-03-09
  • 3.9.0-nightly-20240308-411d38402 - 2024-03-08
  • 3.9.0-layout-animation-experimental - 2024-04-26
  • 3.8.1 - 2024-03-15
  • 3.8.0 - 2024-03-08
  • 3.8.0-nightly-20240307-4a15cf467 - 2024-03-07
  • 3.8.0-nightly-20240306-4a15cf467 - 2024-03-06
  • 3.8.0-nightly-20240305-182a2cf79 - 2024-03-05
  • 3.8.0-nightly-20240304-61ced8ea3 - 2024-03-04
  • 3.8.0-nightly-20240303-b20d9e010 - 2024-03-03
  • 3.8.0-nightly-20240302-b20d9e010 - 2024-03-02
  • 3.8.0-nightly-20240301-b20d9e010 - 2024-03-01
  • 3.8.0-nightly-20240229-4d02f7edb - 2024-02-29
  • 3.8.0-nightly-20240228-6806d3d89 - 2024-02-28
  • 3.8.0-nightly-20240227-6806d3d89 - 2024-02-27
  • 3.8.0-nightly-20240226-6806d3d89 - 2024-02-26
  • 3.8.0-nightly-20240225-6806d3d89 - 2024-02-25
  • 3.8.0-nightly-20240224-6806d3d89 - 2024-02-24
  • 3.8.0-nightly-20240222-fc21d3711 - 2024-02-22
  • 3.8.0-nightly-20240221-3c99bb97c - 2024-02-21
  • 3.8.0-nightly-20240220-896be21ae - 2024-02-20
  • 3.8.0-nightly-20240219-b9caec494 - 2024-02-19
  • 3.8.0-nightly-20240218-b9caec494 - 2024-02-18
  • 3.8.0-nightly-20240217-b9caec494 - 2024-02-17
  • 3.8.0-nightly-20240216-b9caec494 - 2024-02-16
  • 3.8.0-nightly-20240215-4b92e08ae - 2024-02-15
  • 3.8.0-nightly-20240214-4b92e08ae - 2024-02-14
  • 3.8.0-nightly-20240213-c61259cca - 2024-02-13
  • 3.8.0-nightly-20240212-b7de87fdb - 2024-02-12
  • 3.8.0-nightly-20240211-1b7a590a1 - 2024-02-11
  • 3.8.0-nightly-20240210-1b7a590a1 - 2024-02-10
  • 3.8.0-nightly-20240209-1b7a590a1 - 2024-02-09
  • 3.8.0-nightly-20240208-5633e7b20 - 2024-02-08
  • 3.7.2 - 2024-03-01
  • 3.7.1 - 2024-02-20
  • 3.7.0 - 2024-02-08
  • 3.7.0-nightly-20240207-31503aaab - 2024-02-07
  • 3.7.0-nightly-20240206-31503aaab - 2024-02-06
  • 3.7.0-nightly-20240205-4f1f2ee18 - 2024-02-05
  • 3.7.0-nightly-20240204-bcfa13a8c - 2024-02-04
  • 3.7.0-nightly-20240203-bcfa13a8c - 2024-02-03
  • 3.7.0-nightly-20240202-bcfa13a8c - 2024-02-02
  • 3.7.0-nightly-20240201-5c676009d - 2024-02-01
  • 3.7.0-nightly-20240131-96b55592f - 2024-01-31
  • 3.7.0-nightly-20240130-720fefba7 - 2024-01-30
  • 3.7.0-nightly-20240129-720fefba7 - 2024-01-29
  • 3.7.0-nightly-20240128-720fefba7 - 2024-01-28
  • 3.7.0-nightly-20240127-720fefba7 - 2024-01-27
  • 3.7.0-nightly-20240126-720fefba7 - 2024-01-26
  • 3.7.0-nightly-20240125-5c4322258 - 2024-01-25
  • 3.7.0-nightly-20240124-9c6a92d29 - 2024-01-24
  • 3.7.0-nightly-20240123-e455f3f07 - 2024-01-23
  • 3.7.0-nightly-20240122-e455f3f07 - 2024-01-22
  • 3.7.0-nightly-20240121-e973fcc7d - 2024-01-21
  • 3.7.0-nightly-20240120-e973fcc7d - 2024-01-20
  • 3.7.0-nightly-20240119-e973fcc7d - 2024-01-19
  • 3.7.0-nightly-20240118-e973fcc7d - 2024-01-18
  • 3.7.0-nightly-20240117-e973fcc7d - 2024-01-17
  • 3.7.0-nightly-20240116-53aa5b2a4 - 2024-01-16
  • 3.7.0-nightly-20240115-428c85750 - 2024-01-15
  • 3.7.0-nightly-20240114-7be0f7908 - 2024-01-14
  • 3.7.0-nightly-20240113-7be0f7908 - 2024-01-13
  • 3.7.0-nightly-20240112-7be0f7908 - 2024-01-12
  • 3.7.0-nightly-20240111-2b6d51bcf - 2024-01-11
  • 3.7.0-nightly-20240110-77898c556 - 2024-01-10
  • 3.7.0-nightly-20240109-ee3fddfc6 - 2024-01-09
  • 3.7.0-nightly-20240109-9e2c33716 - 2024-01-09
  • 3.7.0-nightly-20240108-4ad3a517d - 2024-01-08
  • 3.7.0-nightly-20240107-4ad3a517d - 2024-01-07
  • 3.7.0-nightly-20240106-4ad3a517d - 2024-01-06
  • 3.7.0-nightly-20240105-4ad3a517d - 2024-01-05
  • 3.7.0-nightly-20240104-4ad3a517d - 2024-01-04
  • 3.7.0-nightly-20240103-9d29ff9ff - 2024-01-03
  • 3.7.0-nightly-20240102-a04038171 - 2024-01-02
  • 3.7.0-nightly-20240101-9d365ae7b - 2024-01-01
  • 3.7.0-nightly-20231231-9d365ae7b - 2023-12-31
  • 3.7.0-nightly-20231230-9d365ae7b - 2023-12-30
  • 3.7.0-nightly-20231229-9d365ae7b - 2023-12-29
  • 3.7.0-nightly-20231228-8a7c8178b - 2023-12-28
  • 3.7.0-nightly-20231227-b41daa906 - 2023-12-27
  • 3.7.0-nightly-20231226-f40ee24eb - 2023-12-26
  • 3.7.0-nightly-20231225-f40ee24eb - 2023-12-25
  • 3.7.0-nightly-20231224-f40ee24eb - 2023-12-24
  • 3.7.0-nightly-20231223-f40ee24eb - 2023-12-23
  • 3.7.0-nightly-20231222-f40ee24eb - 2023-12-22
  • 3.7.0-nightly-20231221-ea5c667ce - 2023-12-21
  • 3.7.0-nightly-20231220-b2570c102 - 2023-12-20
  • 3.7.0-nightly-20231219-a898b3efc - 2023-12-19
  • 3.7.0-nightly-20231218-a083ef316 - 2023-12-18
  • 3.7.0-nightly-20231217-97975168e - 2023-12-17
  • 3.7.0-nightly-20231216-d3ebe775c - 2023-12-16
  • 3.7.0-nightly-20231215-d3ebe775c - 2023-12-15
  • 3.7.0-nightly-20231214-c5bf05205 - 2023-12-14
  • 3.7.0-nightly-20231213-f3b16198a - 2023-12-13
  • 3.7.0-nightly-20231213-e99d25540 - 2023-12-13
  • 3.7.0-nightly-20231212-954418e78 - 2023-12-12
  • 3.7.0-nightly-20231211-954418e78 - 2023-12-11
  • 3.7.0-nightly-20231210-6f48ffa1e - 2023-12-10
  • 3.7.0-nightly-20231209-6f48ffa1e - 2023-12-09
  • 3.7.0-nightly-20231208-6f48ffa1e - 2023-12-08
  • 3.7.0-nightly-20231207-5fd48d265 - 2023-12-07
  • 3.7.0-nightly-20231206-b7f5805c0 - 2023-12-06
  • 3.7.0-nightly-20231205-f2c782a5f - 2023-12-05
  • 3.7.0-nightly-20231204-8527142cd - 2023-12-04
  • 3.7.0-nightly-20231203-c6ddd55c9 - 2023-12-03
  • 3.7.0-nightly-20231202-c6ddd55c9 - 2023-12-02
  • 3.7.0-nightly-20231201-c6ddd55c9 - 2023-12-01
  • 3.7.0-nightly-20231130-86b2eaf7a - 2023-11-30
  • 3.7.0-nightly-20231129-2f0b28888 - 2023-11-29
  • 3.7.0-nightly-20231128-2bdf18e27 - 2023-11-28
  • ...

Snyk has created this PR to upgrade react-native-reanimated from 3.2.0 to 3.12.0.

See this package in npm:
react-native-reanimated

See this project in Snyk:
https://app.snyk.io/org/annoy1010/project/b3bad43c-0726-4cc5-bff9-c93eaf9ab3cc?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants