Skip to content

Commit eec946a

Browse files
committed
Upgrade lodash to 4.17.20 and make consistent across all packages.
1 parent 05184e6 commit eec946a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/webdoc-legacy-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"escape-string-regexp": "^3.0.0",
5050
"fs-extra": "^9.0.1",
5151
"klaw-sync": "6.0.0",
52-
"lodash": "^4.17.15",
52+
"lodash": "^4.17.20",
5353
"markdown-it": "^11.0.0",
5454
"markdown-it-highlightjs": "^3.1.0",
5555
"marked": "^0.8.2",

packages/webdoc-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@babel/types": "7.9.5",
4242
"@webdoc/model": "^1.1.5",
4343
"@webdoc/types": "^1.1.5",
44-
"lodash": "^4.17.15",
44+
"lodash": "^4.17.20",
4545
"missionlog": "1.6.0",
4646
"nanoid": "~3.1.16"
4747
},

packages/webdoc-template-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"catharsis": "0.8.11",
4646
"fs-extra": "^9.0.1",
4747
"git-branch": "2.0.1",
48-
"lodash": "^4.17.15",
48+
"lodash": "^4.17.20",
4949
"missionlog": "1.6.0",
5050
"nanoid": "~3.1.16",
5151
"parse-github-url": "1.0.2"

0 commit comments

Comments
 (0)