matrix-art

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

commit a6410c60d3f26e75cf0435bbdcf3231da8d9fc75
parent a13a633fa8389f108e35c7fbc9b03764a66b6dbb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed,  2 Feb 2022 12:54:55 +0100

Bump react-toastify from 8.1.0 to 8.1.1 (#46)

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

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

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": "11.5.3", - "react-toastify": "8.1.0", + "react-toastify": "8.1.1", "reflect-metadata": "0.1.13", "sequelize": "6.15.0", "sequelize-typescript": "2.1.2", @@ -7310,9 +7310,9 @@ "dev": true }, "node_modules/react-toastify": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.1.0.tgz", - "integrity": "sha512-M+Q3rTmEw/53Csr7NsV/YnldJe4c7uERcY7Tma9mvLU98QT2VhIkKwjBzzxZkJRk/oBKyUAtkyMjMgO00hx6gQ==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.1.1.tgz", + "integrity": "sha512-KQa+j+JHjy69xpPYheaWUq3SjVw1sV2D7/QsXW6Tpo2x9HhUCvASezAMYDmLhfAYoSnaXUVnTNFAgZQA75SExQ==", "dependencies": { "clsx": "^1.1.1" }, @@ -14738,9 +14738,9 @@ "dev": true }, "react-toastify": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.1.0.tgz", - "integrity": "sha512-M+Q3rTmEw/53Csr7NsV/YnldJe4c7uERcY7Tma9mvLU98QT2VhIkKwjBzzxZkJRk/oBKyUAtkyMjMgO00hx6gQ==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.1.1.tgz", + "integrity": "sha512-KQa+j+JHjy69xpPYheaWUq3SjVw1sV2D7/QsXW6Tpo2x9HhUCvASezAMYDmLhfAYoSnaXUVnTNFAgZQA75SExQ==", "requires": { "clsx": "^1.1.1" } diff --git a/package.json b/package.json @@ -32,7 +32,7 @@ "react-blurhash": "0.1.3", "react-dom": "17.0.2", "react-dropzone": "11.5.3", - "react-toastify": "8.1.0", + "react-toastify": "8.1.1", "reflect-metadata": "0.1.13", "sequelize": "6.15.0", "sequelize-typescript": "2.1.2",