Skip to content

Commit bcdc4a7

Browse files
build(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 d957d16 commit bcdc4a7

16 files changed

Lines changed: 113 additions & 5124 deletions

File tree

apps/address-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"fast-xml-parser": "^5.2.3",
3232
"graphql": "^16.10.0",
3333
"graphql-tag": "^2.12.6",
34-
"lodash": "^4.17.21",
34+
"lodash": "^4.17.23",
3535
"openid-client": "5.7.1",
3636
"react": "^18.3.1",
3737
"react-router-dom": "5.2.0",

apps/condo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"jwt-decode": "3.1.2",
9696
"less": "^4.4.0",
9797
"less-loader": "^12.3.0",
98-
"lodash": "^4.17.21",
98+
"lodash": "^4.17.23",
9999
"lru-cache": "^7.18.3",
100100
"mjml": "^4.15.3",
101101
"n2words": "1.15.0",

apps/dev-portal-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"express": "^4.17.1",
3030
"got": "^11.8.6",
3131
"graphql-tag": "^2.12.6",
32-
"lodash": "^4.17.21",
32+
"lodash": "^4.17.23",
3333
"phone": "^3.1.41"
3434
},
3535
"devDependencies": {

apps/dev-portal-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"glob": "8.1.0",
2929
"graphql": "^16.10.0",
3030
"gray-matter": "4.0.3",
31-
"lodash": "^4.17.21",
31+
"lodash": "^4.17.23",
3232
"next": "^15.5.9",
3333
"next-mdx-remote": "4.3.0",
3434
"next-seo": "^6.4.0",

apps/miniapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"graphql-tag": "^2.12.6",
4747
"less": "^4.3.0",
4848
"less-loader": "^12.3.0",
49-
"lodash": "^4.17.21",
49+
"lodash": "^4.17.23",
5050
"next": "^15.5.9",
5151
"next-with-less": "^3.0.1",
5252
"openid-client": "5.7.1",

packages/apollo-server-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"form-data": "^4.0.4",
1212
"graphql": "^16.10.0",
1313
"graphql-tag": "^2.12.6",
14-
"lodash": "^4.17.21",
14+
"lodash": "^4.17.23",
1515
"node-fetch": "^2.6.7"
1616
}
1717
}

packages/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@
8181
"apollo-upload-client": "^17.0.0",
8282
"apollo3-cache-persist": "^0.15.0",
8383
"deepmerge": "^4.3.1",
84-
"lodash": "^4.17.21"
84+
"lodash": "^4.17.23"
8585
}
8686
}

packages/clients/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@faker-js/faker": "^7.6.0",
1313
"@open-condo/config": "workspace:^",
1414
"@open-condo/keystone": "workspace:^",
15-
"lodash": "^4.17.21",
15+
"lodash": "^4.17.23",
1616
"node-fetch": "^2.6.7"
1717
},
1818
"repository": "https://github.com/open-condo-software/condo/tree/main/packages/clients",

packages/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dayjs": "^1.11.10",
1717
"graphql": "^16.10.0",
1818
"graphql-tag": "^2.12.6",
19-
"lodash": "^4.17.21",
19+
"lodash": "^4.17.23",
2020
"ncp": "^2.0.0",
2121
"nunjucks": "^3.2.4",
2222
"pluralize": "^8.0.0",

packages/featureflags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@open-condo/miniapp-utils": "workspace:^",
1010
"@open-condo/next": "workspace:^",
1111
"express": "^4.17.1",
12-
"lodash": "^4.17.21"
12+
"lodash": "^4.17.23"
1313
},
1414
"peerDependencies": {
1515
"next": ">=15",

0 commit comments

Comments
 (0)