diff --git a/package-lock.json b/package-lock.json index 69992bb270..ee74101847 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,6 @@ "blueimp-md5": "^2.19.0", "crypto-js": "^4.2.0", "js-confetti": "^0.12.0", - "lodash-es": "^4.17.21", "pinia": "^2.2.5", "v-perfect-signature": "^1.4.0", "vue": "^2.7.16", @@ -11266,12 +11265,6 @@ "license": "MIT", "peer": true }, - "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", - "license": "MIT" - }, "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", diff --git a/package.json b/package.json index 574f11ecd6..e089e4fd20 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "blueimp-md5": "^2.19.0", "crypto-js": "^4.2.0", "js-confetti": "^0.12.0", - "lodash-es": "^4.17.21", "pinia": "^2.2.5", "v-perfect-signature": "^1.4.0", "vue": "^2.7.16", diff --git a/src/Components/Draw/FileUpload.vue b/src/Components/Draw/FileUpload.vue index e0545e75c1..0af6093031 100644 --- a/src/Components/Draw/FileUpload.vue +++ b/src/Components/Draw/FileUpload.vue @@ -54,7 +54,6 @@