From 33be392d1b6ac93d9cd654d49a2b73c2881263c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:37:21 +0000 Subject: [PATCH] Bump react-snowfall from 1.2.1 to 2.2.0 Bumps [react-snowfall](https://github.com/cahilfoley/react-snowfall) from 1.2.1 to 2.2.0. - [Release notes](https://github.com/cahilfoley/react-snowfall/releases) - [Changelog](https://github.com/cahilfoley/react-snowfall/blob/main/CHANGELOG.md) - [Commits](https://github.com/cahilfoley/react-snowfall/compare/v1.2.1...v2.2.0) --- updated-dependencies: - dependency-name: react-snowfall dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 7fce9561..7e7bd17f 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 732656dd..05edaed5 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"