Skip to content

Commit f5916cf

Browse files
Bump the minor-and-patch group with 5 updates
Bumps the minor-and-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.12.2` | `1.12.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.0` | `22.10.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.16.0` | `8.17.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.16.0` | `8.17.0` | | [eslint](https://github.com/eslint/eslint) | `9.15.0` | `9.16.0` | Updates `@grpc/grpc-js` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]) Updates `@types/node` from 22.10.0 to 22.10.1 - [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.16.0 to 8.17.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.17.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.16.0 to 8.17.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.17.0/packages/parser) Updates `eslint` from 9.15.0 to 9.16.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.15.0...v9.16.0) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dc08ab4 commit f5916cf

File tree

2 files changed

+66
-65
lines changed

2 files changed

+66
-65
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"devDependencies": {
3636
"@types/google-protobuf": "^3.15.12",
3737
"@types/jest": "^29.5.14",
38-
"@types/node": "^22.10.0",
39-
"@typescript-eslint/eslint-plugin": "^8.16.0",
40-
"@typescript-eslint/parser": "^8.16.0",
41-
"eslint": "^9.15.0",
38+
"@types/node": "^22.10.1",
39+
"@typescript-eslint/eslint-plugin": "^8.17.0",
40+
"@typescript-eslint/parser": "^8.17.0",
41+
"eslint": "^9.16.0",
4242
"eslint-plugin-import": "^2.31.0",
4343
"eslint-plugin-jest": "^28.9.0",
4444
"eslint-plugin-jsdoc": "^50.6.0",
@@ -60,7 +60,7 @@
6060
"typescript": "^5.7.2"
6161
},
6262
"dependencies": {
63-
"@grpc/grpc-js": "^1.12.2",
63+
"@grpc/grpc-js": "^1.12.3",
6464
"@types/url-parse": "^1.4.11",
6565
"@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
6666
"dgraph-js": "^21.3.1",

0 commit comments

Comments
 (0)