Skip to content

Commit 9f2eb55

Browse files
authored
Merge pull request #53 from axa-group/ntk/deps
Bump dependencies
2 parents cdf41fa + 2793e7e commit 9f2eb55

3 files changed

Lines changed: 660 additions & 723 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: ${{ matrix.node-version }}
2121

2222
- name: Yarn install
23-
run: yarn install
23+
run: yarn install --frozen-lockfile
2424

2525
- name: Transpile
2626
run: yarn build

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,34 +57,34 @@
5757
"jsonwebtoken": "^8.5.1",
5858
"lodash.isplainobject": "^4.0.6",
5959
"node-jose": "^2.0.0",
60-
"uuid": "^8.3.0"
60+
"uuid": "^8.3.1"
6161
},
6262
"devDependencies": {
6363
"@types/basic-auth": "^1.1.3",
6464
"@types/body-parser": "^1.19.0",
65-
"@types/cors": "^2.8.7",
65+
"@types/cors": "^2.8.8",
6666
"@types/express": "^4.17.8",
67-
"@types/jest": "^26.0.14",
67+
"@types/jest": "^26.0.15",
6868
"@types/jsonwebtoken": "^8.5.0",
6969
"@types/lodash.isplainobject": "^4.0.6",
70-
"@types/node": "^10.17.35",
70+
"@types/node": "^10.17.44",
7171
"@types/supertest": "^2.0.10",
7272
"@types/uuid": "^8.3.0",
73-
"@typescript-eslint/eslint-plugin": "^4.3.0",
74-
"@typescript-eslint/parser": "^4.3.0",
75-
"eslint": "^7.10.0",
76-
"eslint-config-prettier": "^6.12.0",
73+
"@typescript-eslint/eslint-plugin": "^4.6.0",
74+
"@typescript-eslint/parser": "^4.6.0",
75+
"eslint": "^7.12.1",
76+
"eslint-config-prettier": "^6.15.0",
7777
"eslint-plugin-import": "^2.22.1",
78-
"eslint-plugin-jest": "^24.0.2",
79-
"eslint-plugin-jsdoc": "^30.6.3",
78+
"eslint-plugin-jest": "^24.1.0",
79+
"eslint-plugin-jsdoc": "^30.7.3",
8080
"eslint-plugin-prettier": "^3.1.4",
81-
"jest": "^26.4.2",
82-
"jest-junit": "^11.1.0",
81+
"jest": "^26.6.1",
82+
"jest-junit": "^12.0.0",
8383
"prettier": "^2.1.2",
8484
"rimraf": "^3.0.2",
85-
"supertest": "^5.0.0",
86-
"ts-jest": "^26.4.1",
85+
"supertest": "^6.0.0",
86+
"ts-jest": "^26.4.3",
8787
"ts-node": "^9.0.0",
88-
"typescript": "^4.0.3"
88+
"typescript": "^4.0.5"
8989
}
9090
}

0 commit comments

Comments
 (0)