summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorRupok Chowdhury Protik <rupokify@gmail.com>2021-11-02 21:35:42 +0600
committerGitHub <noreply@github.com>2021-11-02 18:35:42 +0300
commit9d08d44e70383997fc84068d94406676cd32f84d (patch)
treec2497a4c156394a5409f7282595caf2c1fb572b5 /web
parent95a2f16795be38b26bcddbde24e4d679dfef4427 (diff)
Update jQuery Dependency (#11710)
Diffstat (limited to 'web')
-rw-r--r--web/gui/src/dashboard.js/dependencies.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gui/src/dashboard.js/dependencies.js b/web/gui/src/dashboard.js/dependencies.js
index fff7818ace..a0c26bf354 100644
--- a/web/gui/src/dashboard.js/dependencies.js
+++ b/web/gui/src/dashboard.js/dependencies.js
@@ -4,7 +4,7 @@
// default URLs for all the external files we need
// make them RELATIVE so that the whole thing can also be
// installed under a web server
-NETDATA.jQuery = NETDATA.serverStatic + 'lib/jquery-2.2.4.min.js';
+NETDATA.jQuery = NETDATA.serverStatic + 'lib/jquery-3.6.0.min.js';
NETDATA.peity_js = NETDATA.serverStatic + 'lib/jquery.peity-3.2.0.min.js';
NETDATA.sparkline_js = NETDATA.serverStatic + 'lib/jquery.sparkline-2.1.2.min.js';
NETDATA.easypiechart_js = NETDATA.serverStatic + 'lib/jquery.easypiechart-97b5824.min.js';