Skip to content

Commit

Permalink
chore: update dependencies (#719)
Browse files Browse the repository at this point in the history
- Update the `ora` dependency to its new major version.
- Update all other dependencies and developer dependencies to their
latest versions.
  • Loading branch information
patrickm68 committed Aug 17, 2023
1 parent 5772502 commit c1cfc9e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,34 +34,34 @@
],
"license": "MIT",
"dependencies": {
"branch-diff": "^2.1.1",
"chalk": "^5.2.0",
"branch-diff": "^2.1.3",
"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.3.6",
"execa": "^7.1.1",
"enquirer": "^2.4.1",
"execa": "^7.2.0",
"figures": "^5.0.0",
"ghauth": "^5.0.1",
"inquirer": "^9.2.7",
"listr2": "^6.6.0",
"inquirer": "^9.2.10",
"listr2": "^6.6.1",
"lodash": "^4.17.21",
"log-symbols": "^5.1.0",
"ora": "^6.3.1",
"ora": "^7.0.1",
"replace-in-file": "^7.0.1",
"undici": "^5.22.1",
"undici": "^5.23.0",
"which": "^3.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@reporters/github": "^1.2.0",
"c8": "^8.0.0",
"eslint": "^8.42.0",
"@reporters/github": "^1.5.2",
"c8": "^8.0.1",
"eslint": "^8.47.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"sinon": "^15.1.2"
"sinon": "^15.2.0"
}
}

0 comments on commit c1cfc9e

Please sign in to comment.