Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

[Snyk] Fix for 1 vulnerabilities #159

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
version: v1.14.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
Expand Down Expand Up @@ -78,3 +78,20 @@ patch:
patched: '2019-10-03T22:41:48.298Z'
- nodemailer-mailgun-transport > mailgun-js > proxy-agent > pac-proxy-agent > https-proxy-agent:
patched: '2019-10-03T22:41:48.298Z'
SNYK-JS-LODASH-567746:
- lodash:
patched: '2020-04-30T22:43:51.024Z'
- async > lodash:
patched: '2020-04-30T22:43:51.024Z'
- winston-graylog2 > lodash:
patched: '2020-04-30T22:43:51.024Z'
- winston > async > lodash:
patched: '2020-04-30T22:43:51.024Z'
- nodemailer-mailgun-transport > mailgun-js > async > lodash:
patched: '2020-04-30T22:43:51.024Z'
- node-sass > gaze > globule > lodash:
patched: '2020-04-30T22:43:51.024Z'
- node-sass > sass-graph > lodash:
patched: '2020-04-30T22:43:51.024Z'
- nodemailer-html-to-text > html-to-text > lodash:
patched: '2020-04-30T22:43:51.024Z'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"snyk-protect": "snyk protect",
"typings": "typings install",
"prepublish": "npm run snyk-protect",
"prepare": "npm run snyk-protect"
"prepare": "yarn run snyk-protect"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -103,7 +103,7 @@
"require-webpack-compat": "3.0.0",
"serve-favicon": "2.5.0",
"slug": "0.9.2",
"snyk": "^1.230.5",
"snyk": "^1.316.1",
"socket.io": "2.1.1",
"socket.io-client": "2.1.1",
"uuid-token-generator": "1.0.0",
Expand Down