This repository was archived by the owner on Aug 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.14.1
3+ ignore: {}
4+ # patches apply the minimum changes required to fix a vulnerability
5+ patch:
6+ SNYK-JS-LODASH-567746:
7+ - firebase-functions > lodash:
8+ patched: '2020-05-03T04:51:30.350Z'
Original file line number Diff line number Diff line change 11{
2- "name" : " node-simple-webserver-serverless" ,
3- "version" : " 1.0.0" ,
4- "description" : " Simple Node.js (serverless) server running Fastify" ,
5- "main" : " index.js" ,
6- "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1"
8- },
9- "keywords" : [],
10- "author" : " Mikael Vesavuori" ,
11- "license" : " ISC" ,
12- "dependencies" : {
13- "fastify" : " ^2.10.0" ,
14- "firebase-admin" : " ^8.6.0" ,
15- "firebase-functions" : " ^3.3.0" ,
16- "http" : " 0.0.0"
17- }
2+ "name" : " node-simple-webserver-serverless" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " Simple Node.js (serverless) server running Fastify" ,
5+ "main" : " index.js" ,
6+ "scripts" : {
7+ "test" : " echo \" Error: no test specified\" && exit 1" ,
8+ "snyk-protect" : " snyk protect" ,
9+ "prepublish" : " npm run snyk-protect"
10+ },
11+ "keywords" : [],
12+ "author" : " Mikael Vesavuori" ,
13+ "license" : " ISC" ,
14+ "dependencies" : {
15+ "fastify" : " ^2.10.0" ,
16+ "firebase-admin" : " ^8.6.0" ,
17+ "firebase-functions" : " ^3.3.0" ,
18+ "http" : " 0.0.0" ,
19+ "snyk" : " ^1.316.2"
20+ },
21+ "snyk" : true
1822}
You can’t perform that action at this time.
0 commit comments