MinaSamir11 / react-native-in-app-review

The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
MIT License
648 stars 58 forks source link

[Snyk] Upgrade @react-native-async-storage/async-storage from 1.15.6 to 1.15.7 #73

Closed snyk-bot closed 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade @react-native-async-storage/async-storage from 1.15.6 to 1.15.7.

merge advice :information_source: 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.


Release notes
Package name: @react-native-async-storage/async-storage
  • 1.15.7 - 2021-08-23

    1.15.7 (2021-08-23)

    Bug Fixes

    • mock: cannot use import statement outside a module (#661) (6f7b459)
    • declare support for react-native 0.65 (#659) (5847d46)
  • 1.15.6 - 2021-08-16

    1.15.6 (2021-08-16)

    Bug Fixes

    • web : replace deprecated deep-assign with merge-options. Also, jest-mock uses now merge-options instead own implementation of deep merge (#657) (6fec1db)

    Potential breaking change

    With change of deep-assign with merge-options and it usage in jest-mock, there's a potential breaking change due to how deep-assign merged values. Previously, if value overriding was null or undefined, the previous value would stay the same. With current change, null value will override the original value, while undefined will not.

    This might be a breaking change on web and tests, if you previously relied on this behavior.

from @react-native-async-storage/async-storage GitHub release notes
Commit messages
Package name: @react-native-async-storage/async-storage
  • 6f7b459 fix(mock): cannot use import statement outside a module (#661)
  • 5847d46 fix: declare support for react-native 0.65 (#659)
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs