From 1f5d8ac9b566bfc9957b450ab35df972933b956d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 18:42:18 +0000 Subject: [PATCH] [dependency]: bump react-toastify in /faucet/frontend Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.1.3 to 11.0.2. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v9.1.3...v11.0.2) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- faucet/frontend/package-lock.json | 22 ++++++++++------------ faucet/frontend/package.json | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/faucet/frontend/package-lock.json b/faucet/frontend/package-lock.json index da28da6f5..d3b9ef1fc 100644 --- a/faucet/frontend/package-lock.json +++ b/faucet/frontend/package-lock.json @@ -17,7 +17,7 @@ "query-string": "^9.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-toastify": "^9.1.3", + "react-toastify": "^11.0.2", "sass": "^1.64.2", "symbol-crypto-wasm-web": "^0.1.1", "symbol-sdk": "^3.2.1", @@ -3684,10 +3684,9 @@ } }, "node_modules/clsx": { - "version": "1.2.1", - "resolved": "https://registry.symbolsyndicate.us/repository/npm-group/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", - "license": "MIT", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", + "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", "engines": { "node": ">=6" } @@ -8338,16 +8337,15 @@ "dev": true }, "node_modules/react-toastify": { - "version": "9.1.3", - "resolved": "https://registry.symbolsyndicate.us/repository/npm-group/react-toastify/-/react-toastify-9.1.3.tgz", - "integrity": "sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg==", - "license": "MIT", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.2.tgz", + "integrity": "sha512-GjHuGaiXMvbls3ywqv8XdWONwrcO4DXCJIY1zVLkHU73gEElKvTTXNI5Vom3s/k/M8hnkrfsqgBSX3OwmlonbA==", "dependencies": { - "clsx": "^1.1.1" + "clsx": "^2.1.1" }, "peerDependencies": { - "react": ">=16", - "react-dom": ">=16" + "react": "^18 || ^19", + "react-dom": "^18 || ^19" } }, "node_modules/readable-stream": { diff --git a/faucet/frontend/package.json b/faucet/frontend/package.json index 69ae24601..c06a3fd50 100644 --- a/faucet/frontend/package.json +++ b/faucet/frontend/package.json @@ -13,7 +13,7 @@ "query-string": "^9.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-toastify": "^9.1.3", + "react-toastify": "^11.0.2", "sass": "^1.64.2", "symbol-crypto-wasm-web": "^0.1.1", "symbol-sdk": "^3.2.1",