Skip to content

Commit

Permalink
chore: update deps and dev deps (#693)
Browse files Browse the repository at this point in the history
- Update the `listr2` dependency to it's new major version.
- Update the `branch-diff` and `changelog-maker` dependencies to their
latest versions to fix a vulnerability reported by Snyk.
- Update the other dependencies and developer dependencies to their
latest versions.
  • Loading branch information
VoltrexKeyva committed Apr 10, 2023
1 parent 4ef0fe2 commit 0d01f9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
],
"license": "MIT",
"dependencies": {
"branch-diff": "^2.1.0",
"branch-diff": "^2.1.1",
"chalk": "^5.2.0",
"changelog-maker": "^3.2.1",
"changelog-maker": "^3.2.3",
"cheerio": "^1.0.0-rc.12",
"clipboardy": "^3.0.0",
"core-validate-commit": "^4.0.0",
Expand All @@ -45,19 +45,19 @@
"figures": "^5.0.0",
"ghauth": "^5.0.1",
"inquirer": "^9.1.5",
"listr2": "^5.0.8",
"listr2": "^6.0.4",
"lodash": "^4.17.21",
"log-symbols": "^5.1.0",
"ora": "^6.3.0",
"replace-in-file": "^6.3.5",
"undici": "^5.21.0",
"undici": "^5.21.2",
"which": "^3.0.0",
"yargs": "^17.7.1"
},
"devDependencies": {
"@reporters/github": "^1.1.2",
"@reporters/github": "^1.1.3",
"c8": "^7.13.0",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
Expand Down

0 comments on commit 0d01f9a

Please sign in to comment.