Skip to content

Commit e5937a5

Browse files
chore: bump the dev-dependencies group with 6 updates
Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `14.18.63` | `20.12.5` | | [chalk](https://github.com/chalk/chalk) | `4.1.2` | `5.3.0` | | [inquirer](https://github.com/SBoudrias/Inquirer.js) | `8.2.6` | `9.2.17` | | [standard](https://github.com/standard/standard) | `14.3.4` | `17.1.0` | | [tap](https://github.com/tapjs/tapjs) | `16.3.10` | `18.7.2` | | [tsd](https://github.com/tsdjs/tsd) | `0.13.1` | `0.31.0` | Updates `@types/node` from 14.18.63 to 20.12.5 - [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.17 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@8.2.6...inquirer@9.2.17) 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 18.7.2 - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.10...tap@18.7.2) Updates `tsd` from 0.13.1 to 0.31.0 - [Release notes](https://github.com/tsdjs/tsd/releases) - [Commits](tsdjs/tsd@v0.13.1...v0.31.0) --- 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>
1 parent a9d1ee1 commit e5937a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@
3535
},
3636
"homepage": "https://github.com/delvedor/find-my-way#readme",
3737
"devDependencies": {
38-
"@types/node": "^14.0.27",
38+
"@types/node": "^20.12.5",
3939
"benchmark": "^2.1.4",
40-
"chalk": "^4.1.2",
41-
"inquirer": "^8.2.4",
40+
"chalk": "^5.3.0",
41+
"inquirer": "^9.2.17",
4242
"pre-commit": "^1.2.2",
4343
"proxyquire": "^2.1.3",
4444
"rfdc": "^1.3.0",
4545
"simple-git": "^3.7.1",
46-
"standard": "^14.3.4",
47-
"tap": "^16.0.1",
46+
"standard": "^17.1.0",
47+
"tap": "^18.7.2",
4848
"tap-mocha-reporter": "^5.0.1",
49-
"tsd": "^0.13.1"
49+
"tsd": "^0.31.0"
5050
},
5151
"dependencies": {
5252
"fast-deep-equal": "^3.1.3",

0 commit comments

Comments
 (0)