Skip to content

Commit 7da8836

Browse files
committed
chore: update deps and dev deps
- 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.
1 parent 4ef0fe2 commit 7da8836

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
],
3535
"license": "MIT",
3636
"dependencies": {
37-
"branch-diff": "^2.1.0",
37+
"branch-diff": "^2.1.1",
3838
"chalk": "^5.2.0",
39-
"changelog-maker": "^3.2.1",
39+
"changelog-maker": "^3.2.3",
4040
"cheerio": "^1.0.0-rc.12",
4141
"clipboardy": "^3.0.0",
4242
"core-validate-commit": "^4.0.0",
@@ -45,19 +45,19 @@
4545
"figures": "^5.0.0",
4646
"ghauth": "^5.0.1",
4747
"inquirer": "^9.1.5",
48-
"listr2": "^5.0.8",
48+
"listr2": "^6.0.4",
4949
"lodash": "^4.17.21",
5050
"log-symbols": "^5.1.0",
5151
"ora": "^6.3.0",
5252
"replace-in-file": "^6.3.5",
53-
"undici": "^5.21.0",
53+
"undici": "^5.21.2",
5454
"which": "^3.0.0",
5555
"yargs": "^17.7.1"
5656
},
5757
"devDependencies": {
58-
"@reporters/github": "^1.1.2",
58+
"@reporters/github": "^1.1.3",
5959
"c8": "^7.13.0",
60-
"eslint": "^8.37.0",
60+
"eslint": "^8.38.0",
6161
"eslint-config-standard": "^17.0.0",
6262
"eslint-plugin-import": "^2.27.5",
6363
"eslint-plugin-n": "^15.7.0",

0 commit comments

Comments
 (0)