Skip to content

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

packages/@css-blocks/website/.snyk

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.13.1
3+
ignore: {}
4+
# patches apply the minimum changes required to fix a vulnerability
5+
patch:
6+
'npm:hoek:20180212':
7+
- webpack-dev-server > chokidar > fsevents > node-pre-gyp > hawk > hoek:
8+
patched: '2018-12-09T07:19:32.496Z'
9+
- webpack > watchpack > chokidar > fsevents > node-pre-gyp > hawk > hoek:
10+
patched: '2018-12-09T07:19:32.496Z'
11+
- webpack-dev-server > chokidar > fsevents > node-pre-gyp > hawk > sntp > hoek:
12+
patched: '2018-12-09T07:19:32.496Z'
13+
- webpack-dev-server > chokidar > fsevents > node-pre-gyp > hawk > boom > hoek:
14+
patched: '2018-12-09T07:19:32.496Z'
15+
- webpack-dev-server > chokidar > fsevents > node-pre-gyp > hawk > cryptiles > boom > hoek:
16+
patched: '2018-12-09T07:19:32.496Z'
17+
- webpack > watchpack > chokidar > fsevents > node-pre-gyp > hawk > sntp > hoek:
18+
patched: '2018-12-09T07:19:32.496Z'
19+
- webpack > watchpack > chokidar > fsevents > node-pre-gyp > hawk > boom > hoek:
20+
patched: '2018-12-09T07:19:32.496Z'
21+
- webpack > watchpack > chokidar > fsevents > node-pre-gyp > hawk > cryptiles > boom > hoek:
22+
patched: '2018-12-09T07:19:32.496Z'

packages/@css-blocks/website/package.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"raf": "3.4.0",
4040
"react": "^16.1.1",
4141
"react-dev-utils": "^4.2.2",
42-
"react-dom": "^16.1.1",
42+
"react-dom": "^16.1.2",
4343
"react-ga": "^2.5.0",
4444
"react-router-dom": "^4.2.2",
4545
"style-loader": "0.19.0",
@@ -50,14 +50,17 @@
5050
"webpack-dev-server": "2.9.4",
5151
"webpack-manifest-plugin": "1.3.2",
5252
"webpack-sources": "^1.0.2",
53-
"whatwg-fetch": "2.0.3"
53+
"whatwg-fetch": "2.0.3",
54+
"snyk": "^1.116.2"
5455
},
5556
"scripts": {
5657
"start": "node scripts/start.js",
5758
"build": "node scripts/build.js",
5859
"compile": "yarn run build",
5960
"test": "echo 'nothing to test'",
60-
"serve": "node server.js"
61+
"serve": "node server.js",
62+
"snyk-protect": "snyk protect",
63+
"prepublish": "npm run snyk-protect"
6164
},
6265
"jest": {
6366
"collectCoverageFrom": [
@@ -101,5 +104,6 @@
101104
"@types/react-dom": "^16.0.3",
102105
"clean-css": "^4.1.11",
103106
"obj-str": "^1.0.0"
104-
}
107+
},
108+
"snyk": true
105109
}

0 commit comments

Comments
 (0)