diff --git a/service_server/roomplaner/package-lock.json b/service_server/roomplaner/package-lock.json index 639055d..7d41a10 100644 --- a/service_server/roomplaner/package-lock.json +++ b/service_server/roomplaner/package-lock.json @@ -1,6 +1,6 @@ { "name": "three", - "version": "0.114.0", + "version": "0.115.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1710,9 +1710,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "lru-cache": {