refactor(core): Replace lodash's "soft-deprecated" individual packages with lodash to resolve CVE (no-changelog) (#6450)

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
Chris Wu
2023-06-16 07:26:35 -07:00
committed by GitHub
parent 16f707d5c4
commit 1111c915f2
101 changed files with 213 additions and 1086 deletions

View File

@@ -756,47 +756,7 @@
"@types/imap-simple": "^4.2.0",
"@types/js-nacl": "^1.3.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash": "^4.14.191",
"@types/lodash.assign": "^4",
"@types/lodash.assignwith": "^4",
"@types/lodash.clone": "^4",
"@types/lodash.compact": "^3",
"@types/lodash.concat": "^4",
"@types/lodash.difference": "^4",
"@types/lodash.escaperegexp": "^4",
"@types/lodash.every": "^4",
"@types/lodash.find": "^4",
"@types/lodash.first": "^3",
"@types/lodash.flow": "^3",
"@types/lodash.get": "^4",
"@types/lodash.intersection": "^4",
"@types/lodash.isarray": "^4",
"@types/lodash.isempty": "^4",
"@types/lodash.isequal": "^4",
"@types/lodash.isobject": "^3",
"@types/lodash.isstring": "^4",
"@types/lodash.last": "^3",
"@types/lodash.lt": "^3",
"@types/lodash.map": "^4",
"@types/lodash.merge": "^4",
"@types/lodash.mergewith": "^4",
"@types/lodash.omit": "^4",
"@types/lodash.partialright": "^4",
"@types/lodash.pick": "^4",
"@types/lodash.pickby": "^4",
"@types/lodash.reduce": "^4",
"@types/lodash.set": "^4",
"@types/lodash.some": "^4",
"@types/lodash.sortby": "^4",
"@types/lodash.split": "^4",
"@types/lodash.tonumber": "^4",
"@types/lodash.tostring": "^4",
"@types/lodash.trim": "^4",
"@types/lodash.union": "^4",
"@types/lodash.uniqby": "^4",
"@types/lodash.unset": "^4",
"@types/lodash.upperfirst": "^4",
"@types/lodash.zip": "^4",
"@types/lodash": "^4.14.195",
"@types/lossless-json": "^1.0.0",
"@types/mailparser": "^2.7.3",
"@types/mime-types": "^2.1.0",
@@ -842,46 +802,7 @@
"jsonwebtoken": "^9.0.0",
"kafkajs": "^1.14.0",
"ldapts": "^4.2.6",
"lodash.assign": "^4",
"lodash.assignwith": "^4",
"lodash.clone": "^4",
"lodash.compact": "^3",
"lodash.concat": "^4",
"lodash.difference": "^4",
"lodash.escaperegexp": "^4",
"lodash.every": "^4",
"lodash.find": "^4",
"lodash.first": "^3",
"lodash.flow": "^3",
"lodash.get": "^4",
"lodash.intersection": "^4",
"lodash.isarray": "^4",
"lodash.isempty": "^4",
"lodash.isequal": "^4",
"lodash.isobject": "^3",
"lodash.isstring": "^4",
"lodash.last": "^3",
"lodash.lt": "^3",
"lodash.map": "^4",
"lodash.merge": "^4",
"lodash.mergewith": "^4",
"lodash.omit": "^4",
"lodash.partialright": "^4",
"lodash.pick": "^4",
"lodash.pickby": "^4",
"lodash.reduce": "^4",
"lodash.set": "^4",
"lodash.some": "^4",
"lodash.sortby": "^4",
"lodash.split": "^4",
"lodash.tonumber": "^4",
"lodash.tostring": "^4",
"lodash.trim": "^4",
"lodash.union": "^4",
"lodash.uniqby": "^4",
"lodash.unset": "^4",
"lodash.upperfirst": "^4",
"lodash.zip": "^4",
"lodash": "^4.17.21",
"lossless-json": "^1.0.4",
"luxon": "^3.3.0",
"mailparser": "^3.2.0",