Skip to content

Commit 0460c2d

Browse files
authored
chore: update dependencies (#812)
- Update the `sinon` development dependency to its new major version. - Update the other dependencies and development dependencies to their latest versions.
1 parent 6cc2b1a commit 0460c2d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -34,36 +34,36 @@
3434
],
3535
"license": "MIT",
3636
"dependencies": {
37-
"@listr2/prompt-adapter-enquirer": "^2.0.1",
38-
"@node-core/caritat": "^1.3.0",
37+
"@listr2/prompt-adapter-enquirer": "^2.0.8",
38+
"@node-core/caritat": "^1.3.1",
3939
"@pkgjs/nv": "^0.2.2",
40-
"branch-diff": "^3.0.2",
40+
"branch-diff": "^3.0.4",
4141
"chalk": "^5.3.0",
42-
"changelog-maker": "^4.0.1",
42+
"changelog-maker": "^4.1.1",
4343
"cheerio": "^1.0.0-rc.12",
4444
"clipboardy": "^4.0.0",
4545
"core-validate-commit": "^4.0.0",
46-
"figures": "^6.0.1",
47-
"ghauth": "^6.0.1",
48-
"inquirer": "^9.2.12",
46+
"figures": "^6.1.0",
47+
"ghauth": "^6.0.4",
48+
"inquirer": "^9.2.22",
4949
"js-yaml": "^4.1.0",
50-
"listr2": "^8.0.1",
50+
"listr2": "^8.2.1",
5151
"lodash": "^4.17.21",
5252
"log-symbols": "^6.0.0",
5353
"ora": "^8.0.1",
5454
"replace-in-file": "^7.1.0",
55-
"undici": "^6.3.0",
55+
"undici": "^6.18.0",
5656
"which": "^4.0.0",
5757
"yargs": "^17.7.2"
5858
},
5959
"devDependencies": {
60-
"@reporters/github": "^1.5.4",
61-
"c8": "^9.0.0",
62-
"eslint": "^8.56.0",
60+
"@reporters/github": "^1.7.0",
61+
"c8": "^9.1.0",
62+
"eslint": "^8.57.0",
6363
"eslint-config-standard": "^17.1.0",
6464
"eslint-plugin-import": "^2.29.1",
65-
"eslint-plugin-n": "^16.6.1",
65+
"eslint-plugin-n": "^16.6.2",
6666
"eslint-plugin-promise": "^6.1.1",
67-
"sinon": "^17.0.1"
67+
"sinon": "^18.0.0"
6868
}
6969
}

0 commit comments

Comments
 (0)