Skip to content

Commit a75c540

Browse files
Update all non-major dependencies
1 parent f7de741 commit a75c540

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.github/workflows/trunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup node
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: "22"
23+
node-version: "22.21.1"
2424

2525
- name: Install required dependencies
2626
run: npm install

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,30 @@
3434
"ultra-strftime": "^1.0.2"
3535
},
3636
"devDependencies": {
37-
"@eslint/js": "^9.5.0",
38-
"@tsconfig/node16": "^16.1.3",
39-
"@types/chai": "^4.3.16",
37+
"@eslint/js": "^9.39.1",
38+
"@tsconfig/node16": "^16.1.6",
39+
"@types/chai": "^4.3.20",
4040
"@types/eslint__js": "^8.42.3",
41-
"@types/mocha": "^10.0.7",
42-
"@types/node": "^20.14.9",
43-
"@types/semver": "^7.5.8",
41+
"@types/mocha": "^10.0.10",
42+
"@types/node": "^20.19.24",
43+
"@types/semver": "^7.7.1",
4444
"@types/ultra-strftime": "^1.0.3",
45-
"@typescript-eslint/parser": "^7.14.1",
46-
"c8": "^10.1.2",
47-
"chai": "^5.1.1",
45+
"@typescript-eslint/parser": "^7.18.0",
46+
"c8": "^10.1.3",
47+
"chai": "^5.3.3",
4848
"coveralls": "^3.1.1",
49-
"eslint": "^8.57.0",
50-
"eslint-config-prettier": "^9.1.0",
51-
"markdownlint-cli": "^0.41.0",
52-
"mocha": "^10.5.2",
49+
"eslint": "^8.57.1",
50+
"eslint-config-prettier": "^9.1.2",
51+
"markdownlint-cli": "^0.45.0",
52+
"mocha": "^10.8.2",
5353
"mocha-steps": "^1.3.0",
54-
"prettier": "^3.3.2",
55-
"semver": "^7.6.2",
56-
"shx": "^0.3.4",
54+
"prettier": "^3.6.2",
55+
"semver": "^7.7.3",
56+
"shx": "^0.4.0",
5757
"ts-node": "^10.9.2",
58-
"tslib": "^2.6.3",
59-
"typescript": "^5.5.2",
60-
"typescript-eslint": "^7.14.1"
58+
"tslib": "^2.8.1",
59+
"typescript": "^5.9.3",
60+
"typescript-eslint": "^7.18.0"
6161
},
6262
"scripts": {
6363
"compile": "tsc --pretty --project .",

0 commit comments

Comments
 (0)