From 16bebe0a3311a9e0be18d6284afc8b33880a21a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:27:06 +0000 Subject: [PATCH] chore(deps): bump react-toastify from 10.0.3 to 10.0.4 (#596) Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 10.0.3 to 10.0.4. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v10.0.3...v10.0.4) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a08f55f1..5dc80ff9 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-dom": "^18.2.0", "react-icons": "^5.0.1", "react-modal": "3.16.1", - "react-toastify": "10.0.3" + "react-toastify": "10.0.4" }, "devDependencies": { "@commitlint/cli": "^18.4.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1730bc48..2607f035 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,8 +63,8 @@ dependencies: specifier: 3.16.1 version: 3.16.1(react-dom@18.2.0)(react@18.2.0) react-toastify: - specifier: 10.0.3 - version: 10.0.3(react-dom@18.2.0)(react@18.2.0) + specifier: 10.0.4 + version: 10.0.4(react-dom@18.2.0)(react@18.2.0) devDependencies: '@commitlint/cli': @@ -5530,8 +5530,8 @@ packages: warning: 4.0.3 dev: false - /react-toastify@10.0.3(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-PBJwXjFKKM73tgb6iSld4GMs9ShBWGUvc9zPHmdDgT4CdSr32iqSNh6y/fFN/tosvkTS6/tBLptDxXiXgcjvuw==} + /react-toastify@10.0.4(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-etR3RgueY8pe88SA67wLm8rJmL1h+CLqUGHuAoNsseW35oTGJEri6eBTyaXnFKNQ80v/eO10hBYLgz036XRGgA==} peerDependencies: react: '>=16' react-dom: '>=16'