Skip to content

Commit 1123000

Browse files
committed
updated lodash to fix sec issues
1 parent 12d7315 commit 1123000

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
@@ -49,7 +49,7 @@
4949
"@webpod/ip": "0.6.1",
5050
"async": "3.2.5",
5151
"gremlin": "3.7.3",
52-
"lodash": "4.17.23"
52+
"lodash": "4.18.1"
5353
},
5454
"simple-git-hooks": {
5555
"pre-commit": "npm run package && npx lint-staged --config lint-staged.config.js",
@@ -65,18 +65,18 @@
6565
},
6666
"devDependencies": {
6767
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
68+
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
6869
"esbuild": "0.27.3",
6970
"esbuild-node-externals": "1.20.1",
7071
"esbuild-plugin-clean": "1.0.1",
7172
"esbuild-plugin-copy": "2.1.1",
7273
"lint-staged": "16.2.7",
73-
"prettier": "3.8.1",
74-
"simple-git-hooks": "2.13.1",
7574
"oxlint": "1.38.0",
7675
"oxlint-tsgolint": "0.10.1",
77-
"@ianvs/prettier-plugin-sort-imports": "4.7.1"
76+
"prettier": "3.8.1",
77+
"simple-git-hooks": "2.13.1"
7878
},
7979
"overrides": {
8080
"minimatch": "10.2.4"
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)