Skip to content

Commit

Permalink
upgrade lodash to 4.17.21
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Nov 19, 2024
1 parent 0b01f6e commit 37e8473
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-run-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- run
tags:
- '*'

jobs:
npm-run-electron:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- 1.x
- test
pull_request:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"fix-path": "^3.0.0",
"iconv-lite": "^0.6.3",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"log4js": "^6.9.1",
"node-powershell": "^4.0.0",
"spawn-sync": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"electron-sudo": "^4.0.12",
"electron-updater": "^6.3.9",
"json5": "^2.2.3",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"request-progress": "^3.0.0",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mitmproxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dns-over-tls": "^0.0.9",
"is-browser": "^2.1.0",
"json5": "^2.2.3",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"lru-cache": "^7.15.0",
"node-forge": "^1.3.1",
"stream-throttle": "^0.1.3",
Expand Down

0 comments on commit 37e8473

Please sign in to comment.