From 00cd40205e58e49166b7ef5cabcd3850d75a5e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 19:08:58 +0000 Subject: [PATCH] build(deps): bump react-toastify from 9.1.2 to 9.1.3 Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.1.2 to 9.1.3. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v9.1.2...v9.1.3) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31d0cb95..41317396 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "react-i18next": "^12.2.2", "react-joyride": "^2.5.4", "react-modal": "^3.16.1", - "react-toastify": "^9.1.2", + "react-toastify": "^9.1.3", "socket.io-client": "^4.6.1", "typescript": "^5.0.4", "use-immer": "^0.9.0", @@ -7962,9 +7962,9 @@ "integrity": "sha512-nopsRn7KnGgazBe2c3H2+Kf+Csp6PGDRLiBkYEDMKY8o/EIgft/WnIm/OnAKTawZiLnJXHAqhpFBddvs6NiXlw==" }, "node_modules/react-toastify": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.2.tgz", - "integrity": "sha512-PBfzXO5jMGEtdYR5jxrORlNZZe/EuOkwvwKijMatsZZm8IZwLj01YvobeJYNjFcA6uy6CVrx2fzL9GWbhWPTDA==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.3.tgz", + "integrity": "sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg==", "dependencies": { "clsx": "^1.1.1" }, @@ -15118,9 +15118,9 @@ "integrity": "sha512-nopsRn7KnGgazBe2c3H2+Kf+Csp6PGDRLiBkYEDMKY8o/EIgft/WnIm/OnAKTawZiLnJXHAqhpFBddvs6NiXlw==" }, "react-toastify": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.2.tgz", - "integrity": "sha512-PBfzXO5jMGEtdYR5jxrORlNZZe/EuOkwvwKijMatsZZm8IZwLj01YvobeJYNjFcA6uy6CVrx2fzL9GWbhWPTDA==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.3.tgz", + "integrity": "sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg==", "requires": { "clsx": "^1.1.1" } diff --git a/package.json b/package.json index 6e23140f..47be661e 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "react-i18next": "^12.2.2", "react-joyride": "^2.5.4", "react-modal": "^3.16.1", - "react-toastify": "^9.1.2", + "react-toastify": "^9.1.3", "socket.io-client": "^4.6.1", "typescript": "^5.0.4", "use-immer": "^0.9.0",