Skip to content

Commit

Permalink
chore: update dependencies (#721)
Browse files Browse the repository at this point in the history
- Update the `execa` dependency to its new major version.
- Update the other dependencies and developer dependencies to their
latest versions.

Co-authored-by: Antoine du Hamel <[email protected]>
  • Loading branch information
VoltrexKeyva and aduh95 authored Sep 3, 2023
1 parent 7b9d962 commit 4b2b6fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"license": "MIT",
"dependencies": {
"@node-core/caritat": "^1.2.0",
"branch-diff": "^2.1.3",
"branch-diff": "^2.1.4",
"chalk": "^5.3.0",
"changelog-maker": "^3.2.4",
"cheerio": "^1.0.0-rc.12",
"clipboardy": "^3.0.0",
"core-validate-commit": "^4.0.0",
"enquirer": "^2.4.1",
"execa": "^7.2.0",
"execa": "^8.0.1",
"figures": "^5.0.0",
"ghauth": "^5.0.1",
"inquirer": "^9.2.10",
Expand All @@ -61,8 +61,8 @@
"c8": "^8.0.1",
"eslint": "^8.47.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"sinon": "^15.2.0"
}
Expand Down

0 comments on commit 4b2b6fa

Please sign in to comment.