From 78dde58d951a501a375e399e7d40528bda30aa19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:33:23 -0500 Subject: [PATCH 1/7] Bump date-fns from 3.0.0 to 3.1.0 (#6348) Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6c67a1636c..9affdf0733 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "cors": "^2.8.5", "crypto-js": "^4.2.0", "csvtojson": "^2.0.10", - "date-fns": "^3.0.0", + "date-fns": "^3.1.0", "diacritics": "^1.3.0", "dotenv": "^16.3.1", "express": "^4.17.3", diff --git a/yarn.lock b/yarn.lock index 440ad942f5..d1eccd3264 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9291,10 +9291,10 @@ date-fns@^2.30.0: dependencies: "@babel/runtime" "^7.21.0" -date-fns@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.0.0.tgz#dc46aa8c403966a588fbc3794c6b006c17ab8691" - integrity sha512-xjDz3rNN9jp+Lh3P/4MeY4E5HkaRnEnrJCcrdRZnKdn42gJlIe6hwrrwVXePRwVR2kh1UcMnz00erYBnHF8PFA== +date-fns@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.1.0.tgz#576df8df93202942aeebd49ecc042218feb40426" + integrity sha512-ZO7yefXV/wCWzd3I9haCHmfzlfA3i1a2HHO7ZXjtJrRjXt8FULKJ2Vl8wji3XYF4dQ0ZJ/tokXDZeYlFvgms9Q== dayjs@^1.10.4: version "1.11.7" From fed965f0e7396b871bedc586fd4c462cccfad83a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:01:45 -0500 Subject: [PATCH 2/7] Bump @smithy/node-http-handler from 2.1.10 to 2.2.2 (#6352) Bumps [@smithy/node-http-handler](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/node-http-handler) from 2.1.10 to 2.2.2. - [Release notes](https://github.com/awslabs/smithy-typescript/releases) - [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/node-http-handler/CHANGELOG.md) - [Commits](https://github.com/awslabs/smithy-typescript/commits/@smithy/node-http-handler@2.2.2/packages/node-http-handler) --- updated-dependencies: - dependency-name: "@smithy/node-http-handler" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 54 ++++++++++++++++++++++++++-------------------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/package.json b/package.json index 9affdf0733..eb724a2300 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "@sentry/node": "^7.91.0", "@sentry/react": "7.91.0", "@sentry/tracing": "^7.91.0", - "@smithy/node-http-handler": "^2.1.4", + "@smithy/node-http-handler": "^2.2.2", "@socket.io/redis-adapter": "7.2.0", "@socket.io/redis-emitter": "5.1.0", "@supercharge/promise-pool": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index d1eccd3264..7dc7a7a84e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4138,12 +4138,12 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@smithy/abort-controller@^2.0.14": - version "2.0.14" - resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.0.14.tgz#0608c34e35289e66ba839bbdda0c2ccd971e8d26" - integrity sha512-zXtteuYLWbSXnzI3O6xq3FYvigYZFW8mdytGibfarLL2lxHto9L3ILtGVnVGmFZa7SDh62l39EnU5hesLN87Fw== +"@smithy/abort-controller@^2.0.14", "@smithy/abort-controller@^2.0.16": + version "2.0.16" + resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.0.16.tgz#31a86748e0c55a97ead1d179040160c6fc55ba1b" + integrity sha512-4foO7738k8kM9flMHu3VLabqu7nPgvIj8TB909S0CnKx0YZz/dcDH3pZ/4JHdatfxlZdKF1JWOYCw9+v3HVVsw== dependencies: - "@smithy/types" "^2.6.0" + "@smithy/types" "^2.8.0" tslib "^2.5.0" "@smithy/chunked-blob-reader-native@^2.0.1": @@ -4375,15 +4375,15 @@ "@smithy/types" "^2.6.0" tslib "^2.5.0" -"@smithy/node-http-handler@^2.1.10", "@smithy/node-http-handler@^2.1.4", "@smithy/node-http-handler@^2.1.9": - version "2.1.10" - resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-2.1.10.tgz#8921a661dfb273a21dd1dff3ad1fe5196ea3c525" - integrity sha512-lkALAwtN6odygIM4nB8aHDahINM6WXXjNrZmWQAh0RSossySRT2qa31cFv0ZBuAYVWeprskRk13AFvvLmf1WLw== +"@smithy/node-http-handler@^2.1.10", "@smithy/node-http-handler@^2.1.9", "@smithy/node-http-handler@^2.2.2": + version "2.2.2" + resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-2.2.2.tgz#f9f8cd49f270bc50a0de8a4587bbdaae1c7c4e80" + integrity sha512-XO58TO/Eul/IBQKFKaaBtXJi0ItEQQCT+NI4IiKHCY/4KtqaUT6y/wC1EvDqlA9cP7Dyjdj7FdPs4DyynH3u7g== dependencies: - "@smithy/abort-controller" "^2.0.14" - "@smithy/protocol-http" "^3.0.10" - "@smithy/querystring-builder" "^2.0.14" - "@smithy/types" "^2.6.0" + "@smithy/abort-controller" "^2.0.16" + "@smithy/protocol-http" "^3.0.12" + "@smithy/querystring-builder" "^2.0.16" + "@smithy/types" "^2.8.0" tslib "^2.5.0" "@smithy/property-provider@^2.0.0", "@smithy/property-provider@^2.0.6": @@ -4402,20 +4402,20 @@ "@smithy/types" "^2.6.0" tslib "^2.5.0" -"@smithy/protocol-http@^3.0.10", "@smithy/protocol-http@^3.0.9": - version "3.0.10" - resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-3.0.10.tgz#235ffdcdc3022c4a76b1785dbc6f9f8427859e1f" - integrity sha512-6+tjNk7rXW7YTeGo9qwxXj/2BFpJTe37kTj3EnZCoX/nH+NP/WLA7O83fz8XhkGqsaAhLUPo/bB12vvd47nsmg== +"@smithy/protocol-http@^3.0.10", "@smithy/protocol-http@^3.0.12", "@smithy/protocol-http@^3.0.9": + version "3.0.12" + resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-3.0.12.tgz#9f606efd191593f6dbde58fa822465b92b8afbca" + integrity sha512-Xz4iaqLiaBfbQpB9Hgi3VcZYbP7xRDXYhd8XWChh4v94uw7qwmvlxdU5yxzfm6ACJM66phHrTbS5TVvj5uQ72w== dependencies: - "@smithy/types" "^2.6.0" + "@smithy/types" "^2.8.0" tslib "^2.5.0" -"@smithy/querystring-builder@^2.0.14": - version "2.0.14" - resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-2.0.14.tgz#3ba4ba728ab10e040b46079afc983c3378032328" - integrity sha512-lQ4pm9vTv9nIhl5jt6uVMPludr6syE2FyJmHsIJJuOD7QPIJnrf9HhUGf1iHh9KJ4CUv21tpOU3X6s0rB6uJ0g== +"@smithy/querystring-builder@^2.0.14", "@smithy/querystring-builder@^2.0.16": + version "2.0.16" + resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-2.0.16.tgz#1a9a02b1fb938688cdab5e585cb7c62c8054bc41" + integrity sha512-Q/GsJT0C0mijXMRs7YhZLLCP5FcuC4797lYjKQkME5CZohnLC4bEhylAd2QcD3gbMKNjCw8+T2I27WKiV/wToA== dependencies: - "@smithy/types" "^2.6.0" + "@smithy/types" "^2.8.0" "@smithy/util-uri-escape" "^2.0.0" tslib "^2.5.0" @@ -4474,10 +4474,10 @@ "@smithy/util-stream" "^2.0.21" tslib "^2.5.0" -"@smithy/types@^2.2.2", "@smithy/types@^2.5.0", "@smithy/types@^2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.6.0.tgz#a09c40b512e2df213229a20a43d0d9cfcf55ca3e" - integrity sha512-PgqxJq2IcdMF9iAasxcqZqqoOXBHufEfmbEUdN1pmJrJltT42b0Sc8UiYSWWzKkciIp9/mZDpzYi4qYG1qqg6g== +"@smithy/types@^2.2.2", "@smithy/types@^2.5.0", "@smithy/types@^2.6.0", "@smithy/types@^2.8.0": + version "2.8.0" + resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.8.0.tgz#bdbaa0a54c9c3538d6c763c6f32d3e4f76fe0df9" + integrity sha512-h9sz24cFgt/W1Re22OlhQKmUZkNh244ApgRsUDYinqF8R+QgcsBIX344u2j61TPshsTz3CvL6HYU1DnQdsSrHA== dependencies: tslib "^2.5.0" From 6c7436fccc6f8233b1ef2579a6a5391facfc7985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:42:43 -0500 Subject: [PATCH 3/7] Bump sass from 1.69.5 to 1.69.7 (#6349) Bumps [sass](https://github.com/sass/dart-sass) from 1.69.5 to 1.69.7. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.69.5...1.69.7) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development 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 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eb724a2300..0e0061c9e8 100644 --- a/package.json +++ b/package.json @@ -372,7 +372,7 @@ "react-dnd-test-backend": "15.1.1", "redux-mock-store": "^1.5.4", "rtlcss-webpack-plugin": "4.0.7", - "sass": "^1.69.5", + "sass": "^1.69.7", "sass-loader": "13.3.3", "sharp": "^0.32.6", "storybook": "^7.6.7", diff --git a/yarn.lock b/yarn.lock index 7dc7a7a84e..2e980aa06b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19347,10 +19347,10 @@ sass-loader@13.3.3: dependencies: neo-async "^2.6.2" -sass@^1.69.5: - version "1.69.5" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.5.tgz#23e18d1c757a35f2e52cc81871060b9ad653dfde" - integrity sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ== +sass@^1.69.7: + version "1.69.7" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.7.tgz#6e7e1c8f51e8162faec3e9619babc7da780af3b7" + integrity sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0" From 567b4e189aef567c23390919fc7cd336bd025742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:25:09 -0500 Subject: [PATCH 4/7] Bump follow-redirects from 1.15.1 to 1.15.4 (#6353) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.1...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2e980aa06b..19a3371336 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11552,9 +11552,9 @@ fn.name@1.x.x: integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw== follow-redirects@^1.14.7: - version "1.15.1" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5" - integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA== + version "1.15.4" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf" + integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw== for-each@^0.3.3: version "0.3.3" From fc1bb0de3e26d181c71eab1d4cdd5315abb9e715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:01:50 -0500 Subject: [PATCH 5/7] Bump @babel/parser from 7.23.4 to 7.23.6 (#6357) Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.23.4 to 7.23.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-parser) --- updated-dependencies: - dependency-name: "@babel/parser" dependency-type: direct:development 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 +- yarn.lock | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0e0061c9e8..65aa91bb28 100644 --- a/package.json +++ b/package.json @@ -252,7 +252,7 @@ "@babel/helper-call-delegate": "^7.12.13", "@babel/helper-get-function-arity": "^7.16.7", "@babel/helper-string-parser": "^7.22.5", - "@babel/parser": "^7.23.4", + "@babel/parser": "^7.23.6", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", diff --git a/yarn.lock b/yarn.lock index 19a3371336..c816ce7531 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1081,12 +1081,7 @@ chalk "^2.4.2" js-tokens "^4.0.0" -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0", "@babel/parser@^7.23.4": - version "7.23.4" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.4.tgz#409fbe690c333bb70187e2de4021e1e47a026661" - integrity sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ== - -"@babel/parser@^7.23.6": +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0", "@babel/parser@^7.23.6": version "7.23.6" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b" integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ== From 114ad54537c26593b089a7c5e48ad356b2923650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 16:20:23 -0500 Subject: [PATCH 6/7] Bump htmlparser2 from 9.0.0 to 9.1.0 (#6358) Bumps [htmlparser2](https://github.com/fb55/htmlparser2) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/fb55/htmlparser2/releases) - [Commits](https://github.com/fb55/htmlparser2/compare/v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: htmlparser2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 65aa91bb28..04a0979389 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "graylog2": "^0.2.1", "helmet": "^7.1.0", "html-to-react": "^1.7.0", - "htmlparser2": "^9.0.0", + "htmlparser2": "^9.1.0", "immutability-helper": "^3.1.1", "immutable": "^3.7.6", "is-reachable": "^5.2.1", diff --git a/yarn.lock b/yarn.lock index c816ce7531..866de2d980 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12682,10 +12682,10 @@ htmlparser2@^6.1.0: domutils "^2.5.2" entities "^2.0.0" -htmlparser2@^9.0, htmlparser2@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.0.0.tgz#e431142b7eeb1d91672742dea48af8ac7140cddb" - integrity sha512-uxbSI98wmFT/G4P2zXx4OVx04qWUmyFPrD2/CNepa2Zo3GPNaCaaxElDgwUrwYWkK1nr9fft0Ya8dws8coDLLQ== +htmlparser2@^9.0, htmlparser2@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.1.0.tgz#cdb498d8a75a51f739b61d3f718136c369bc8c23" + integrity sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ== dependencies: domelementtype "^2.3.0" domhandler "^5.0.3" From 988df4175ea17e011043f7d3b8b52174f721e281 Mon Sep 17 00:00:00 2001 From: Santiago <71732018+Zasa-san@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:54:13 -0300 Subject: [PATCH 7/7] [Stabilization fix] V2 media player error visual fix (#6363) * corrected typo in class * upped version --- app/react/App/styles/globals.css | 25 ++++++++++++++++++++++ app/react/V2/Components/UI/MediaPlayer.tsx | 2 +- package.json | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/app/react/App/styles/globals.css b/app/react/App/styles/globals.css index 5473162a06..09065b3a8f 100644 --- a/app/react/App/styles/globals.css +++ b/app/react/App/styles/globals.css @@ -648,6 +648,12 @@ select:not([size]) { print-color-adjust: exact; } +:is([dir=rtl]) select:not([size]) { + background-position: left 0.75rem center; + padding-right: 0.75rem; + padding-left: 0; +} + [multiple] { background-image: initial; background-position: initial; @@ -778,6 +784,11 @@ input[type=file]::file-selector-button:hover { background: #374151; } +:is([dir=rtl]) input[type=file]::file-selector-button { + padding-right: 2rem; + padding-left: 1rem; +} + .dark input[type=file]::file-selector-button { color: white; background: #4B5563; @@ -1778,6 +1789,10 @@ input:checked + .toggle-bg { z-index: 20; } +.z-40 { + z-index: 40; +} + .z-50 { z-index: 50; } @@ -2808,6 +2823,11 @@ input:checked + .toggle-bg { border-bottom-left-radius: 0.25rem; } +.rounded-e-lg { + border-start-end-radius: 0.5rem; + border-end-end-radius: 0.5rem; +} + .rounded-l-\[4px\] { border-top-left-radius: 4px; border-bottom-left-radius: 4px; @@ -2843,6 +2863,11 @@ input:checked + .toggle-bg { border-bottom-right-radius: 0px; } +.rounded-s-lg { + border-start-start-radius: 0.5rem; + border-end-start-radius: 0.5rem; +} + .rounded-t { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; diff --git a/app/react/V2/Components/UI/MediaPlayer.tsx b/app/react/V2/Components/UI/MediaPlayer.tsx index d5f3122087..40d6183669 100644 --- a/app/react/V2/Components/UI/MediaPlayer.tsx +++ b/app/react/V2/Components/UI/MediaPlayer.tsx @@ -75,7 +75,7 @@ const MediaPlayer = ({ url, width, height, thumbnail }: MediaPlayerProps) => { ref={containerRef} > {mediaType === 'invalid' && ( -
+

This file type is not supported on media fields

diff --git a/package.json b/package.json index 4edfb455d9..a66b2920b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uwazi", - "version": "1.150.0-rc1", + "version": "1.150.0-rc2", "description": "Uwazi is a free, open-source solution for organising, analysing and publishing your documents.", "keywords": [ "react"