Skip to content

Commit 306dc1a

Browse files
chore(deps-dev): bump the all-dependencies group with 3 updates (#223)
Bumps the all-dependencies 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: all-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5efc560 commit 306dc1a

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package-lock.json

+12-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
@@ -57,20 +57,20 @@
5757
"devDependencies": {
5858
"@types/jest": "^29.5.14",
5959
"@types/lz4": "^0.6.4",
60-
"@types/node": "^22.13.5",
60+
"@types/node": "^22.13.8",
6161
"@types/whatwg-url": "^13.0.0",
6262
"dotenv": "^16.4.7",
6363
"dotenv-cli": "^8.0.0",
6464
"husky": "^9.1.7",
6565
"jest": "^29.7.0",
6666
"jest-html-reporter": "^4.0.1",
67-
"prettier": "^3.5.2",
67+
"prettier": "^3.5.3",
6868
"sqlite3": "^5.1.7",
6969
"ts-jest": "^29.2.6",
7070
"ts-node": "^10.9.2",
7171
"typedoc": "^0.27.9",
7272
"typedoc-plugin-markdown": "^4.4.2",
73-
"typescript": "^5.7.3",
73+
"typescript": "^5.8.2",
7474
"webpack": "^5.98.0",
7575
"webpack-cli": "^6.0.1"
7676
},

0 commit comments

Comments
 (0)