diff --git a/package-lock.json b/package-lock.json index b7c0e3e..aa2003e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "graphviz-react": "^1.2.5", "html2canvas": "^1.4.1", "joi": "^17.13.3", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lucide-react": "^0.378.0", "papaparse": "^5.5.3", "radix-ui": "^1.4.2", @@ -4169,7 +4169,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4186,7 +4185,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4203,7 +4201,6 @@ "cpu": [ "arm" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4220,7 +4217,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4237,7 +4233,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4254,7 +4249,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4271,7 +4265,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4288,7 +4281,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4305,7 +4297,6 @@ "cpu": [ "ia32" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4322,7 +4313,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -11299,9 +11289,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==", "license": "MIT" }, "node_modules/lodash-es": { diff --git a/package.json b/package.json index b754696..ad00cf2 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "graphviz-react": "^1.2.5", "html2canvas": "^1.4.1", "joi": "^17.13.3", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lucide-react": "^0.378.0", "papaparse": "^5.5.3", "radix-ui": "^1.4.2",