diff --git a/PullprintingServer/download/.gitkeep b/PullprintingServer/download/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/PullprintingServer/package-lock.json b/PullprintingServer/package-lock.json index 612a304..4524d28 100644 --- a/PullprintingServer/package-lock.json +++ b/PullprintingServer/package-lock.json @@ -1079,9 +1079,9 @@ } }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.includes": { "version": "4.3.0", diff --git a/PullprintingServer/package.json b/PullprintingServer/package.json index 463d523..d553f71 100644 --- a/PullprintingServer/package.json +++ b/PullprintingServer/package.json @@ -17,7 +17,7 @@ "helmet": "^4.1.1", "https": "^1.0.0", "jsonwebtoken": "^8.5.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "memfs": "^3.2.0", "minimist": "^1.2.5", "multer": "^1.4.2",