Skip to content

Commit 8806d23

Browse files
authored
chore: more lodash fixes (#2136)
1 parent 826c03b commit 8806d23

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

examples/domainmodel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"chalk": "~5.6.2",
6161
"commander": "~14.0.3",
6262
"langium": "~4.2.0",
63-
"lodash": "~4.17.23",
63+
"lodash": "~4.18.1",
6464
"vscode-languageclient": "~9.0.1",
6565
"vscode-languageserver": "~9.0.1"
6666
},

package-lock.json

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

packages/generator-langium/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"chalk": "~5.6.2",
37-
"lodash": "~4.17.23",
37+
"lodash": "~4.18.1",
3838
"which": "~5.0.0",
3939
"yeoman-environment": "~5.1.3",
4040
"yeoman-generator": "~7.5.1"

packages/langium-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"jsonschema": "~1.5.0",
5050
"langium": "~4.2.0",
5151
"langium-railroad": "~4.2.0",
52-
"lodash": "~4.17.23"
52+
"lodash": "~4.18.1"
5353
},
5454
"devDependencies": {
5555
"@types/fs-extra": "~11.0.4"

0 commit comments

Comments
 (0)