Skip to content

Commit b01c292

Browse files
committed
chore: update dependencies
- Update the `replace-in-file` dependency to its new major version. - Update the `eslint-plugin-n` developer dependency to its new major version. - Update all other dependencies and developer dependencies to their latest versions.
1 parent ecb1b7d commit b01c292

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -36,32 +36,32 @@
3636
"dependencies": {
3737
"branch-diff": "^2.1.1",
3838
"chalk": "^5.2.0",
39-
"changelog-maker": "^3.2.3",
39+
"changelog-maker": "^3.2.4",
4040
"cheerio": "^1.0.0-rc.12",
4141
"clipboardy": "^3.0.0",
4242
"core-validate-commit": "^4.0.0",
4343
"enquirer": "^2.3.6",
4444
"execa": "^7.1.1",
4545
"figures": "^5.0.0",
4646
"ghauth": "^5.0.1",
47-
"inquirer": "^9.1.5",
48-
"listr2": "^6.0.4",
47+
"inquirer": "^9.2.6",
48+
"listr2": "^6.6.0",
4949
"lodash": "^4.17.21",
5050
"log-symbols": "^5.1.0",
51-
"ora": "^6.3.0",
52-
"replace-in-file": "^6.3.5",
53-
"undici": "^5.21.2",
54-
"which": "^3.0.0",
55-
"yargs": "^17.7.1"
51+
"ora": "^6.3.1",
52+
"replace-in-file": "^7.0.1",
53+
"undici": "^5.22.1",
54+
"which": "^3.0.1",
55+
"yargs": "^17.7.2"
5656
},
5757
"devDependencies": {
5858
"@reporters/github": "^1.1.3",
59-
"c8": "^7.13.0",
60-
"eslint": "^8.38.0",
61-
"eslint-config-standard": "^17.0.0",
59+
"c8": "^7.14.0",
60+
"eslint": "^8.41.0",
61+
"eslint-config-standard": "^17.1.0",
6262
"eslint-plugin-import": "^2.27.5",
63-
"eslint-plugin-n": "^15.7.0",
63+
"eslint-plugin-n": "^16.0.0",
6464
"eslint-plugin-promise": "^6.1.1",
65-
"sinon": "^15.0.3"
65+
"sinon": "^15.1.0"
6666
}
6767
}

0 commit comments

Comments
 (0)