Skip to content

Commit 0000eac

Browse files
committed
fix: test.yml
1 parent c5fed60 commit 0000eac

File tree

3 files changed

+1740
-1224
lines changed

3 files changed

+1740
-1224
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [22.10.0]
18+
node-version: [22.16.0]
1919

2020
steps:
2121
- uses: actions/checkout@v3

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@
4141
"passport": "0.7.0",
4242
"passport-github2": "0.1.12",
4343
"passport-google-oauth20": "^2.0.0",
44-
"rate-limiter-flexible": "5.0.3",
45-
"winston": "3.13.0"
44+
"rate-limiter-flexible": "7.1.1",
45+
"winston": "3.17.0"
4646
},
4747
"devDependencies": {
4848
"@types/chai": "4.3.16",
49-
"@types/config": "3.3.4",
49+
"@types/config": "3.3.5",
5050
"@types/express": "4.17.21",
51-
"@types/jest": "29.5.12",
52-
"@types/mocha": "10.0.6",
53-
"@types/node": "20.11.24",
51+
"@types/jest": "29.5.14",
52+
"@types/mocha": "10.0.10",
53+
"@types/node": "22.15.21",
5454
"@types/sinon": "17.0.3",
55-
"@typescript-eslint/parser": "^7.1.1",
55+
"@typescript-eslint/parser": "8.32.1",
5656
"chai": "4.4.1",
5757
"chai-http": "4.4.0",
5858
"cross-env": "7.0.3",
@@ -65,26 +65,26 @@
6565
"eslint-plugin-prettier": "^4.2.1",
6666
"eslint-plugin-promise": "^6.0.0",
6767
"eslint-plugin-security": "^1.7.1",
68-
"firebase-tools": "13.4.0",
69-
"mocha": "10.3.0",
68+
"firebase-tools": "14.4.0",
69+
"mocha": "11.5.0",
7070
"nock": "13.2.9",
71-
"nodemon": "3.1.3",
72-
"nyc": "15.1.0",
71+
"nodemon": "3.1.10",
72+
"nyc": "17.1.0",
7373
"pre-commit": "1.2.2",
7474
"prettier": "^2.5.1",
75-
"sinon": "18.0.0",
75+
"sinon": "20.0.0",
7676
"ts-node": "10.9.2",
7777
"ts-node-dev": "2.0.0",
78-
"typescript": "5.3.3"
78+
"typescript": "5.8.3"
7979
},
8080
"engines": {
81-
"node": "22.10.0"
81+
"node": "22.16.0"
8282
},
8383
"pre-commit": [
8484
"lint"
8585
],
8686
"volta": {
87-
"node": "22.10.0",
88-
"yarn": "1.22.21"
87+
"node": "22.16.0",
88+
"yarn": "1.22.22"
8989
}
9090
}

0 commit comments

Comments
 (0)