fix(deps): update dependency react-confetti to v6.4.0

This commit is contained in:
renovate[bot] 2025-05-13 14:05:27 +00:00 committed by GitHub
parent 82175dd916
commit ce28d05250
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -16,7 +16,7 @@
"express-http-proxy": "1.6.3",
"lodash.defaults": "4.2.0",
"lodash.get": "4.4.2",
"react-confetti": "6.1.0",
"react-confetti": "6.4.0",
"react-helmet": "5.2.1",
"react-onclickoutside": "6.13.0",
"react-router-dom": "5.3.4",
@ -20793,18 +20793,18 @@
"license": "BSD-3-Clause"
},
"node_modules/react-confetti": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/react-confetti/-/react-confetti-6.1.0.tgz",
"integrity": "sha512-7Ypx4vz0+g8ECVxr88W9zhcQpbeujJAVqL14ZnXJ3I23mOI9/oBVTQ3dkJhUmB0D6XOtCZEM6N0Gm9PMngkORw==",
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/react-confetti/-/react-confetti-6.4.0.tgz",
"integrity": "sha512-5MdGUcqxrTU26I2EU7ltkWPwxvucQTuqMm8dUz72z2YMqTD6s9vMcDUysk7n9jnC+lXuCPeJJ7Knf98VEYE9Rg==",
"license": "MIT",
"dependencies": {
"tween-functions": "^1.2.0"
},
"engines": {
"node": ">=10.18"
"node": ">=16"
},
"peerDependencies": {
"react": "^16.3.0 || ^17.0.1 || ^18.0.0"
"react": "^16.3.0 || ^17.0.1 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/react-contextmenu": {

View file

@ -51,7 +51,7 @@
"express-http-proxy": "1.6.3",
"lodash.defaults": "4.2.0",
"lodash.get": "4.4.2",
"react-confetti": "6.1.0",
"react-confetti": "6.4.0",
"react-helmet": "5.2.1",
"react-onclickoutside": "6.13.0",
"react-router-dom": "5.3.4",