diff --git a/package-lock.json b/package-lock.json index 23f68c6..ba04102 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7570,9 +7570,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==" }, "lodash.defaultsdeep": { "version": "4.6.1", diff --git a/package.json b/package.json index fa192e7..d3f54e3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "bootstrap": "^4.4.1", "core-js": "^3.6.4", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "splashy": "^5.0.2", "vue": "^2.6.11", "vue-confetti": "^2.0.8",