Skip to content

Commit 4ef0fe2

Browse files
authored
chore: update core-validate-commit and others (#690)
- Update the `core-validate-commit` dependency to the next major version. - Update all other dependencies and developer dependencies to their latest versions.
1 parent b45da54 commit 4ef0fe2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,29 +39,29 @@
3939
"changelog-maker": "^3.2.1",
4040
"cheerio": "^1.0.0-rc.12",
4141
"clipboardy": "^3.0.0",
42-
"core-validate-commit": "^3.18.0",
42+
"core-validate-commit": "^4.0.0",
4343
"enquirer": "^2.3.6",
44-
"execa": "^7.0.0",
44+
"execa": "^7.1.1",
4545
"figures": "^5.0.0",
4646
"ghauth": "^5.0.1",
47-
"inquirer": "^9.1.4",
48-
"listr2": "^5.0.7",
47+
"inquirer": "^9.1.5",
48+
"listr2": "^5.0.8",
4949
"lodash": "^4.17.21",
5050
"log-symbols": "^5.1.0",
51-
"ora": "^6.1.2",
51+
"ora": "^6.3.0",
5252
"replace-in-file": "^6.3.5",
53-
"undici": "^5.20.0",
53+
"undici": "^5.21.0",
5454
"which": "^3.0.0",
5555
"yargs": "^17.7.1"
5656
},
5757
"devDependencies": {
5858
"@reporters/github": "^1.1.2",
5959
"c8": "^7.13.0",
60-
"eslint": "^8.35.0",
60+
"eslint": "^8.37.0",
6161
"eslint-config-standard": "^17.0.0",
6262
"eslint-plugin-import": "^2.27.5",
63-
"eslint-plugin-n": "^15.6.1",
63+
"eslint-plugin-n": "^15.7.0",
6464
"eslint-plugin-promise": "^6.1.1",
65-
"sinon": "^15.0.1"
65+
"sinon": "^15.0.3"
6666
}
6767
}

0 commit comments

Comments
 (0)