Skip to content

Commit f60cc20

Browse files
Bump the dependencies group with 3 updates (#136)
Bumps the dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@types/node` from 22.10.2 to 22.10.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.18.2 to 8.19.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.18.2 to 8.19.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/parser) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 21380a3 commit f60cc20

File tree

2 files changed

+96
-96
lines changed

2 files changed

+96
-96
lines changed

package-lock.json

+93-93
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
@@ -22,16 +22,16 @@
2222
},
2323
"dependencies": {
2424
"@types/nock": "^11.1.0",
25-
"@types/node": "^22.10.2",
25+
"@types/node": "^22.10.5",
2626
"nock": "^13.5.6",
2727
"probot": "^13.4.1",
2828
"typescript": "^5.7.2"
2929
},
3030
"devDependencies": {
3131
"@types/debug": "^4.1.12",
3232
"@types/jest": "^29.5.14",
33-
"@typescript-eslint/eslint-plugin": "^8.18.2",
34-
"@typescript-eslint/parser": "^8.18.2",
33+
"@typescript-eslint/eslint-plugin": "^8.19.0",
34+
"@typescript-eslint/parser": "^8.19.0",
3535
"eslint-import-resolver-typescript": "^3.7.0",
3636
"eslint-plugin-import": "^2.31.0",
3737
"eslint-plugin-typescript": "^0.14.0",

0 commit comments

Comments
 (0)