diff --git a/package-lock.json b/package-lock.json index e93b0d7..a0972af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "grunt-contrib-watch": "^1.1.0", "json-server": "^0.16.1", "json-server-auth": "^1.2.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "moment": "^2.27.0", "nocache": "^2.1.0", "require-uncached": "^2.0.0", @@ -3388,7 +3388,6 @@ "anymatch": "^2.0.0", "async-each": "^1.0.1", "braces": "^2.3.2", - "fsevents": "^1.2.7", "glob-parent": "^3.1.0", "inherits": "^2.0.3", "is-binary-path": "^1.0.0", @@ -9463,9 +9462,9 @@ } }, "node_modules/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==", "dev": true }, "node_modules/lodash-id": { @@ -22324,9 +22323,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==", "dev": true }, "lodash-id": { diff --git a/package.json b/package.json index 07bad3b..368dfa8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "grunt-contrib-watch": "^1.1.0", "json-server": "^0.16.1", "json-server-auth": "^1.2.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "moment": "^2.27.0", "nocache": "^2.1.0", "require-uncached": "^2.0.0",