diff --git a/package-lock.json b/package-lock.json index cce7ea8..56cb54d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "bootstrap": "^3.4.1", "font-awesome": "^4.7.0", "jquery": "^3.2.1", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.2", "leaflet": "^1.2.0", "sweetalert2": "^7.33.1" }, @@ -2561,9 +2561,13 @@ "deprecated": "This version is deprecated. Please upgrade to the latest version or find support at https://www.herodevs.com/support/jquery-nes." }, "node_modules/jquery-ui": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz", - "integrity": "sha512-K/kDBMXkTky5LH+gqbMvttU1ipqCTaecKyAFjwHjUnPTVfm5I5PZC7We31iNR3yWtAHNqoxkLoit06lR/gKVlA==" + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz", + "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==", + "license": "MIT", + "dependencies": { + "jquery": ">=1.8.0 <4.0.0" + } }, "node_modules/js-tokens": { "version": "4.0.0", diff --git a/package.json b/package.json index 10708df..30cf99b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "bootstrap": "^3.4.1", "font-awesome": "^4.7.0", "jquery": "^3.2.1", - "jquery-ui": "^1.12.1", + "jquery-ui": "^1.13.2", "leaflet": "^1.2.0", "sweetalert2": "^7.33.1" }