Skip to content

Commit bdbca7f

Browse files
committed
updated lodash to fix sec issues
1 parent e9f0ad0 commit bdbca7f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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
@@ -68,21 +68,21 @@
6868
},
6969
"devDependencies": {
7070
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
71+
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
7172
"esbuild": "0.27.3",
7273
"esbuild-node-externals": "1.20.1",
7374
"esbuild-plugin-clean": "1.0.1",
7475
"esbuild-plugin-copy": "2.1.1",
7576
"lint-staged": "16.2.7",
76-
"prettier": "3.8.1",
77-
"simple-git-hooks": "2.13.1",
7877
"oxlint": "1.38.0",
7978
"oxlint-tsgolint": "0.10.1",
80-
"@ianvs/prettier-plugin-sort-imports": "4.7.1"
79+
"prettier": "3.8.1",
80+
"simple-git-hooks": "2.13.1"
8181
},
8282
"dependencies": {
83-
"lodash": "^4.17.23"
83+
"lodash": "4.18.1"
8484
},
8585
"overrides": {
8686
"minimatch": "10.2.4"
8787
}
88-
}
88+
}

0 commit comments

Comments
 (0)