Skip to content

Commit 0c25a3a

Browse files
chore(deps): bump lodash from 4.17.21 to 4.17.23
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87ba88c commit 0c25a3a

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"json2csv": "^5.0.7",
113113
"jsonwebtoken": "8.5.1",
114114
"jwks-rsa": "^3.0.1",
115-
"lodash": "4.17.21",
115+
"lodash": "4.17.23",
116116
"moment": "2.29.4",
117117
"moment-timezone": "^0.5.34",
118118
"mv": "2.1.1",

pnpm-lock.yaml

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/apps/members_enrichment_worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@temporalio/workflow": "~1.11.8",
2727
"auth0": "^4.3.1",
2828
"axios": "~1.6.2",
29-
"lodash": "~4.17.21",
29+
"lodash": "~4.17.23",
3030
"moment": "~2.29.4",
3131
"tsx": "^4.7.1",
3232
"typescript": "^5.6.3"

services/libs/data-access-layer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@crowd/telemetry": "workspace:*",
1919
"@crowd/types": "workspace:*",
2020
"html-to-text": "~9.0.5",
21-
"lodash": "^4.17.21",
21+
"lodash": "^4.17.23",
2222
"lodash.clonedeep": "^4.5.0",
2323
"lodash.map": "^4.6.0",
2424
"lodash.merge": "^4.6.2",

0 commit comments

Comments
 (0)