Skip to content

Commit 2b95b35

Browse files
snyk-botmikaelvesavuori
authored andcommitted
fix: 04-serverless-and-apis/backend/package.json & 04-serverless-and-apis/backend/.snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
1 parent f100da5 commit 2b95b35

File tree

1 file changed

+38
-32
lines changed

1 file changed

+38
-32
lines changed
Lines changed: 38 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
11
{
2-
"name": "cloud-developer-basics-04-api",
3-
"version": "1.0.0",
4-
"engines": {
5-
"node": "10"
6-
},
7-
"description": "Cloud Developer Basics #4, based on ArtCollector demo API (artcollector-backend-gcp)",
8-
"author": "Mikael Vesavuori",
9-
"main": "index.js",
10-
"repository": {
11-
"type": "git",
12-
"url": "https://github.com/mikaelvesavuori/cloud-developer-basics.git"
13-
},
14-
"license": "ISC",
15-
"devDependencies": {
16-
"eslint": "^6.5.0",
17-
"eslint-config-prettier": "^6.5.0",
18-
"eslint-plugin-security": "^1.4.0",
19-
"prettier": "^1.18.2",
20-
"prettier-eslint": "^9.0.0"
21-
},
22-
"dependencies": {
23-
"@google-cloud/pubsub": "^1.1.5",
24-
"apollo-server-cloud-functions": "^2.9.7",
25-
"firebase-admin": "^8.7.0",
26-
"firebase-functions": "^3.3.0",
27-
"firebase-tools": "^7.6.2",
28-
"graphql": "^14.5.8",
29-
"graphql-type-json": "^0.3.0",
30-
"node-fetch": "^2.6.0",
31-
"serverless-google-cloudfunctions": "^2.3.3",
32-
"uuid": "^3.3.3"
33-
}
2+
"name": "cloud-developer-basics-04-api",
3+
"version": "1.0.0",
4+
"engines": {
5+
"node": "10"
6+
},
7+
"description": "Cloud Developer Basics #4, based on ArtCollector demo API (artcollector-backend-gcp)",
8+
"author": "Mikael Vesavuori",
9+
"main": "index.js",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/mikaelvesavuori/cloud-developer-basics.git"
13+
},
14+
"license": "ISC",
15+
"devDependencies": {
16+
"eslint": "^6.5.0",
17+
"eslint-config-prettier": "^6.5.0",
18+
"eslint-plugin-security": "^1.4.0",
19+
"prettier": "^1.18.2",
20+
"prettier-eslint": "^9.0.0"
21+
},
22+
"dependencies": {
23+
"@google-cloud/pubsub": "^1.1.5",
24+
"apollo-server-cloud-functions": "^2.9.7",
25+
"firebase-admin": "^8.7.0",
26+
"firebase-functions": "^3.3.0",
27+
"firebase-tools": "^7.6.2",
28+
"graphql": "^14.5.8",
29+
"graphql-type-json": "^0.3.0",
30+
"node-fetch": "^2.6.0",
31+
"serverless-google-cloudfunctions": "^2.3.3",
32+
"uuid": "^3.3.3",
33+
"snyk": "^1.317.0"
34+
},
35+
"scripts": {
36+
"snyk-protect": "snyk protect",
37+
"prepublish": "npm run snyk-protect"
38+
},
39+
"snyk": true
3440
}

0 commit comments

Comments
 (0)