Skip to content

Commit c3acd37

Browse files
committed
updated lodash to fix sec issues
1 parent 78386b0 commit c3acd37

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,7 +77,7 @@
7777
"@aws-sdk/client-redshift-data": "3.1011.0",
7878
"@aws-sdk/client-redshift-serverless": "3.1011.0",
7979
"@hackolade/fetch": "1.1.0",
80-
"lodash": "4.17.23"
80+
"lodash": "4.18.1"
8181
},
8282
"simple-git-hooks": {
8383
"pre-commit": "npm run package && npx lint-staged --config lint-staged.config.js",
@@ -91,19 +91,19 @@
9191
},
9292
"devDependencies": {
9393
"@hackolade/hck-esbuild-plugins-pack": "0.0.1",
94+
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
9495
"esbuild": "0.27.3",
9596
"esbuild-node-externals": "1.20.1",
9697
"esbuild-plugin-clean": "1.0.1",
9798
"esbuild-plugin-copy": "2.1.1",
9899
"lint-staged": "16.2.7",
99-
"prettier": "3.8.1",
100-
"simple-git-hooks": "2.13.1",
101100
"oxlint": "1.38.0",
102101
"oxlint-tsgolint": "0.10.1",
103-
"@ianvs/prettier-plugin-sort-imports": "4.7.1"
102+
"prettier": "3.8.1",
103+
"simple-git-hooks": "2.13.1"
104104
},
105105
"overrides": {
106106
"minimatch": "10.2.4",
107107
"fast-xml-parser": "5.5.7"
108108
}
109-
}
109+
}

0 commit comments

Comments
 (0)