Skip to content

Commit 2aab6a0

Browse files
authored
Merge pull request #1059 from alexstotsky/upd-deps-and-fix-vulnerabilities
(internal) Update dependencies and fix vulnerabilities
2 parents 2c5a97b + 449c9a0 commit 2aab6a0

2 files changed

Lines changed: 48 additions & 37 deletions

File tree

package-lock.json

Lines changed: 47 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"i18next-http-backend": "1.4.0",
3434
"js-cookie": "2.2.1",
3535
"lightweight-charts": "^1.2.1",
36-
"lodash": "4.17.23",
36+
"lodash": "4.18.1",
3737
"memoize-one": "^5.0.2",
3838
"moment": "2.29.4",
3939
"moment-timezone": "0.5.35",
@@ -82,11 +82,6 @@
8282
"lint": "eslint src scripts --ignore-path .gitignore",
8383
"lintFix": "eslint src scripts --fix --ignore-path .gitignore"
8484
},
85-
"husky": {
86-
"hooks": {
87-
"pre-push": "npm run lint"
88-
}
89-
},
9085
"engines": {
9186
"node": ">=18.17.1",
9287
"npm": ">=9.6.7"

0 commit comments

Comments
 (0)