Skip to content

Commit c30d31e

Browse files
Bump the npm-development group with 3 updates (#80)
Bumps the npm-development group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [prettier](https://github.com/prettier/prettier) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 22.13.5 to 22.13.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `prettier` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.2...3.5.3) Updates `typescript` from 5.7.3 to 5.8.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.3...v5.8.2) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8baad40 commit c30d31e

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

package-lock.json

+13-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@
4747
"js-yaml": "^4.1.0"
4848
},
4949
"devDependencies": {
50-
"@types/node": "^22.13.5",
50+
"@types/node": "^22.13.8",
5151
"@typescript-eslint/eslint-plugin": "^7.18.0",
5252
"@typescript-eslint/parser": "^7.18.0",
5353
"@vercel/ncc": "^0.38.3",
5454
"eslint": "^8.57.1",
5555
"eslint-plugin-github": "^5.1.8",
5656
"eslint-plugin-jsonc": "^2.19.1",
5757
"eslint-plugin-prettier": "^5.2.3",
58-
"prettier": "^3.5.2",
58+
"prettier": "^3.5.3",
5959
"prettier-eslint": "^16.3.0",
60-
"typescript": "^5.7.3"
60+
"typescript": "^5.8.2"
6161
}
6262
}

0 commit comments

Comments
 (0)