Skip to content

Commit 1f34708

Browse files
committed
updated lodash to fix sec issues
1 parent 92961db commit 1f34708

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
@@ -77,22 +77,22 @@
7777
},
7878
"devDependencies": {
7979
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
80+
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
8081
"esbuild": "0.27.3",
8182
"esbuild-node-externals": "1.20.1",
8283
"esbuild-plugin-clean": "1.0.1",
8384
"esbuild-plugin-copy": "2.1.1",
8485
"lint-staged": "16.2.7",
85-
"prettier": "3.8.1",
86-
"simple-git-hooks": "2.13.1",
8786
"oxlint": "1.38.0",
8887
"oxlint-tsgolint": "0.10.1",
89-
"@ianvs/prettier-plugin-sort-imports": "4.7.1"
88+
"prettier": "3.8.1",
89+
"simple-git-hooks": "2.13.1"
9090
},
9191
"dependencies": {
92-
"lodash": "4.17.23",
92+
"lodash": "4.18.1",
9393
"pg": "8.12.0"
9494
},
9595
"overrides": {
9696
"minimatch": "10.2.4"
9797
}
98-
}
98+
}

0 commit comments

Comments
 (0)