From 95bc3b28da49862186f5e38924e1507ce4b7c703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:10:13 +0100 Subject: [PATCH] Bump react-toastify in /cmd/experimental/kueue-viz/frontend (#3907) Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 10.0.6 to 11.0.2. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v10.0.6...v11.0.2) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cmd/experimental/kueue-viz/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/experimental/kueue-viz/frontend/package.json b/cmd/experimental/kueue-viz/frontend/package.json index ad2c5173da..ed11c794b1 100644 --- a/cmd/experimental/kueue-viz/frontend/package.json +++ b/cmd/experimental/kueue-viz/frontend/package.json @@ -18,7 +18,7 @@ "react-dom": "^19.0.0", "react-router-dom": "^7.0.2", "react-scripts": "^5.0.0", - "react-toastify": "^10.0.6" + "react-toastify": "^11.0.2" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "7.21.11",