3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-07 08:05:01 +00:00

fix: remove old references to per-method lodash packages

See https://lodash.com/per-method-packages
This commit is contained in:
Dragory 2024-08-11 22:48:45 +03:00
parent 43b8017985
commit 4ac7ff0843
No known key found for this signature in database
6 changed files with 12 additions and 21 deletions

17
package-lock.json generated
View file

@ -77,7 +77,7 @@
"@types/express": "^4.16.1",
"@types/jest": "^24.0.15",
"@types/js-yaml": "^3.12.1",
"@types/lodash.at": "^4.6.3",
"@types/lodash": "^4.17.7",
"@types/moment-timezone": "^0.5.6",
"@types/multer": "^1.4.7",
"@types/passport": "^1.0.0",
@ -4077,20 +4077,11 @@
"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
},
"node_modules/@types/lodash": {
"version": "4.14.202",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz",
"integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==",
"version": "4.17.7",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz",
"integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==",
"dev": true
},
"node_modules/@types/lodash.at": {
"version": "4.6.9",
"resolved": "https://registry.npmjs.org/@types/lodash.at/-/lodash.at-4.6.9.tgz",
"integrity": "sha512-y+2AY+tRPkleNTXP9Q6HgUDL3e4Bq+IVxBT39INd9YdB0++hXUENlS6UPdBUQMEuZYAsAfpvdXbab78Qgf/V3g==",
"dev": true,
"dependencies": {
"@types/lodash": "*"
}
},
"node_modules/@types/long": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz",