Skip to content

Commit 0051647

Browse files
Upgraded packages to latest compatible versions (#1943)
* Updated dependencies with patch version updates * Updated dependencies with minor version updates * Updated dependencies with major version updates * Restored original version ranges (carets & tildes) in package.json * Removed version range for config * Fixed problematic eslint package versions * Fixed version ranges for nock and typescript packages * Updated yarn and node versions * Updated node version in test workflow --------- Co-authored-by: Prakash Choudhary <[email protected]>
1 parent 592ab43 commit 0051647

File tree

3 files changed

+1519
-1176
lines changed

3 files changed

+1519
-1176
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: [18.x]
18+
node-version: [20.x]
1919

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

package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -16,71 +16,71 @@
1616
"tdd:watch": "sh scripts/tests/tdd.sh"
1717
},
1818
"dependencies": {
19-
"axios": "^1.0.0",
20-
"cloudinary": "^1.25.1",
21-
"config": "^3.3.6",
22-
"cookie-parser": "~1.4.5",
19+
"axios": "^1.6.7",
20+
"cloudinary": "^2.0.3",
21+
"config": "3.3.7",
22+
"cookie-parser": "~1.4.6",
2323
"cors": "^2.8.5",
24-
"datauri": "^4.0.0",
25-
"debug": "~4.3.1",
26-
"express": "~4.18.0",
24+
"datauri": "^4.1.0",
25+
"debug": "~4.3.4",
26+
"express": "~4.18.3",
2727
"express-boom": "^3.0.0",
28-
"firebase-admin": "^11.0.0",
29-
"helmet": "^6.0.0",
28+
"firebase-admin": "^11.11.1",
29+
"helmet": "^7.1.0",
3030
"http-errors": "~2.0.0",
31-
"joi": "^17.4.0",
32-
"jsdoc": "^4.0.0",
31+
"joi": "^17.12.2",
32+
"jsdoc": "^4.0.2",
3333
"jsonwebtoken": "^8.5.1",
3434
"morgan": "~1.10.0",
3535
"multer": "^1.4.2",
36-
"newrelic": "^9.0.0",
37-
"passport": "^0.6.0",
36+
"newrelic": "^11.12.0",
37+
"passport": "^0.7.0",
3838
"passport-github2": "^0.1.12",
39-
"rate-limiter-flexible": "^2.4.1",
40-
"winston": "^3.3.3"
39+
"rate-limiter-flexible": "^5.0.0",
40+
"winston": "^3.12.0"
4141
},
4242
"devDependencies": {
43-
"@types/chai": "^4.3.5",
43+
"@types/chai": "^4.3.12",
4444
"@types/config": "^3.3.3",
45-
"@types/express": "^4.17.17",
46-
"@types/jest": "^29.5.3",
47-
"@types/mocha": "^10.0.1",
48-
"@types/node": "^20.4.3",
45+
"@types/express": "^4.17.21",
46+
"@types/jest": "^29.5.12",
47+
"@types/mocha": "^10.0.6",
48+
"@types/node": "^20.11.24",
4949
"@types/sinon": "^17.0.3",
50-
"@typescript-eslint/parser": "^6.1.0",
51-
"chai": "^4.3.7",
52-
"chai-http": "^4.3.0",
50+
"@typescript-eslint/parser": "^7.1.1",
51+
"chai": "^4.4.1",
52+
"chai-http": "^4.4.0",
5353
"cross-env": "^7.0.3",
54-
"eslint": "^8.0.0",
55-
"eslint-config-prettier": "^8.3.0",
56-
"eslint-config-standard": "^16.0.2",
54+
"eslint": "^8.57.0",
55+
"eslint-config-prettier": "^9.1.0",
56+
"eslint-config-standard": "^16.0.3",
5757
"eslint-plugin-import": "^2.22.1",
5858
"eslint-plugin-mocha": "^10.0.0",
5959
"eslint-plugin-node": "^11.1.0",
60-
"eslint-plugin-prettier": "^4.0.0",
60+
"eslint-plugin-prettier": "^4.2.1",
6161
"eslint-plugin-promise": "^6.0.0",
62-
"eslint-plugin-security": "^1.4.0",
62+
"eslint-plugin-security": "^1.7.1",
6363
"eslint-plugin-standard": "^4.1.0",
64-
"firebase-tools": "^11.28.0",
65-
"mocha": "^10.2.0",
66-
"nock": "^13.0.11",
67-
"nodemon": "^2.0.7",
64+
"firebase-tools": "^13.4.0",
65+
"mocha": "^10.3.0",
66+
"nock": "~13.2.9",
67+
"nodemon": "^3.1.0",
6868
"nyc": "^15.1.0",
6969
"pre-commit": "^1.2.2",
7070
"prettier": "^2.5.1",
71-
"sinon": "^15.0.0",
72-
"ts-node": "^10.9.1",
71+
"sinon": "^17.0.1",
72+
"ts-node": "^10.9.2",
7373
"ts-node-dev": "^2.0.0",
74-
"typescript": "^5.1.6"
74+
"typescript": "~5.3.3"
7575
},
7676
"engines": {
77-
"node": "18.x"
77+
"node": "20.x"
7878
},
7979
"pre-commit": [
8080
"lint"
8181
],
8282
"volta": {
83-
"node": "18.15.0",
84-
"yarn": "1.22.19"
83+
"node": "20.11.1",
84+
"yarn": "1.22.21"
8585
}
8686
}

0 commit comments

Comments
 (0)