Skip to content

Commit 9a96fc9

Browse files
committed
Added lodash dependency to url-utils
no issue url-utils already required lodash, but never had it in the dependency list
1 parent 0178d54 commit 9a96fc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/url-utils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"dependencies": {
3030
"cheerio": "^0.22.0",
31+
"lodash": "^4.17.21",
3132
"moment": "^2.27.0",
3233
"moment-timezone": "^0.5.31",
3334
"remark": "^11.0.2",

0 commit comments

Comments
 (0)