Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit f876ff9

Browse files
author
Lily2point0
committed
patch
1 parent 1291001 commit f876ff9

File tree

3 files changed

+47
-31
lines changed

3 files changed

+47
-31
lines changed

.snyk

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
22
version: v1.13.1
33
ignore: {}
4-
patch: {}
4+
# patches apply the minimum changes required to fix a vulnerability
5+
patch:
6+
SNYK-JS-HTTPSPROXYAGENT-469131:
7+
- '@google-cloud/translate > @google-cloud/common > google-auth-library > https-proxy-agent':
8+
patched: '2019-10-07T10:34:48.979Z'
9+
- '@google-cloud/translate > @google-cloud/common > google-auth-library > gaxios > https-proxy-agent':
10+
patched: '2019-10-07T10:34:48.979Z'
11+
- '@google-cloud/translate > @google-cloud/common > google-auth-library > gcp-metadata > gaxios > https-proxy-agent':
12+
patched: '2019-10-07T10:34:48.979Z'
13+
- '@google-cloud/translate > @google-cloud/common > google-auth-library > gtoken > gaxios > https-proxy-agent':
14+
patched: '2019-10-07T10:34:48.979Z'
15+
- '@google-cloud/translate > teeny-request > https-proxy-agent':
16+
patched: '2019-10-07T10:34:48.979Z'

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+31-27
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
11
{
2-
"name": "build",
3-
"version": "1.0.0",
4-
"description": "",
5-
"main": "index.js",
6-
"scripts": {
7-
"start": "node index.js",
8-
"dev": "nodemon index.js -e js,hbs,css",
9-
"test": "echo \"Error: no test specified\" && exit 1"
10-
},
11-
"author": "Lily2point0",
12-
"license": "MIT",
13-
"dependencies": {
14-
"@financial-times/s3o-middleware": "^3.0.1",
15-
"@google-cloud/translate": "^2.1.4",
16-
"aws-sdk": "^2.538.0",
17-
"cheerio": "^1.0.0-rc.3",
18-
"dotenv": "^5.0.1",
19-
"express": "^4.16.4",
20-
"express-enforces-ssl": "^1.1.0",
21-
"hbs": "^4.0.5",
22-
"helmet": "^3.21.1",
23-
"path": "^0.12.7"
24-
},
25-
"devDependencies": {
26-
"nodemon": "^1.19.3"
27-
}
28-
}
2+
"name": "build",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"start": "node index.js",
8+
"dev": "nodemon index.js -e js,hbs,css",
9+
"test": "echo \"Error: no test specified\" && exit 1",
10+
"snyk-protect": "snyk protect",
11+
"prepare": "npm run snyk-protect"
12+
},
13+
"author": "Lily2point0",
14+
"license": "MIT",
15+
"dependencies": {
16+
"@financial-times/s3o-middleware": "^3.0.1",
17+
"@google-cloud/translate": "^2.1.4",
18+
"aws-sdk": "^2.543.0",
19+
"cheerio": "^1.0.0-rc.3",
20+
"dotenv": "^5.0.1",
21+
"express": "^4.16.4",
22+
"express-enforces-ssl": "^1.1.0",
23+
"hbs": "^4.0.5",
24+
"helmet": "^3.21.1",
25+
"path": "^0.12.7",
26+
"snyk": "^1.116.4"
27+
},
28+
"devDependencies": {
29+
"nodemon": "^1.19.3"
30+
},
31+
"snyk": true
32+
}

0 commit comments

Comments
 (0)