diff --git a/package-lock.json b/package-lock.json index 0712757..fed2a16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5987,9 +5987,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 }, "lodash.memoize": { diff --git a/package.json b/package.json index edbaf3a..74a0286 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "laravel-mix": "^4.0.14", "laravel-mix-purgecss": "^4.1", "laravel-mix-tailwind": "^0.1.0", - "lodash": "^4.17.13", + "lodash": "^4.17.21", "resolve-url-loader": "^3.1.0", "sass": "^1.15.2", "sass-loader": "^7.1.0",