Browse Source

Bump react-snowfall from 1.2.1 to 2.1.0

Bumps [react-snowfall](https://github.com/cahilfoley/react-snowfall) from 1.2.1 to 2.1.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.1.0)

---
updated-dependencies:
- dependency-name: react-snowfall
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/react-snowfall-2.1.0
dependabot[bot] 2 months ago committed by GitHub
parent
commit
4b6ac5762b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 30
      package-lock.json
  2. 2
      package.json

30
package-lock.json generated

@ -13,7 +13,7 @@
"next-plausible": "3.12.0",
"react": "^18.2.0",
"react-markdown": "9.0.1",
"react-snowfall": "^1.2.1",
"react-snowfall": "^2.1.0",
"react-web-share": "^2.0.2",
"rehype-raw": "7.0.0",
"remark-gfm": "4.0.0"
@ -3094,9 +3094,9 @@
}
},
"node_modules/react-fast-compare": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz",
"integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA=="
"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=="
},
"node_modules/react-markdown": {
"version": "9.0.1",
@ -3150,11 +3150,11 @@
}
},
"node_modules/react-snowfall": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/react-snowfall/-/react-snowfall-1.2.1.tgz",
"integrity": "sha512-d2UR3nDq3F0DJGaTfJ0QNbBo76UZHtT9wHFj+ePxAl4FgSxWBhxB/Bjn06f5iDBwhgwiZ7CZmv3lwfNvjo6a+w==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/react-snowfall/-/react-snowfall-2.1.0.tgz",
"integrity": "sha512-5nYWmBTJi/rrRRTmE62QLhxSp3sfX9niPP1Ysrd4dkVZLr0fxHTkcqCLQx7BAkclCEq5MWZ7kgIHrqk5Ugq1PA==",
"dependencies": {
"react-fast-compare": "^3.2.0"
"react-fast-compare": "^3.2.2"
},
"peerDependencies": {
"react": "^16.8 || 17.x || 18.x",
@ -6541,9 +6541,9 @@
}
},
"react-fast-compare": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz",
"integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA=="
"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=="
},
"react-markdown": {
"version": "9.0.1",
@ -6587,11 +6587,11 @@
}
},
"react-snowfall": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/react-snowfall/-/react-snowfall-1.2.1.tgz",
"integrity": "sha512-d2UR3nDq3F0DJGaTfJ0QNbBo76UZHtT9wHFj+ePxAl4FgSxWBhxB/Bjn06f5iDBwhgwiZ7CZmv3lwfNvjo6a+w==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/react-snowfall/-/react-snowfall-2.1.0.tgz",
"integrity": "sha512-5nYWmBTJi/rrRRTmE62QLhxSp3sfX9niPP1Ysrd4dkVZLr0fxHTkcqCLQx7BAkclCEq5MWZ7kgIHrqk5Ugq1PA==",
"requires": {
"react-fast-compare": "^3.2.0"
"react-fast-compare": "^3.2.2"
}
},
"react-syntax-highlighter": {

2
package.json

@ -15,7 +15,7 @@
"next-plausible": "3.12.0",
"react": "^18.2.0",
"react-markdown": "9.0.1",
"react-snowfall": "^1.2.1",
"react-snowfall": "^2.1.0",
"react-web-share": "^2.0.2",
"rehype-raw": "7.0.0",
"remark-gfm": "4.0.0"

Loading…
Cancel
Save