diff --git a/package-lock.json b/package-lock.json index fc3faca..7793725 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,12 @@ "integrity": "sha1-U19zaSJaun+xW/cTTHGxW8Y1xYY=" }, "angular-block-ui": { - "version": "git+https://github.com/McNull/angular-block-ui.git#0d01eee67a6f8b0fd6beeaf16f950d1870842702" + "version": "git+https://github.com/McNull/angular-block-ui.git#0d01eee67a6f8b0fd6beeaf16f950d1870842702", + "from": "git+https://github.com/McNull/angular-block-ui.git#0d01eee67a6f8b0fd6beeaf16f950d1870842702" + }, + "angular-blockUI": { + "version": "git+https://github.com/McNull/angular-block-ui.git#0d01eee67a6f8b0fd6beeaf16f950d1870842702", + "from": "git+https://github.com/McNull/angular-block-ui.git" }, "angular-loading-bar": { "version": "0.9.0", @@ -4045,9 +4050,9 @@ "dev": true }, "jquery": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.1.1.tgz", - "integrity": "sha1-NHwcIcfgBBFeCk2jLOzgQfrTyKM=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-tokens": { "version": "3.0.2", @@ -5936,7 +5941,8 @@ } }, "simplemde-angular": { - "version": "git+https://github.com/hansottowirtz/simplemde-angular.git#fc9bc5b9923b49d425906c3046ca79dd3650ef88" + "version": "git+https://github.com/hansottowirtz/simplemde-angular.git#fc9bc5b9923b49d425906c3046ca79dd3650ef88", + "from": "git+https://github.com/hansottowirtz/simplemde-angular.git#fc9bc5b9923b49d425906c3046ca79dd3650ef88" }, "slash": { "version": "1.0.0", diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 68c4b02..4bc6893 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "angular-sanitize": "^1.6.1", "angular-translate": "^2.13.1", "express": "~4.14.0", - "jquery": "3.1.1", + "jquery": "3.5.0", "materialize-css": "^0.97.8", "prismjs": "^1.6.0", "simplemde": "^1.11.2",