Skip to content

Commit

Permalink
Update dependencies (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 617d471 commit 4234bc4
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 162 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"private": true,
"devDependencies": {
"@actions/core": "1.11.1",
"@sindresorhus/slugify": "1.1.2",
"@sindresorhus/slugify": "2.2.1",
"@types/node": "18.19.67",
"@types/node-fetch": "2.6.12",
"arg": "5.0.2",
"chalk": "4.1.2",
"execa": "5.1.1",
"husky": "7.0.4",
"is-ci": "3.0.1",
"node-fetch": "2.7.0",
"prettier": "2.8.8",
"chalk": "5.3.0",
"execa": "9.5.2",
"husky": "9.1.7",
"is-ci": "4.1.0",
"node-fetch": "3.3.2",
"prettier": "3.4.2",
"ts-node": "10.9.2",
"typescript": "4.9.5"
"typescript": "5.7.2"
},
"scripts": {
"format": "prettier --write .",
Expand Down
2 changes: 1 addition & 1 deletion packages/engines-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/node": "18.19.67",
"typescript": "4.9.5"
"typescript": "5.7.2"
},
"scripts": {
"build": "tsc -d",
Expand Down
Loading

0 comments on commit 4234bc4

Please sign in to comment.