Skip to content

Commit 5041a42

Browse files
authored
Merge pull request #2282 from opencloud-eu/renovate/npm-lodash-es-vulnerability
fix(deps): update dependency lodash-es to v4.18.1 [security]
2 parents fb08409 + 1e19f09 commit 5041a42

10 files changed

Lines changed: 43 additions & 43 deletions

File tree

packages/web-app-admin-settings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"axios": "1.14.0",
1818
"email-validator": "^2.0.4",
1919
"fuse.js": "7.1.0",
20-
"lodash-es": "4.17.23",
20+
"lodash-es": "4.18.1",
2121
"mark.js": "^8.11.1",
2222
"pinia": "3.0.4",
2323
"uuid": "13.0.0",

packages/web-app-app-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@opencloud-eu/web-pkg": "workspace:*",
1414
"axios": "1.14.0",
1515
"fuse.js": "7.1.0",
16-
"lodash-es": "4.17.23",
16+
"lodash-es": "4.18.1",
1717
"mark.js": "^8.11.1",
1818
"pinia": "3.0.4",
1919
"vue-concurrency": "5.0.3",

packages/web-app-contacts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@opencloud-eu/design-system": "workspace:^",
1212
"@opencloud-eu/web-client": "workspace:*",
1313
"@opencloud-eu/web-pkg": "workspace:*",
14-
"lodash-es": "4.17.23",
14+
"lodash-es": "4.18.1",
1515
"pinia": "3.0.4",
1616
"vue-concurrency": "5.0.3",
1717
"vue-router": "5.0.4",

packages/web-app-external/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"peerDependencies": {
1111
"@opencloud-eu/web-client": "workspace:*",
1212
"@opencloud-eu/web-pkg": "workspace:*",
13-
"lodash-es": "4.17.23",
13+
"lodash-es": "4.18.1",
1414
"pinia": "3.0.4",
1515
"qs": "^6.13.0",
1616
"uuid": "13.0.0",

packages/web-app-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"axios": "1.14.0",
1717
"email-validator": "^2.0.4",
1818
"fuse.js": "7.1.0",
19-
"lodash-es": "4.17.23",
19+
"lodash-es": "4.18.1",
2020
"luxon": "3.7.2",
2121
"mark.js": "^8.11.1",
2222
"p-queue": "^9.0.0",

packages/web-app-mail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"axios": "1.14.0",
1515
"dompurify": "^3.2.3",
1616
"fuse.js": "7.1.0",
17-
"lodash-es": "4.17.23",
17+
"lodash-es": "4.18.1",
1818
"luxon": "^3.7.2",
1919
"mark.js": "^8.11.1",
2020
"pinia": "3.0.4",

packages/web-app-ocm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"axios": "1.14.0",
1111
"email-validator": "^2.0.4",
1212
"fuse.js": "7.1.0",
13-
"lodash-es": "4.17.23",
13+
"lodash-es": "4.18.1",
1414
"vue-concurrency": "5.0.3",
1515
"uuid": "13.0.0",
1616
"vue-router": "5.0.4",

packages/web-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"deepmerge": "4.3.1",
2323
"email-validator": "2.0.4",
2424
"fuse.js": "7.1.0",
25-
"lodash-es": "4.17.23",
25+
"lodash-es": "4.18.1",
2626
"luxon": "3.7.2",
2727
"mark.js": "8.11.1",
2828
"oidc-client-ts": "^3.5.0",

pnpm-lock.yaml

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

tests/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"devDependencies": {
44
"@ai-zen/node-fetch-event-source": "^2.1.4",
55
"fast-xml-parser": "^5.5.9",
6-
"lodash-es": "4.17.23",
6+
"lodash-es": "^4.18.1",
77
"luxon": "^3.7.2",
88
"uuid": "^13.0.0"
99
}

0 commit comments

Comments
 (0)