From 17ef6003ee8a6a9050957af677d50507a957941f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:48:45 +0000 Subject: [PATCH 1/3] Bump react-draggable from 4.4.5 to 4.4.6 Bumps [react-draggable](https://github.com/react-grid-layout/react-draggable) from 4.4.5 to 4.4.6. - [Release notes](https://github.com/react-grid-layout/react-draggable/releases) - [Changelog](https://github.com/react-grid-layout/react-draggable/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-grid-layout/react-draggable/compare/v4.4.5...v4.4.6) --- updated-dependencies: - dependency-name: react-draggable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d09840be..139862bc 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react": "^17.0.2", "react-beautiful-dnd": "^13.1.1", "react-dom": "^17.0.2", - "react-draggable": "^4.4.5", + "react-draggable": "^4.4.6", "react-dropzone": "^14.2.3", "react-hotkeys-hook": "^4.4.1", "react-i18next": "^13.2.2", diff --git a/yarn.lock b/yarn.lock index a03b9e32..f5b3a1a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10068,10 +10068,10 @@ react-dom@^17.0.2: object-assign "^4.1.1" scheduler "^0.20.2" -react-draggable@^4.4.5: - version "4.4.5" - resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-4.4.5.tgz#9e37fe7ce1a4cf843030f521a0a4cc41886d7e7c" - integrity sha512-OMHzJdyJbYTZo4uQE393fHcqqPYsEtkjfMgvCHr6rejT+Ezn4OZbNyGH50vv+SunC1RMvwOTSWkEODQLzw1M9g== +react-draggable@^4.4.6: + version "4.4.6" + resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-4.4.6.tgz#63343ee945770881ca1256a5b6fa5c9f5983fe1e" + integrity sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw== dependencies: clsx "^1.1.1" prop-types "^15.8.1" From 3f1e8536559fdcf1e7dc2080b8c03030b0a2368a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:04:16 +0000 Subject: [PATCH 2/3] Bump @reduxjs/toolkit from 1.9.6 to 1.9.7 Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 1.9.6 to 1.9.7. - [Release notes](https://github.com/reduxjs/redux-toolkit/releases) - [Commits](https://github.com/reduxjs/redux-toolkit/compare/v1.9.6...v1.9.7) --- updated-dependencies: - dependency-name: "@reduxjs/toolkit" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 68688452..7cc70680 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@mui/lab": "^5.0.0-alpha.142", "@mui/material": "^5.14.7", "@mui/utils": "^5.14.12", - "@reduxjs/toolkit": "^1.9.6", + "@reduxjs/toolkit": "^1.9.7", "emoji-regex": "^10.2.1", "i18next": "^23.4.6", "i18next-chained-backend": "^4.5.0", diff --git a/yarn.lock b/yarn.lock index 39a77996..1e332878 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2188,10 +2188,10 @@ resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f" integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A== -"@reduxjs/toolkit@^1.9.6": - version "1.9.6" - resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-1.9.6.tgz#fc968b45fe5b17ff90932c4556960d9c1078365a" - integrity sha512-Gc4ikl90ORF4viIdAkY06JNUnODjKfGxZRwATM30EdHq8hLSVoSrwXne5dd739yenP5bJxAX7tLuOWK5RPGtrw== +"@reduxjs/toolkit@^1.9.7": + version "1.9.7" + resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-1.9.7.tgz#7fc07c0b0ebec52043f8cb43510cf346405f78a6" + integrity sha512-t7v8ZPxhhKgOKtU+uyJT13lu4vL7az5aFi4IdoDs/eS548edn2M8Ik9h8fxgvMjGoAUVFSt6ZC1P5cWmQ014QQ== dependencies: immer "^9.0.21" redux "^4.2.1" From a88aa9b4f806630b87dabc436682193cc10ec14c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:06:13 +0000 Subject: [PATCH 3/3] Bump @fontsource/noto-emoji from 5.0.12 to 5.0.14 Bumps [@fontsource/noto-emoji](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/noto-emoji) from 5.0.12 to 5.0.14. - [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/noto-emoji/CHANGELOG.md) - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/noto-emoji) --- updated-dependencies: - dependency-name: "@fontsource/noto-emoji" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 68688452..d379fab1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "version": "0.4.0", "private": true, "dependencies": { - "@fontsource/noto-emoji": "^5.0.12", + "@fontsource/noto-emoji": "^5.0.14", "@matrix-widget-toolkit/api": "^3.2.1", "@matrix-widget-toolkit/mui": "^1.1.5", "@matrix-widget-toolkit/react": "^1.0.5", diff --git a/yarn.lock b/yarn.lock index 39a77996..f59423e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1692,10 +1692,10 @@ resolved "https://registry.yarnpkg.com/@fontsource/inter/-/inter-5.0.8.tgz#61b50cb0eb72b14ae1938d47c4a9a91546d2a50c" integrity sha512-28knWH1BfOiRalfLs90U4sge5mpQ8ZH6FS0PTT+IZMKrZ7wNHDHRuKa1kQJg+uHcc6axBppnxll+HXM4c7zo/Q== -"@fontsource/noto-emoji@^5.0.12": - version "5.0.12" - resolved "https://registry.yarnpkg.com/@fontsource/noto-emoji/-/noto-emoji-5.0.12.tgz#d3db67014794db23a5f835cb94370d2161c77caf" - integrity sha512-iWMaw//S/YRuOLooIJV8hPlgG3OyfG6nKmd/Wt5e1hIKjHqizOSx0ALIWUNahKl4fGEQQP1/dbnyCicZKCKX3g== +"@fontsource/noto-emoji@^5.0.14": + version "5.0.14" + resolved "https://registry.yarnpkg.com/@fontsource/noto-emoji/-/noto-emoji-5.0.14.tgz#7d2795bcdd6b57f1c267832523fd964f140b76af" + integrity sha512-mBU2i8cTqOEZ+CzMED8xhOGITuGIXpkHhCQ5+puuRw5Vms8EcxhPH+bpTKiWpQc1sitfZX07gPBr33u7uUxn1Q== "@gilbarbara/deep-equal@^0.1.1": version "0.1.2"