Skip to content

Commit 1a93681

Browse files
authored
Merge pull request #127 from leapfrogtechnology/feat/upgrade-dependencies
Upgrade all packages except @types/node
2 parents f05a85a + 88ef0c1 commit 1a93681

File tree

3 files changed

+843
-706
lines changed

3 files changed

+843
-706
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node: ['14', '16', '17']
18+
node: ['14', '16', '18', '20']
1919
name: Node ${{ matrix.node }}
2020
steps:
2121
- uses: actions/checkout@v2

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,30 +56,30 @@
5656
"Sagar Chamling <sagarchamling@lftechnology.com>"
5757
],
5858
"dependencies": {
59-
"debug": "4.3.1",
59+
"debug": "4.3.4",
6060
"lodash.merge": "^4.6.2"
6161
},
6262
"devDependencies": {
6363
"@istanbuljs/nyc-config-typescript": "^1.0.1",
64-
"@types/chai": "^4.2.14",
64+
"@types/chai": "^4.3.4",
6565
"@types/chai-as-promised": "^7.1.3",
6666
"@types/debug": "^4.1.5",
67-
"@types/express": "^4.17.9",
68-
"@types/lodash.merge": "^4.6.6",
69-
"@types/mocha": "^8.2.0",
67+
"@types/express": "^4.17.17",
68+
"@types/lodash.merge": "^4.6.7",
69+
"@types/mocha": "^10.0.1",
7070
"@types/node": "^14.17.0",
71-
"chai": "^4.2.0",
71+
"chai": "^4.3.7",
7272
"chai-as-promised": "^7.1.1",
7373
"codecov": "^3.8.1",
74-
"fastify": "^3.25.3",
75-
"husky": "^5.2.0",
76-
"lint-staged": "^12.1.7",
77-
"mocha": "^9.1.3",
78-
"node-mocks-http": "^1.9.0",
74+
"fastify": "^4.16.3",
75+
"husky": "^8.0.3",
76+
"lint-staged": "^13.2.2",
77+
"mocha": "^10.2.0",
78+
"node-mocks-http": "^1.12.2",
7979
"nyc": "^15.1.0",
80-
"prettier": "^2.2.1",
81-
"ts-node": "^10.4.0",
82-
"typescript": "^4.1.3"
80+
"prettier": "^2.8.8",
81+
"ts-node": "^10.9.1",
82+
"typescript": "^5.0.4"
8383
},
8484
"peerDependencies": {
8585
"express": ">= 4.17.0",

0 commit comments

Comments
 (0)