Skip to content

Commit c6a12be

Browse files
committed
updated lodash to fix sec issues
1 parent f84998c commit c6a12be

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 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
@@ -69,7 +69,7 @@
6969
"@hackolade/fetch": "1.3.0",
7070
"base64url": "3.0.1",
7171
"crypto": "1.0.1",
72-
"lodash": "4.17.23",
72+
"lodash": "4.18.1",
7373
"mssql": "11.0.0",
7474
"qs": "6.14.2",
7575
"randomstring": "1.2.1",
@@ -87,18 +87,18 @@
8787
},
8888
"devDependencies": {
8989
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
90+
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
9091
"esbuild": "0.27.3",
9192
"esbuild-node-externals": "1.20.1",
9293
"esbuild-plugin-clean": "1.0.1",
9394
"esbuild-plugin-copy": "2.1.1",
9495
"lint-staged": "16.2.7",
95-
"prettier": "3.8.1",
96-
"simple-git-hooks": "2.13.1",
9796
"oxlint": "1.38.0",
9897
"oxlint-tsgolint": "0.10.1",
99-
"@ianvs/prettier-plugin-sort-imports": "4.7.1"
98+
"prettier": "3.8.1",
99+
"simple-git-hooks": "2.13.1"
100100
},
101101
"overrides": {
102102
"minimatch": "10.2.4"
103103
}
104-
}
104+
}

0 commit comments

Comments
 (0)