Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 8ef2ebb

Browse files
Merge pull request #6 from mikaelvesavuori/snyk-fix-014ca6fb10f38b43973c82db3231a5cf
[Snyk] Fix for 1 vulnerabilities
2 parents 6463aab + 2aea301 commit 8ef2ebb

2 files changed

Lines changed: 28 additions & 16 deletions

File tree

serverless/.snyk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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'

serverless/package.json

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
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
}

0 commit comments

Comments
 (0)