Skip to content

Commit

Permalink
chore: bump the dev-dependencies group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `14.18.63` | `20.14.8` |
| [chalk](https://github.com/chalk/chalk) | `4.1.2` | `5.3.0` |
| [inquirer](https://github.com/SBoudrias/Inquirer.js) | `8.2.6` | `9.2.23` |
| [standard](https://github.com/standard/standard) | `14.3.4` | `17.1.0` |
| [tap](https://github.com/tapjs/tapjs) | `16.3.10` | `19.2.5` |
| [tsd](https://github.com/tsdjs/tsd) | `0.13.1` | `0.31.1` |



Updates `@types/node` from 14.18.63 to 20.14.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `chalk` from 4.1.2 to 5.3.0
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](chalk/chalk@v4.1.2...v5.3.0)

Updates `inquirer` from 8.2.6 to 9.2.23
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@8.2.6...inquirer@9.2.23)

Updates `standard` from 14.3.4 to 17.1.0
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](standard/standard@v14.3.4...v17.1.0)

Updates `tap` from 16.3.10 to 19.2.5
- [Release notes](https://github.com/tapjs/tapjs/releases)
- [Commits](https://github.com/tapjs/tapjs/compare/v16.3.10...tap@19.2.5)

Updates `tsd` from 0.13.1 to 0.31.1
- [Release notes](https://github.com/tsdjs/tsd/releases)
- [Commits](tsdjs/tsd@v0.13.1...v0.31.1)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: chalk
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: inquirer
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: standard
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: tap
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent ea27fa2 commit b6a6d6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
},
"homepage": "https://github.com/delvedor/find-my-way#readme",
"devDependencies": {
"@types/node": "^14.0.27",
"@types/node": "^20.14.8",
"benchmark": "^2.1.4",
"chalk": "^4.1.2",
"inquirer": "^8.2.4",
"chalk": "^5.3.0",
"inquirer": "^9.2.23",
"pre-commit": "^1.2.2",
"proxyquire": "^2.1.3",
"rfdc": "^1.3.0",
"simple-git": "^3.7.1",
"standard": "^14.3.4",
"tap": "^16.0.1",
"standard": "^17.1.0",
"tap": "^19.2.5",
"tap-mocha-reporter": "^5.0.1",
"tsd": "^0.13.1"
"tsd": "^0.31.1"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
Expand Down

0 comments on commit b6a6d6f

Please sign in to comment.