diff --git a/package-lock.json b/package-lock.json index 4da217b8672..d81e51c050b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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.2.2", "react-helmet": "5.2.1", "react-onclickoutside": "6.13.0", "react-router-dom": "5.3.4", @@ -20198,18 +20198,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.2.2", + "resolved": "https://registry.npmjs.org/react-confetti/-/react-confetti-6.2.2.tgz", + "integrity": "sha512-K+kTyOPgX+ZujMZ+Rmb7pZdHBvg+DzinG/w4Eh52WOB8/pfO38efnnrtEZNJmjTvLxc16RBYO+tPM68Fg8viBA==", "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": { diff --git a/package.json b/package.json index 905a3360445..0f7cd1a8ff1 100644 --- a/package.json +++ b/package.json @@ -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.2.2", "react-helmet": "5.2.1", "react-onclickoutside": "6.13.0", "react-router-dom": "5.3.4",