Skip to content

Commit

Permalink
fix: upgrade react-transition-group from 4.4.2 to 4.4.5
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade react-transition-group from 4.4.2 to 4.4.5.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/cboard/project/d8988709-12b3-418a-b44c-fca27f9b400c?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Feb 20, 2023
1 parent 4469f81 commit 649ce61
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"react-share": "^4.4.1",
"react-sizeme": "^3.0.2",
"react-social-login-buttons": "^3.6.1",
"react-transition-group": "4.4.2",
"react-transition-group": "4.4.5",
"redux": "^4.2.1",
"redux-beacon": "^2.0.3",
"redux-persist": "^5.10.0",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12196,7 +12196,17 @@ react-themeable@^1.1.0:
dependencies:
object-assign "^3.0.0"

react-transition-group@4.4.2, react-transition-group@^4.4.0:
react-transition-group@4.4.5:
version "4.4.5"
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.5.tgz#e53d4e3f3344da8521489fbef8f2581d42becdd1"
integrity sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==
dependencies:
"@babel/runtime" "^7.5.5"
dom-helpers "^5.0.1"
loose-envify "^1.4.0"
prop-types "^15.6.2"

react-transition-group@^4.4.0:
version "4.4.2"
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.2.tgz#8b59a56f09ced7b55cbd53c36768b922890d5470"
integrity sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg==
Expand Down

0 comments on commit 649ce61

Please sign in to comment.