diff --git a/package-lock.json b/package-lock.json index 9f5a06b0..776296ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,12 +4,11 @@ "requires": true, "packages": { "": { - "name": "pantau", "devDependencies": { "@playwright/test": "^1.54.1", "axios": "^0.30", "laravel-mix": "^6.0.6", - "lodash": "^4.17.19", + "lodash": "^4.17.23", "postcss": "^8.1.14" } }, @@ -6258,9 +6257,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index e86e68d7..6afe7f73 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@playwright/test": "^1.54.1", "axios": "^0.30", "laravel-mix": "^6.0.6", - "lodash": "^4.17.19", + "lodash": "^4.17.23", "postcss": "^8.1.14" } } \ No newline at end of file