1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

fix(deps): bump lodash (#6672)

bump lodash
This commit is contained in:
Jonathan Jogenfors 2024-01-26 17:39:47 +01:00 committed by GitHub
parent 0d3929f732
commit 78a2fa8569
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
docs/package-lock.json generated
View File

@ -6149,7 +6149,7 @@
"js-yaml": "^4.1.0",
"json-refs": "^3.0.15",
"json-schema-resolve-allof": "^1.5.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"openapi-to-postmanv2": "^1.2.1",
"postman-collection": "^4.1.0",
"webpack": "^5.88.1"
@ -6210,7 +6210,7 @@
"crypto-js": "^4.1.1",
"docusaurus-plugin-openapi": "^0.7.3",
"immer": "^9.0.7",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"marked": "^11.0.0",
"monaco-editor": "^0.31.1",
"postman-code-generators": "^1.0.0",
@ -12137,7 +12137,7 @@
"async": "3.2.2",
"commander": "2.20.3",
"js-yaml": "3.13.1",
"lodash": "4.17.20",
"lodash": "4.17.21",
"oas-resolver-browser": "2.3.3",
"path-browserify": "1.0.1",
"postman-collection": "3.6.6",
@ -12186,11 +12186,6 @@
"js-yaml": "bin/js-yaml.js"
}
},
"node_modules/openapi-to-postmanv2/node_modules/lodash": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
},
"node_modules/openapi-to-postmanv2/node_modules/mime-db": {
"version": "1.44.0",
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz",
@ -12229,7 +12224,7 @@
"http-reasons": "0.1.0",
"iconv-lite": "0.6.2",
"liquid-json": "0.3.1",
"lodash": "4.17.20",
"lodash": "4.17.21",
"marked": "11.1.1",
"mime-format": "2.0.0",
"mime-types": "2.1.27",
@ -13510,7 +13505,7 @@
"resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
"integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
"dependencies": {
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"renderkid": "^3.0.0"
}
},