From 01e3770bfe21915ff75795f8c279e2d10cec3718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:07:30 +0000 Subject: [PATCH] Bump react-hot-toast from 2.4.1 to 2.5.1 in /assets Bumps [react-hot-toast](https://github.com/timolins/react-hot-toast) from 2.4.1 to 2.5.1. - [Release notes](https://github.com/timolins/react-hot-toast/releases) - [Commits](https://github.com/timolins/react-hot-toast/compare/v2.4.1...v2.5.1) --- updated-dependencies: - dependency-name: react-hot-toast dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- assets/package-lock.json | 26 +++++++++++++++----------- assets/package.json | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index c4f1425d70..0f2461f786 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -29,7 +29,7 @@ "react-chartjs-2": "^5.2.0", "react-dom": "^18.3.1", "react-error-boundary": "^4.1.2", - "react-hot-toast": "^2.4.1", + "react-hot-toast": "^2.5.1", "react-markdown": "^9.0.1", "react-redux": "^9.1.0", "react-router-dom": "^6.28.0", @@ -7381,9 +7381,10 @@ "dev": true }, "node_modules/csstype": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.0.tgz", - "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "license": "MIT" }, "node_modules/damerau-levenshtein": { "version": "1.0.8", @@ -9442,9 +9443,10 @@ } }, "node_modules/goober": { - "version": "2.1.10", - "resolved": "https://registry.npmjs.org/goober/-/goober-2.1.10.tgz", - "integrity": "sha512-7PpuQMH10jaTWm33sQgBQvz45pHR8N4l3Cu3WMGEWmHShAcTuuP7I+5/DwKo39fwti5A80WAjvqgz6SSlgWmGA==", + "version": "2.1.16", + "resolved": "https://registry.npmjs.org/goober/-/goober-2.1.16.tgz", + "integrity": "sha512-erjk19y1U33+XAMe1VTvIONHYoSqE4iS7BYUZfHaqeohLmnC0FdxEh7rQU+6MZ4OajItzjZFSRtVANrQwNq6/g==", + "license": "MIT", "peerDependencies": { "csstype": "^3.0.10" } @@ -14375,11 +14377,13 @@ } }, "node_modules/react-hot-toast": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/react-hot-toast/-/react-hot-toast-2.4.1.tgz", - "integrity": "sha512-j8z+cQbWIM5LY37pR6uZR6D4LfseplqnuAO4co4u8917hBUvXlEqyP1ZzqVLcqoyUesZZv/ImreoCeHVDpE5pQ==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/react-hot-toast/-/react-hot-toast-2.5.1.tgz", + "integrity": "sha512-54Gq1ZD1JbmAb4psp9bvFHjS7lje+8ubboUmvKZkCsQBLH6AOpZ9JemfRvIdHcfb9AZXRaFLrb3qUobGYDJhFQ==", + "license": "MIT", "dependencies": { - "goober": "^2.1.10" + "csstype": "^3.1.3", + "goober": "^2.1.16" }, "engines": { "node": ">=10" diff --git a/assets/package.json b/assets/package.json index 070364ff79..99dbe92b5e 100644 --- a/assets/package.json +++ b/assets/package.json @@ -72,7 +72,7 @@ "react-chartjs-2": "^5.2.0", "react-dom": "^18.3.1", "react-error-boundary": "^4.1.2", - "react-hot-toast": "^2.4.1", + "react-hot-toast": "^2.5.1", "react-markdown": "^9.0.1", "react-redux": "^9.1.0", "react-router-dom": "^6.28.0",