File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2
+ version: v1.25.0
3
+ ignore: {}
4
+ # patches apply the minimum changes required to fix a vulnerability
5
+ patch:
6
+ SNYK-JS-LODASH-567746:
7
+ - '@contentstack/datasync-manager > lodash':
8
+ patched: '2022-05-18T00:31:43.230Z'
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"continue" : " node index.js" ,
8
8
"start" : " npm run clean && node index.js" ,
9
- "clean" : " rimraf .ledger .token .checkpoint unprocessible/"
9
+ "clean" : " rimraf .ledger .token .checkpoint unprocessible/" ,
10
+ "prepublish" : " npm run snyk-protect" ,
11
+ "snyk-protect" : " snyk-protect"
10
12
},
11
13
"dependencies" : {
12
14
"@contentstack/datasync-asset-store-filesystem" : " 1.0.0" ,
13
15
"@contentstack/datasync-content-store-filesystem" : " 1.0.1" ,
14
16
"@contentstack/datasync-content-store-mongodb" : " 1.0.1" ,
15
17
"@contentstack/webhook-listener" : " 1.0.0" ,
16
- "@contentstack/datasync-manager" : " 1.2.0"
18
+ "@contentstack/datasync-manager" : " 1.2.0" ,
19
+ "@snyk/protect" : " latest"
17
20
},
18
21
"devDependencies" : {
19
22
"eslint" : " ^6.1.0" ,
24
27
"url" : " https://github.com/contentstack/datasync-boilerplate"
25
28
},
26
29
"author" :
" Contentstack LLC <[email protected] >" ,
27
- "license" : " MIT"
30
+ "license" : " MIT" ,
31
+ "snyk" : true
28
32
}
You can’t perform that action at this time.
0 commit comments