Skip to content

Commit

Permalink
chore: update dependencies (#812)
Browse files Browse the repository at this point in the history
- Update the `sinon` development dependency to its new major version.
- Update the other dependencies and development dependencies to their
latest versions.
  • Loading branch information
VoltrexKeyva authored May 22, 2024
1 parent 6cc2b1a commit 0460c2d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,36 +34,36 @@
],
"license": "MIT",
"dependencies": {
"@listr2/prompt-adapter-enquirer": "^2.0.1",
"@node-core/caritat": "^1.3.0",
"@listr2/prompt-adapter-enquirer": "^2.0.8",
"@node-core/caritat": "^1.3.1",
"@pkgjs/nv": "^0.2.2",
"branch-diff": "^3.0.2",
"branch-diff": "^3.0.4",
"chalk": "^5.3.0",
"changelog-maker": "^4.0.1",
"changelog-maker": "^4.1.1",
"cheerio": "^1.0.0-rc.12",
"clipboardy": "^4.0.0",
"core-validate-commit": "^4.0.0",
"figures": "^6.0.1",
"ghauth": "^6.0.1",
"inquirer": "^9.2.12",
"figures": "^6.1.0",
"ghauth": "^6.0.4",
"inquirer": "^9.2.22",
"js-yaml": "^4.1.0",
"listr2": "^8.0.1",
"listr2": "^8.2.1",
"lodash": "^4.17.21",
"log-symbols": "^6.0.0",
"ora": "^8.0.1",
"replace-in-file": "^7.1.0",
"undici": "^6.3.0",
"undici": "^6.18.0",
"which": "^4.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@reporters/github": "^1.5.4",
"c8": "^9.0.0",
"eslint": "^8.56.0",
"@reporters/github": "^1.7.0",
"c8": "^9.1.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"sinon": "^17.0.1"
"sinon": "^18.0.0"
}
}

0 comments on commit 0460c2d

Please sign in to comment.