Skip to content

Commit 5855c09

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-567746
1 parent 0a8fb95 commit 5855c09

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
@@ -39,7 +39,7 @@
3939
"fastify-healthcheck": "^1.0.0",
4040
"fastify-swagger": "^1.2.0",
4141
"http": "0.0.0",
42-
"lodash": "^4.17.13",
42+
"lodash": "^4.17.16",
4343
"mongoose": "^5.7.5",
4444
"uuid": "^3.3.2",
4545
"winston": "^3.2.1"

0 commit comments

Comments
 (0)