Skip to content

Commit

Permalink
Update dependencies in package.json to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Feb 28, 2025
1 parent 47114db commit 929b830
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@
},
"license": "MIT",
"dependencies": {
"@actions/artifact": "1.1.2",
"@actions/core": "^1.10.1",
"@actions/artifact": "2.2.2",
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@octokit/request-error": "^5.0.1",
"@octokit/types": "^13.4.1",
"csv-parse": "^5.5.3",
"@octokit/request-error": "^6.1.7",
"@octokit/types": "^13.8.0",
"csv-parse": "^5.6.0",
"moment": "^2.30.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.5",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"@vercel/ncc": "^0.38.3",
"eslint": "^9.21.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.2.6",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
"typescript": "^5.7.3"
}
}

0 comments on commit 929b830

Please sign in to comment.