File 0004-Bump-lodash.patch of Package golang-github-prometheus-prometheus
diff --git a/web/ui/package-lock.json b/web/ui/package-lock.json
index f1140e091..3d0e644aa 100644
--- a/web/ui/package-lock.json
+++ b/web/ui/package-lock.json
@@ -53,7 +53,7 @@
"@uiw/react-codemirror": "^4.23.11",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
- "lodash": "^4.17.21",
+ "lodash": "^4.17.23",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-infinite-scroll-component": "^6.1.0",
@@ -6764,9 +6764,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.memoize": {