Skip to content

Commit f30cdba

Browse files
authored
chore: update dependencies (#719)
- Update the `ora` dependency to its new major version. - Update all other dependencies and developer dependencies to their latest versions.
1 parent 6efa5ed commit f30cdba

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,34 @@
3434
],
3535
"license": "MIT",
3636
"dependencies": {
37-
"branch-diff": "^2.1.1",
38-
"chalk": "^5.2.0",
37+
"branch-diff": "^2.1.3",
38+
"chalk": "^5.3.0",
3939
"changelog-maker": "^3.2.4",
4040
"cheerio": "^1.0.0-rc.12",
4141
"clipboardy": "^3.0.0",
4242
"core-validate-commit": "^4.0.0",
43-
"enquirer": "^2.3.6",
44-
"execa": "^7.1.1",
43+
"enquirer": "^2.4.1",
44+
"execa": "^7.2.0",
4545
"figures": "^5.0.0",
4646
"ghauth": "^5.0.1",
47-
"inquirer": "^9.2.7",
48-
"listr2": "^6.6.0",
47+
"inquirer": "^9.2.10",
48+
"listr2": "^6.6.1",
4949
"lodash": "^4.17.21",
5050
"log-symbols": "^5.1.0",
51-
"ora": "^6.3.1",
51+
"ora": "^7.0.1",
5252
"replace-in-file": "^7.0.1",
53-
"undici": "^5.22.1",
53+
"undici": "^5.23.0",
5454
"which": "^3.0.1",
5555
"yargs": "^17.7.2"
5656
},
5757
"devDependencies": {
58-
"@reporters/github": "^1.2.0",
59-
"c8": "^8.0.0",
60-
"eslint": "^8.42.0",
58+
"@reporters/github": "^1.5.2",
59+
"c8": "^8.0.1",
60+
"eslint": "^8.47.0",
6161
"eslint-config-standard": "^17.1.0",
62-
"eslint-plugin-import": "^2.27.5",
63-
"eslint-plugin-n": "^16.0.0",
62+
"eslint-plugin-import": "^2.28.0",
63+
"eslint-plugin-n": "^16.0.1",
6464
"eslint-plugin-promise": "^6.1.1",
65-
"sinon": "^15.1.2"
65+
"sinon": "^15.2.0"
6666
}
6767
}

0 commit comments

Comments
 (0)