Skip to content

Commit 416a6d5

Browse files
chore: update lodash and lodash-es dependencies to version 4.18.1 across all packages
1 parent 5fd69e0 commit 416a6d5

8 files changed

Lines changed: 30 additions & 21 deletions

File tree

api/package-lock.json

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

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"html-to-json-parser": "^2.0.1",
5252
"jsdom": "^24.1.0",
5353
"jsonwebtoken": "^9.0.3",
54-
"lodash": "^4.17.21",
54+
"lodash": "^4.18.1",
5555
"lowdb": "^7.0.1",
5656
"mkdirp": "^3.0.1",
5757
"mysql2": "^3.16.2",

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"postcss": ">=8.4.31",
3232
"serialize-javascript": ">=6.0.2",
3333
"@babel/runtime": ">=7.26.10",
34-
"lodash": "^4.17.23",
35-
"lodash-es": "^4.17.23",
34+
"lodash": "^4.18.1",
35+
"lodash-es": "^4.18.1",
3636
"undici": "^7.18.2",
3737
"tmp": ">=0.2.4",
3838
"minimatch": ">=10.2.3",

ui/package-lock.json

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

ui/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@
5959
"overrides": {
6060
"@babel/runtime": ">=7.26.10",
6161
"immutable": ">=5.1.5",
62-
"lodash-es": ">=4.17.23",
62+
"lodash-es": "^4.18.1",
6363
"minimatch": ">=10.2.3",
64-
"rollup": ">=4.59.0"
64+
"rollup": ">=4.59.0",
65+
"lodash": "^4.18.1"
6566
},
6667
"eslintConfig": {
6768
"extends": [

upload-api/package-lock.json

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

upload-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"helmet": "^7.1.0",
6363
"jsdom": "^23.0.0",
6464
"jszip": "^3.10.1",
65-
"lodash": "^4.17.21",
65+
"lodash": "^4.18.1",
6666
"lodash.isempty": "^4.4.0",
6767
"migration-aem": "file:migration-aem",
6868
"migration-contentful": "file:migration-contentful",

0 commit comments

Comments
 (0)