Skip to content

Commit 6a73c10

Browse files
fix(npm-check-fork): use caret range for lodash dependency
1 parent 981ef14 commit 6a73c10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/npm-check-fork/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"giturl": "^2.0.0",
45-
"lodash": "~4.18.1",
45+
"lodash": "^4.18.1",
4646
"semver": "~7.5.4",
4747
"@rushstack/node-core-library": "workspace:*"
4848
},

0 commit comments

Comments
 (0)