Skip to content

Commit 42bf4a1

Browse files
committed
fix: scripts/contributor-list/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838
1 parent 46b10a1 commit 42bf4a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/contributor-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"license": "MIT",
77
"dependencies": {
8-
"lodash": "^4.17.21",
8+
"lodash": "^4.17.23",
99
"node-github-graphql": "^0.2.7"
1010
}
1111
}

0 commit comments

Comments
 (0)