Skip to content

Commit 6c0679d

Browse files
committed
refresh dependencies
1 parent bc46dc1 commit 6c0679d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "run-jtest-action",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"private": true,
55
"description": "A GitHub Action for running Parasoft Jtest analysis",
66
"main": "lib/main.js",
@@ -29,27 +29,27 @@
2929
"dependencies": {
3030
"@actions/core": "^1.10.0",
3131
"@actions/exec": "^1.1.1",
32-
"@actions/github": "^5.1.1",
32+
"@actions/github": "^6.0.0",
3333
"@actions/http-client": "1.0.11",
3434
"@actions/io": "^1.1.2"
3535
},
3636
"devDependencies": {
3737
"@types/chai": "^4.3.4",
3838
"@types/mocha": "^9.1.1",
39-
"@types/node": "^16.18.11",
39+
"@types/node": "^20.12.12",
4040
"@types/sinon": "^10.0.13",
4141
"@typescript-eslint/eslint-plugin": "^4.33.0",
4242
"@typescript-eslint/parser": "^4.33.0",
43-
"@vercel/ncc": "^0.29.2",
43+
"@vercel/ncc": "^0.36.1",
4444
"chai": "^4.3.7",
4545
"copyfiles": "^2.4.1",
4646
"cross-env": "^7.0.3",
4747
"eslint": "^7.32.0",
4848
"fs-extra": "^10.1.0",
49-
"mocha": "^9.2.2",
49+
"mocha": "^10.4.0",
5050
"nyc": "^15.1.0",
5151
"sinon": "^15.0.1",
52-
"ts-node": "^9.1.1",
52+
"ts-node": "^10.9.2",
5353
"typescript": "^4.9.4",
5454
"typescript-eslint": "0.0.1-alpha.0"
5555
}

0 commit comments

Comments
 (0)