Skip to content

Commit faf8866

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724
1 parent 8f7989d commit faf8866

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"fastify-healthcheck": "^1.0.0",
4242
"fastify-swagger": "^1.2.0",
4343
"http": "0.0.0",
44-
"lodash": "^4.17.20",
44+
"lodash": "^4.17.21",
4545
"mongoose": "^5.7.5",
4646
"snyk": "^1.425.4",
4747
"uuid": "^3.3.2",

0 commit comments

Comments
 (0)