Skip to content

Commit aa77b08

Browse files
chore(deps-dev): bump the development-dependencies group with 2 updates (#62)
Bumps the development-dependencies group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [prettier](https://github.com/prettier/prettier). Updates `@types/node` from 20.19.28 to 20.19.30 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `prettier` from 3.7.4 to 3.8.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.4...3.8.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 20.19.30 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: prettier dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 326a3d1 commit aa77b08

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
},
1919
"devDependencies": {
2020
"@types/jest": "29.5.14",
21-
"@types/node": "20.19.28",
21+
"@types/node": "20.19.30",
2222
"@typescript-eslint/eslint-plugin": "5.62.0",
2323
"@typescript-eslint/parser": "5.62.0",
2424
"@vercel/ncc": "0.38.4",
2525
"eslint": "8.38.0",
2626
"jest": "29.7.0",
27-
"prettier": "^3.7.4",
27+
"prettier": "^3.8.0",
2828
"ts-jest": "29.4.6",
2929
"typescript": "5.9.3"
3030
}

0 commit comments

Comments
 (0)