Skip to content

Commit 849805c

Browse files
committed
Fix node modules vulnerabilities
1 parent bdd3700 commit 849805c

3 files changed

Lines changed: 28 additions & 11 deletions

File tree

.snyk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2-
version: v1.14.1
2+
version: v1.16.0
33
ignore: {}
44
# patches apply the minimum changes required to fix a vulnerability
55
patch:

package-lock.json

Lines changed: 24 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"fastify-healthcheck": "^1.0.0",
4242
"fastify-swagger": "^1.2.0",
4343
"http": "0.0.0",
44-
"lodash": "^4.17.16",
44+
"lodash": "^4.17.19",
4545
"mongoose": "^5.7.5",
46+
"snyk": "^1.316.1",
4647
"uuid": "^3.3.2",
47-
"winston": "^3.2.1",
48-
"snyk": "^1.316.1"
48+
"winston": "^3.2.1"
4949
},
5050
"engines": {
5151
"node": ">=8.0"

0 commit comments

Comments
 (0)