Skip to content

Commit

Permalink
fix: update dependencies to latest (#412)
Browse files Browse the repository at this point in the history
theoludwig authored Jun 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d1f6ab1 commit 5b68e04
Showing 2 changed files with 4,274 additions and 2,583 deletions.
6,825 changes: 4,258 additions & 2,567 deletions package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -39,31 +39,31 @@
"release": "semantic-release"
},
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2",
"@octokit/rest": "20.0.2",
"@commitlint/cli": "19.2.2",
"@commitlint/config-conventional": "19.2.2",
"@octokit/rest": "20.1.1",
"@types/jest": "29.5.12",
"@types/node": "20.11.17",
"@types/node": "20.14.2",
"@types/proxy-from-env": "1.0.4",
"@types/tar": "6.1.11",
"@types/tar": "6.1.13",
"@types/tmp": "0.2.6",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@vercel/ncc": "0.38.1",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"jest": "29.7.0",
"prettier": "3.2.5",
"prettier": "3.3.1",
"proxy": "2.1.1",
"proxy-from-env": "1.1.0",
"rimraf": "5.0.5",
"semantic-release": "23.0.2",
"tar": "6.2.0",
"rimraf": "5.0.7",
"semantic-release": "24.0.0",
"tar": "7.2.0",
"tmp-promise": "3.0.3",
"ts-jest": "29.1.2",
"tsx": "4.7.1",
"typescript": "5.3.3",
"undici": "6.11.1"
"ts-jest": "29.1.4",
"tsx": "4.11.2",
"typescript": "5.4.5",
"undici": "6.18.2"
}
}

0 comments on commit 5b68e04

Please sign in to comment.