Skip to content

Commit 3eefa7d

Browse files
committed
updated lodash to fix sec issues
1 parent 7a34b9a commit 3eefa7d

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
@@ -69,22 +69,22 @@
6969
"@hackolade/fetch": "1.1.0",
7070
"async": "3.2.6",
7171
"bson": "1.1.6",
72-
"lodash": "4.17.23",
72+
"lodash": "4.18.1",
7373
"mongodb": "3.7.3",
7474
"mongodb-collection-sample": "4.5.1"
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
"simple-git-hooks": {
9090
"pre-commit": "npm run package && npx lint-staged --config lint-staged.config.js",
@@ -94,4 +94,4 @@
9494
"minimatch": "10.2.4",
9595
"fast-xml-parser": "5.5.7"
9696
}
97-
}
97+
}

0 commit comments

Comments
 (0)