Skip to content

Commit

Permalink
chore: update dependencies (#749)
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
VoltrexKeyva authored Nov 7, 2023
1 parent e6b8c1d commit 786d27f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 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": "^1.0.1",
"@node-core/caritat": "^1.2.0",
"@pkgjs/nv": "^0.2.1",
"branch-diff": "^2.1.4",
"@listr2/prompt-adapter-enquirer": "^1.0.2",
"@node-core/caritat": "^1.2.1",
"@pkgjs/nv": "^0.2.2",
"branch-diff": "^2.1.5",
"chalk": "^5.3.0",
"changelog-maker": "^3.2.4",
"changelog-maker": "^3.2.6",
"cheerio": "^1.0.0-rc.12",
"clipboardy": "^3.0.0",
"clipboardy": "^4.0.0",
"core-validate-commit": "^4.0.0",
"figures": "^5.0.0",
"figures": "^6.0.1",
"ghauth": "^5.0.1",
"inquirer": "^9.2.11",
"js-yaml": "^4.1.0",
"listr2": "^7.0.1",
"listr2": "^7.0.2",
"lodash": "^4.17.21",
"log-symbols": "^5.1.0",
"log-symbols": "^6.0.0",
"ora": "^7.0.1",
"replace-in-file": "^7.0.1",
"undici": "^5.25.2",
"replace-in-file": "^7.0.2",
"undici": "^5.27.2",
"which": "^4.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@reporters/github": "^1.5.2",
"@reporters/github": "^1.5.3",
"c8": "^8.0.1",
"eslint": "^8.50.0",
"eslint": "^8.53.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1",
"sinon": "^16.0.0"
"sinon": "^17.0.1"
}
}

0 comments on commit 786d27f

Please sign in to comment.