Skip to content

Commit 809890f

Browse files
committed
updated lodash to fix sec issues
1 parent 92220c4 commit 809890f

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
@@ -75,22 +75,22 @@
7575
},
7676
"devDependencies": {
7777
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
78+
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
7879
"esbuild": "0.27.3",
7980
"esbuild-node-externals": "1.20.1",
8081
"esbuild-plugin-clean": "1.0.1",
8182
"esbuild-plugin-copy": "2.1.1",
8283
"lint-staged": "16.2.7",
83-
"prettier": "3.8.1",
84-
"simple-git-hooks": "2.13.1",
8584
"oxlint": "1.38.0",
8685
"oxlint-tsgolint": "0.10.1",
87-
"@ianvs/prettier-plugin-sort-imports": "4.7.1"
86+
"prettier": "3.8.1",
87+
"simple-git-hooks": "2.13.1"
8888
},
8989
"dependencies": {
9090
"async": "3.2.5",
91-
"lodash": "^4.17.23"
91+
"lodash": "4.18.1"
9292
},
9393
"overrides": {
9494
"minimatch": "10.2.4"
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)