Skip to content

Commit 6f66639

Browse files
committed
updated lodash to fix sec issues
1 parent 6edd6e7 commit 6f66639

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
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"async": "3.2.6",
4848
"gremlin": "3.7.3",
49-
"lodash": "4.17.23"
49+
"lodash": "4.18.1"
5050
},
5151
"simple-git-hooks": {
5252
"pre-commit": "npm run package && npx lint-staged --config lint-staged.config.js",
@@ -62,18 +62,18 @@
6262
},
6363
"devDependencies": {
6464
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
65+
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
6566
"esbuild": "0.27.3",
6667
"esbuild-node-externals": "1.20.1",
6768
"esbuild-plugin-clean": "1.0.1",
6869
"esbuild-plugin-copy": "2.1.1",
6970
"lint-staged": "16.2.7",
70-
"prettier": "3.8.1",
71-
"simple-git-hooks": "2.13.1",
7271
"oxlint": "1.38.0",
7372
"oxlint-tsgolint": "0.10.1",
74-
"@ianvs/prettier-plugin-sort-imports": "4.7.1"
73+
"prettier": "3.8.1",
74+
"simple-git-hooks": "2.13.1"
7575
},
7676
"overrides": {
7777
"minimatch": "10.2.4"
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)