Skip to content

Commit 786d27f

Browse files
authored
chore: update dependencies (#749)
- Update the `clipboardy`, `figures`, and `log-symbols` dependencies and the `sinon` developer dependency to their new major versions. - Update the other dependencies and developer dependencies to their latest versions.
1 parent e6b8c1d commit 786d27f

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,36 +34,36 @@
3434
],
3535
"license": "MIT",
3636
"dependencies": {
37-
"@listr2/prompt-adapter-enquirer": "^1.0.1",
38-
"@node-core/caritat": "^1.2.0",
39-
"@pkgjs/nv": "^0.2.1",
40-
"branch-diff": "^2.1.4",
37+
"@listr2/prompt-adapter-enquirer": "^1.0.2",
38+
"@node-core/caritat": "^1.2.1",
39+
"@pkgjs/nv": "^0.2.2",
40+
"branch-diff": "^2.1.5",
4141
"chalk": "^5.3.0",
42-
"changelog-maker": "^3.2.4",
42+
"changelog-maker": "^3.2.6",
4343
"cheerio": "^1.0.0-rc.12",
44-
"clipboardy": "^3.0.0",
44+
"clipboardy": "^4.0.0",
4545
"core-validate-commit": "^4.0.0",
46-
"figures": "^5.0.0",
46+
"figures": "^6.0.1",
4747
"ghauth": "^5.0.1",
4848
"inquirer": "^9.2.11",
4949
"js-yaml": "^4.1.0",
50-
"listr2": "^7.0.1",
50+
"listr2": "^7.0.2",
5151
"lodash": "^4.17.21",
52-
"log-symbols": "^5.1.0",
52+
"log-symbols": "^6.0.0",
5353
"ora": "^7.0.1",
54-
"replace-in-file": "^7.0.1",
55-
"undici": "^5.25.2",
54+
"replace-in-file": "^7.0.2",
55+
"undici": "^5.27.2",
5656
"which": "^4.0.0",
5757
"yargs": "^17.7.2"
5858
},
5959
"devDependencies": {
60-
"@reporters/github": "^1.5.2",
60+
"@reporters/github": "^1.5.3",
6161
"c8": "^8.0.1",
62-
"eslint": "^8.50.0",
62+
"eslint": "^8.53.0",
6363
"eslint-config-standard": "^17.1.0",
64-
"eslint-plugin-import": "^2.28.1",
65-
"eslint-plugin-n": "^16.1.0",
64+
"eslint-plugin-import": "^2.29.0",
65+
"eslint-plugin-n": "^16.2.0",
6666
"eslint-plugin-promise": "^6.1.1",
67-
"sinon": "^16.0.0"
67+
"sinon": "^17.0.1"
6868
}
6969
}

0 commit comments

Comments
 (0)