Bump flot in /themes/common-theme/webapp/common-theme/js (#532)

Bumps [flot](https://github.com/flot/flot) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/flot/flot/releases)
- [Changelog](https://github.com/flot/flot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flot/flot/compare/v4.2.2...v4.2.3)

---
updated-dependencies:
- dependency-name: flot
  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>
diff --git a/themes/common-theme/webapp/common-theme/js/package-lock.json b/themes/common-theme/webapp/common-theme/js/package-lock.json
index ecaddaa..2afb5df 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -9,14 +9,14 @@
             "dependencies": {
                 "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",
                 "dompurify": "^2.3.10",
-                "flot": "^4.2.2",
+                "flot": "^4.2.3",
                 "jquery": "^3.6.0",
                 "jquery-migrate": "^3.4.0",
                 "jquery-ui-dist": "^1.13.1",
                 "jquery-validation": "^1.19.5",
                 "jquery.browser": "^0.1.0",
                 "trumbowyg": "^2.25.1",
-                "uglify-js": "latest"
+                "uglify-js": "3.16.3"
             }
         },
         "node_modules/@chinchilla-software/jquery-ui-timepicker-addon": {
@@ -33,9 +33,9 @@
             "integrity": "sha512-o7Fg/AgC7p/XpKjf/+RC3Ok6k4St5F7Q6q6+Nnm3p2zGWioAY6dh0CbbuwOhH2UcSzKsdniE/YnE2/92JcsA+g=="
         },
         "node_modules/flot": {
-            "version": "4.2.2",
-            "resolved": "https://registry.npmjs.org/flot/-/flot-4.2.2.tgz",
-            "integrity": "sha512-Strct/A27o0TA25X7Z0pxKhwK4djiP1Kjeqj0tkiqrkRu1qYPqfbp5BYuxEL8CWDNtj85Uc0PnG2E2plo1+VMg=="
+            "version": "4.2.3",
+            "resolved": "https://registry.npmjs.org/flot/-/flot-4.2.3.tgz",
+            "integrity": "sha512-r1t2gfhILE6dt7cnYDHX/D2VHERyD0YoV0UdFJg5dWbjkcu05MugfhNY7VspfBFTa+hjVNYVZw6/t9ZyYNen+w=="
         },
         "node_modules/jquery": {
             "version": "3.6.0",
@@ -106,9 +106,9 @@
             "integrity": "sha512-o7Fg/AgC7p/XpKjf/+RC3Ok6k4St5F7Q6q6+Nnm3p2zGWioAY6dh0CbbuwOhH2UcSzKsdniE/YnE2/92JcsA+g=="
         },
         "flot": {
-            "version": "4.2.2",
-            "resolved": "https://registry.npmjs.org/flot/-/flot-4.2.2.tgz",
-            "integrity": "sha512-Strct/A27o0TA25X7Z0pxKhwK4djiP1Kjeqj0tkiqrkRu1qYPqfbp5BYuxEL8CWDNtj85Uc0PnG2E2plo1+VMg=="
+            "version": "4.2.3",
+            "resolved": "https://registry.npmjs.org/flot/-/flot-4.2.3.tgz",
+            "integrity": "sha512-r1t2gfhILE6dt7cnYDHX/D2VHERyD0YoV0UdFJg5dWbjkcu05MugfhNY7VspfBFTa+hjVNYVZw6/t9ZyYNen+w=="
         },
         "jquery": {
             "version": "3.6.0",
diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json
index de29889..f78911e 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -11,7 +11,7 @@
         "dompurify": "^2.3.10",
         "jquery-ui-dist": "^1.13.1",
         "trumbowyg": "^2.25.1",
-        "flot": "^4.2.2",
+        "flot": "^4.2.3",
         "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",
         "uglify-js": "3.16.3"
     },