diff --git a/package.json b/package.json index 7fce95615..7e7bd17fb 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "react-reveal": "^1.2.2", "react-router-dom": "^6.22.3", "react-scrolllock": "^5.0.1", - "react-snowfall": "^1.2.1", + "react-snowfall": "^2.2.0", "react-syntax-highlighter": "^15.5.0", "react-ticker": "^1.3.2", "react-tooltip": "^4.5.1", diff --git a/yarn.lock b/yarn.lock index 732656dd6..05edaed54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7526,7 +7526,7 @@ react-easy-swipe@^0.0.21: dependencies: prop-types "^15.5.8" -react-fast-compare@^3.0.1, react-fast-compare@^3.2.0: +react-fast-compare@^3.0.1, react-fast-compare@^3.2.2: version "3.2.2" resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz" integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ== @@ -7685,12 +7685,12 @@ react-smooth@^4.0.0: prop-types "^15.8.1" react-transition-group "^4.4.5" -react-snowfall@^1.2.1: - version "1.2.1" - resolved "https://registry.npmjs.org/react-snowfall/-/react-snowfall-1.2.1.tgz" - integrity sha512-d2UR3nDq3F0DJGaTfJ0QNbBo76UZHtT9wHFj+ePxAl4FgSxWBhxB/Bjn06f5iDBwhgwiZ7CZmv3lwfNvjo6a+w== +react-snowfall@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/react-snowfall/-/react-snowfall-2.2.0.tgz#0856a72c4d29d27a6a14301c0f5deb51296fb4df" + integrity sha512-dRk7vEHq/ZUOG+JHk2k/hH3HmliOWGXr4rKRDeW4mjWuHeI1r5h0Lc1r2jnTtUS1im702d6tCmNGymlNTdhXYg== dependencies: - react-fast-compare "^3.2.0" + react-fast-compare "^3.2.2" react-syntax-highlighter@^15.5.0: version "15.5.0"