upgrade lodash to `4.17.21`
parent
0b01f6eb39
commit
37e8473dd0
|
@ -4,6 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- run
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
npm-run-electron:
|
||||
|
|
|
@ -5,6 +5,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- 1.x
|
||||
- test
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue