fix(web): bump lodash past vulnerable range (#16281)

This commit is contained in:
Harsh Kashyap
2026-06-25 12:10:39 +05:30
committed by GitHub
parent fb8e5ad4b2
commit 09047d6edf
3 changed files with 6 additions and 6 deletions

8
web/package-lock.json generated
View File

@@ -72,7 +72,7 @@
"jsencrypt": "^3.3.2",
"jsoneditor": "^10.4.2",
"lexical": "^0.23.1",
"lodash": "^4.17.23",
"lodash": "^4.18.1",
"lucide-react": "^1.7.0",
"next-themes": "^0.4.6",
"openai-speech-stream-player": "^1.0.8",
@@ -18757,9 +18757,9 @@
}
},
"node_modules/lodash": {
"version": "4.17.23",
"resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.23.tgz",
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
"version": "4.18.1",
"resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.18.1.tgz",
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
"license": "MIT"
},
"node_modules/lodash.debounce": {

View File

@@ -94,7 +94,7 @@
"jsencrypt": "^3.3.2",
"jsoneditor": "^10.4.2",
"lexical": "^0.23.1",
"lodash": "^4.17.23",
"lodash": "^4.18.1",
"lucide-react": "^1.7.0",
"next-themes": "^0.4.6",
"openai-speech-stream-player": "^1.0.8",

2
web/pnpm-lock.yaml generated
View File

@@ -204,7 +204,7 @@ importers:
specifier: ^0.23.1
version: 0.23.1
lodash:
specifier: ^4.17.23
specifier: ^4.18.1
version: 4.18.1
lucide-react:
specifier: ^1.7.0