Skip to content

[Snyk] Fix for 18 vulnerable dependencies #221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 28, 2019
Merged
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
22 changes: 22 additions & 0 deletions packages/@css-blocks/website/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:hoek:20180212':
- webpack-dev-server > chokidar > fsevents > node-pre-gyp > hawk > hoek:
patched: '2018-12-09T07:19:32.496Z'
- webpack > watchpack > chokidar > fsevents > node-pre-gyp > hawk > hoek:
patched: '2018-12-09T07:19:32.496Z'
- webpack-dev-server > chokidar > fsevents > node-pre-gyp > hawk > sntp > hoek:
patched: '2018-12-09T07:19:32.496Z'
- webpack-dev-server > chokidar > fsevents > node-pre-gyp > hawk > boom > hoek:
patched: '2018-12-09T07:19:32.496Z'
- webpack-dev-server > chokidar > fsevents > node-pre-gyp > hawk > cryptiles > boom > hoek:
patched: '2018-12-09T07:19:32.496Z'
- webpack > watchpack > chokidar > fsevents > node-pre-gyp > hawk > sntp > hoek:
patched: '2018-12-09T07:19:32.496Z'
- webpack > watchpack > chokidar > fsevents > node-pre-gyp > hawk > boom > hoek:
patched: '2018-12-09T07:19:32.496Z'
- webpack > watchpack > chokidar > fsevents > node-pre-gyp > hawk > cryptiles > boom > hoek:
patched: '2018-12-09T07:19:32.496Z'
12 changes: 8 additions & 4 deletions packages/@css-blocks/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"raf": "3.4.0",
"react": "^16.1.1",
"react-dev-utils": "^4.2.2",
"react-dom": "^16.1.1",
"react-dom": "^16.1.2",
"react-ga": "^2.5.0",
"react-router-dom": "^4.2.2",
"style-loader": "0.19.0",
Expand All @@ -50,14 +50,17 @@
"webpack-dev-server": "2.9.4",
"webpack-manifest-plugin": "1.3.2",
"webpack-sources": "^1.0.2",
"whatwg-fetch": "2.0.3"
"whatwg-fetch": "2.0.3",
"snyk": "^1.116.2"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"compile": "yarn run build",
"test": "echo 'nothing to test'",
"serve": "node server.js"
"serve": "node server.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"jest": {
"collectCoverageFrom": [
Expand Down Expand Up @@ -101,5 +104,6 @@
"@types/react-dom": "^16.0.3",
"clean-css": "^4.1.11",
"obj-str": "^1.0.0"
}
},
"snyk": true
}