From 9d804d285704cdce947758e7854af5de093bda66 Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Wed, 1 Dec 2021 17:00:33 +0530 Subject: [PATCH] Update the dropzone version to 5.9.3 and Flask-SQLAlchemy to 2.5.*. Fixes #7044 --- docs/en_US/release_notes_6_3.rst | 3 ++- requirements.txt | 2 +- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/en_US/release_notes_6_3.rst b/docs/en_US/release_notes_6_3.rst index f72e63d57..ec06d9635 100644 --- a/docs/en_US/release_notes_6_3.rst +++ b/docs/en_US/release_notes_6_3.rst @@ -31,4 +31,5 @@ Bug fixes | `Issue #7013 `_ - Fix an RPM build issue that could lead to a conflict with python3 at installation. | `Issue #7015 `_ - Fixed an issue where the error is thrown while creating a new server using Add New Server from the dashboard while tree item is not selected. | `Issue #7024 `_ - Fixed an issue where reverse engineering SQL is wrong for Aggregate. -| `Issue #7040 `_ - Add "section" to the Debian package control files. \ No newline at end of file +| `Issue #7040 `_ - Add "section" to the Debian package control files. +| `Issue #7044 `_ - Update the dropzone version to 5.9.3 and Flask-SQLAlchemy to 2.5.*. diff --git a/requirements.txt b/requirements.txt index 493d27dda..06b04f886 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ Flask-Gravatar==0.* Flask-Login==0.* Flask-Mail==0.* Flask-Migrate==3.* -Flask-SQLAlchemy==2.* +Flask-SQLAlchemy==2.5.* Flask-WTF==1.* Flask-Compress==1.* Flask-Paranoid==0.* diff --git a/web/package.json b/web/package.json index 273b08eea..8e3393786 100644 --- a/web/package.json +++ b/web/package.json @@ -113,7 +113,7 @@ "dagre": "^0.8.4", "date-fns": "^2.24.0", "diff-arrays-of-objects": "^1.1.8", - "dropzone": "^5.7.4", + "dropzone": "^5.9.3", "html2canvas": "^1.0.0-rc.7", "immutability-helper": "^3.0.0", "imports-loader": "^2.0.0", diff --git a/web/yarn.lock b/web/yarn.lock index bc0ddbc0c..a4e3c494e 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -3802,10 +3802,10 @@ download@^7.1.0: p-event "^2.1.0" pify "^3.0.0" -dropzone@^5.7.4: - version "5.8.0" - resolved "https://registry.yarnpkg.com/dropzone/-/dropzone-5.8.0.tgz#8a3c27f4ac6d29e4e37bbe2522b5fc17821075f8" - integrity sha512-aJQ0VpHrhkm7TcAaeUgCgnyGP/7gNXjNBM6xxx+7HPlLiHfFUa2PkfRMU3wHgBNPyH+UcF/zpJWY3QCt4l61xQ== +dropzone@^5.9.3: + version "5.9.3" + resolved "https://registry.yarnpkg.com/dropzone/-/dropzone-5.9.3.tgz#b3070ae090fa48cbc04c17535635537ca72d70d6" + integrity sha512-Azk8kD/2/nJIuVPK+zQ9sjKMRIpRvNyqn9XwbBHNq+iNuSccbJS6hwm1Woy0pMST0erSo0u4j+KJaodndDk4vA== duplexer2@^0.1.2, duplexer2@~0.1.0, duplexer2@~0.1.2: version "0.1.4"