matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit 6ee7a730cd395820c84b1220eef54574d870467d
parent fc6cf1029c432d8d56efaabb21e91a996dd35dfc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed, 16 Feb 2022 16:28:02 +0100

Bump react-toastify from 8.1.1 to 8.2.0 (#69)

Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 8.1.1 to 8.2.0.
- [Release notes](https://github.com/fkhadra/react-toastify/releases)
- [Commits](https://github.com/fkhadra/react-toastify/compare/v8.1.1...v8.2.0)

---
updated-dependencies:
- dependency-name: react-toastify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
Mpackage-lock.json | 14+++++++-------
Mpackage.json | 2+-
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -20,7 +20,7 @@ "react-blurhash": "0.1.3", "react-dom": "17.0.2", "react-dropzone": "12.0.4", - "react-toastify": "8.1.1", + "react-toastify": "8.2.0", "reflect-metadata": "0.1.13", "sequelize": "6.16.1", "sequelize-typescript": "2.1.2", @@ -7283,9 +7283,9 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "node_modules/react-toastify": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.1.1.tgz", - "integrity": "sha512-KQa+j+JHjy69xpPYheaWUq3SjVw1sV2D7/QsXW6Tpo2x9HhUCvASezAMYDmLhfAYoSnaXUVnTNFAgZQA75SExQ==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.2.0.tgz", + "integrity": "sha512-Pg2Ju7NngAamarFvLwqrFomJ57u/Ay6i6zfLurt/qPynWkAkOthu6vxfqYpJCyNhHRhR4hu7+bySSeWWJu6PAg==", "dependencies": { "clsx": "^1.1.1" }, @@ -14568,9 +14568,9 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "react-toastify": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.1.1.tgz", - "integrity": "sha512-KQa+j+JHjy69xpPYheaWUq3SjVw1sV2D7/QsXW6Tpo2x9HhUCvASezAMYDmLhfAYoSnaXUVnTNFAgZQA75SExQ==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.2.0.tgz", + "integrity": "sha512-Pg2Ju7NngAamarFvLwqrFomJ57u/Ay6i6zfLurt/qPynWkAkOthu6vxfqYpJCyNhHRhR4hu7+bySSeWWJu6PAg==", "requires": { "clsx": "^1.1.1" } diff --git a/package.json b/package.json @@ -31,7 +31,7 @@ "react-blurhash": "0.1.3", "react-dom": "17.0.2", "react-dropzone": "12.0.4", - "react-toastify": "8.1.1", + "react-toastify": "8.2.0", "reflect-metadata": "0.1.13", "sequelize": "6.16.1", "sequelize-typescript": "2.1.2",