Skip to content

Commit 545081c

Browse files
committed
chore: update dependencies and stop testing very old versions
The very old versions require modules with issues or have security issues.
1 parent bafd93d commit 545081c

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ jobs:
1515
os:
1616
- ubuntu-latest
1717
node_version:
18-
- 10
19-
- 12
20-
- 14
2118
- 16
2219
- 18
2320
- 20
2421
- 22
22+
- 24
2523
name: Running tests with Node ${{ matrix.node_version }} on ${{ matrix.os }}
2624
runs-on: ${{ matrix.os }}
2725
steps:

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
"license": "MIT",
3939
"typings": "index.d.ts",
4040
"devDependencies": {
41-
"@types/json-stable-stringify": "^1.0.34",
42-
"@types/node": "^18.11.18",
41+
"@types/json-stable-stringify": "^1.2.0",
42+
"@types/node": "^18.19.130",
4343
"clone": "^2.1.2",
4444
"fast-json-stable-stringify": "^2.1.0",
4545
"fast-safe-stringify": "^2.1.1",
4646
"fast-stable-stringify": "^1.0.0",
4747
"faster-stable-stringify": "^1.0.0",
4848
"fastest-stable-stringify": "^2.0.2",
49-
"json-stable-stringify": "^1.0.1",
50-
"json-stringify-deterministic": "^1.0.7",
49+
"json-stable-stringify": "^1.3.0",
50+
"json-stringify-deterministic": "^1.0.12",
5151
"json-stringify-safe": "^5.0.1",
52-
"bench-node": "^0.5.4",
53-
"standard": "^16.0.4",
54-
"tap": "^15.0.9",
55-
"typescript": "^4.8.3"
52+
"bench-node": "^0.14.0",
53+
"standard": "^17.1.2",
54+
"tap": "^16.3.10",
55+
"typescript": "^5.9.3"
5656
},
5757
"repository": {
5858
"type": "git",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"moduleResolution": "nodenext",
1212
"importHelpers": false,
1313
"target": "esnext",
14-
"module": "CommonJS",
14+
"module": "NodeNext",
1515
"strict": true,
1616
"noImplicitAny": false,
1717
"lib": [

0 commit comments

Comments
 (0)