Skip to content

Commit 3ad5d22

Browse files
authored
Updated dependencies (#10)
1 parent 2e41611 commit 3ad5d22

File tree

3 files changed

+493
-520
lines changed

3 files changed

+493
-520
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:10.12.0-alpine AS build
1+
FROM node:10.14.1-alpine AS build
22
WORKDIR /app
33

44
COPY ./package.json ./yarn.lock ./

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@
1616
},
1717
"dependencies": {
1818
"env-var": "^3.4.1",
19-
"node-fetch": "^2.2.0"
19+
"node-fetch": "^2.3.0"
2020
},
2121
"devDependencies": {
22-
"@babel/cli": "^7.1.2",
23-
"@babel/core": "^7.1.2",
24-
"@babel/node": "^7.0.0",
25-
"@babel/plugin-proposal-class-properties": "^7.1.0",
26-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
27-
"@babel/preset-env": "^7.1.0",
22+
"@babel/cli": "^7.2.0",
23+
"@babel/core": "^7.2.0",
24+
"@babel/node": "^7.2.0",
25+
"@babel/plugin-proposal-class-properties": "^7.2.1",
26+
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
27+
"@babel/preset-env": "^7.2.0",
2828
"@babel/preset-typescript": "^7.1.0",
29-
"@types/jest": "^23.3.9",
30-
"@types/node": "^10.12.0",
31-
"@types/node-fetch": "^2.1.2",
29+
"@types/jest": "^23.3.10",
30+
"@types/node": "^10.12.12",
31+
"@types/node-fetch": "^2.1.4",
3232
"jest": "^23.6.0",
33-
"nodemon": "^1.18.5",
34-
"pkg": "^4.3.4",
35-
"ts-jest": "^23.10.4",
33+
"nodemon": "^1.18.8",
34+
"pkg": "^4.3.5",
35+
"ts-jest": "^23.10.5",
3636
"ts-node": "^7.0.1",
3737
"tslint": "^5.11.0",
38-
"typescript": "^3.1.3"
38+
"typescript": "^3.2.2"
3939
},
4040
"jest": {
4141
"moduleFileExtensions": [

0 commit comments

Comments
 (0)