Browse Source

fix: backend/package.json, backend/package-lock.json & backend/.snyk to reduce vulnerabilities

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
snyk-bot 4 years ago
parent
commit
111e7512ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/package.json

+ 1 - 1
backend/package.json

@@ -33,7 +33,7 @@
     "sha256": "^0.2.0",
     "socket.io": "^2.2.0",
     "underscore": "^1.10.2",
-    "snyk": "^1.230.5"
+    "snyk": "^1.316.1"
   },
   "snyk": true
 }