Skip to content

Commit 7d4b8ba

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-15053838
1 parent 35b829e commit 7d4b8ba

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

package-lock.json

Lines changed: 8 additions & 7 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
@@ -40,7 +40,7 @@
4040
"fastify": "3.29.4",
4141
"fastify-healthcheck": "3.2.0",
4242
"@fastify/swagger": "6.1.1",
43-
"lodash": "4.17.21",
43+
"lodash": "4.17.23",
4444
"mongoose": "5.13.15",
4545
"uuid": "8.3.2",
4646
"winston": "3.8.2"

0 commit comments

Comments
 (0)