[Platform] Update dependency lodash to v4.18.1 from 4.17.23 [SECURITY] (#33229)

* Upgrade lodash resolution to 4.18.1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* update lodash in rest of packages

---------

Co-authored-by: Eric Mc Sween <5454374+emcsween@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Anna Fields <acfields11@gmail.com>
GitOrigin-RevId: 66ce1610993a592899c25155757ca3267ebcd5c1
This commit is contained in:
renovate[bot]
2026-05-06 15:03:21 +02:00
committed by Copybot
parent 5c348078c2
commit de9b07f0b9
13 changed files with 33 additions and 33 deletions

View File

@@ -14,7 +14,7 @@
"author": "",
"license": "AGPL-3.0-only",
"dependencies": {
"lodash": "^4.17.21"
"lodash": "^4.18.1"
},
"devDependencies": {
"chai": "^4.3.6",

View File

@@ -6,7 +6,7 @@
"main": "index.js",
"dependencies": {
"eslint": "^8.51.0",
"lodash": "^4.17.21"
"lodash": "^4.18.1"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.50.0"

View File

@@ -27,7 +27,7 @@
},
"dependencies": {
"@overleaf/o-error": "workspace:*",
"lodash": "^4.17.21",
"lodash": "^4.18.1",
"node-fetch": "^2.7.0"
}
}

View File

@@ -27,7 +27,7 @@
"dependencies": {
"@overleaf/o-error": "workspace:*",
"check-types": "^5.1.0",
"lodash": "^4.17.19",
"lodash": "^4.18.1",
"p-map": "^4.0.0",
"path-browserify": "^1.0.1"
}