Skip to content

Commit 3d15de3

Browse files
Bump the dev-deps group across 1 directory with 6 updates (#1352)
Bumps the dev-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.5` | `22.10.6` | | [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.18.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.19.0` | `8.20.0` | | [oclif](https://github.com/oclif/oclif) | `4.17.10` | `4.17.11` | | [json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript) | `15.0.3` | `15.0.4` | Updates `@types/node` from 22.10.5 to 22.10.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.17.0 to 9.18.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.17.0...v9.18.0) Updates `typescript` from 5.7.2 to 5.7.3 - [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.2...v5.7.3) Updates `typescript-eslint` from 8.19.0 to 8.20.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.20.0/packages/typescript-eslint) Updates `oclif` from 4.17.10 to 4.17.11 - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](oclif/oclif@4.17.10...4.17.11) Updates `json-schema-to-typescript` from 15.0.3 to 15.0.4 - [Changelog](https://github.com/bcherny/json-schema-to-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcherny/json-schema-to-typescript/commits) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: json-schema-to-typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian DeHamer <bdehamer@github.com>
1 parent 311c006 commit 3d15de3

File tree

3 files changed

+97
-93
lines changed

3 files changed

+97
-93
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"@total-typescript/shoehorn": "^0.1.2",
2323
"@tsconfig/node16": "^16.1.3",
2424
"@types/jest": "^29.5.14",
25-
"@types/node": "^22.10.5",
26-
"eslint": "^9.17.0",
25+
"@types/node": "^22.10.6",
26+
"eslint": "^9.18.0",
2727
"jest": "^29.7.0",
2828
"nock": "^13.5.5",
2929
"prettier": "^3.4.2",
3030
"shx": "^0.3.3",
31-
"typescript": "^5.7.2",
32-
"typescript-eslint": "^8.19.0"
31+
"typescript": "^5.7.3",
32+
"typescript-eslint": "^8.20.0"
3333
},
3434
"workspaces": [
3535
"./packages/*"

packages/rekor-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"provenance": true
2929
},
3030
"devDependencies": {
31-
"json-schema-to-typescript": "^15.0.3",
31+
"json-schema-to-typescript": "^15.0.4",
3232
"openapi-typescript-codegen": "^0.29.0"
3333
},
3434
"engines": {

0 commit comments

Comments
 (0)