Skip to content

Commit c26a754

Browse files
committed
updated lodash to fix sec issues
1 parent 09f5645 commit c26a754

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"disabled": false,
3636
"dependencies": {
3737
"antlr4": "4.8.0",
38-
"lodash": "4.17.23",
38+
"lodash": "4.18.1",
3939
"protobufjs": "7.3.0"
4040
},
4141
"simple-git-hooks": {
@@ -51,18 +51,18 @@
5151
},
5252
"devDependencies": {
5353
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
54+
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
5455
"esbuild": "0.27.3",
5556
"esbuild-node-externals": "1.20.1",
5657
"esbuild-plugin-clean": "1.0.1",
5758
"esbuild-plugin-copy": "2.1.1",
5859
"lint-staged": "16.2.7",
59-
"prettier": "3.8.1",
60-
"simple-git-hooks": "2.13.1",
6160
"oxlint": "1.38.0",
6261
"oxlint-tsgolint": "0.10.1",
63-
"@ianvs/prettier-plugin-sort-imports": "4.7.1"
62+
"prettier": "3.8.1",
63+
"simple-git-hooks": "2.13.1"
6464
},
6565
"overrides": {
6666
"minimatch": "10.2.4"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)