Skip to content

Commit 9984193

Browse files
Bump the deps group across 1 directory with 5 updates
Bumps the deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@octokit/webhooks](https://github.com/octokit/webhooks.js) | `14.1.1` | `14.1.3` | | [eslint](https://github.com/eslint/eslint) | `9.31.0` | `9.32.0` | | [nock](https://github.com/nock/nock) | `15.0.0-beta.4` | `15.0.0-beta.5` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.0` | `29.4.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` | Updates `@octokit/webhooks` from 14.1.1 to 14.1.3 - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v14.1.1...v14.1.3) Updates `eslint` from 9.31.0 to 9.32.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.31.0...v9.32.0) Updates `nock` from 15.0.0-beta.4 to 15.0.0-beta.5 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v15.0.0-beta.4...v15.0.0-beta.5) Updates `ts-jest` from 29.4.0 to 29.4.1 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.1) Updates `typescript` from 5.8.3 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-version: 14.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: eslint dependency-version: 9.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: nock dependency-version: 15.0.0-beta.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: deps - dependency-name: ts-jest dependency-version: 29.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: deps - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dfd84ad commit 9984193

File tree

2 files changed

+96
-114
lines changed

2 files changed

+96
-114
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@actions/core": "^1.10.0",
1919
"@actions/github": "6.0.1",
2020
"@octokit/types": "^14.0.0",
21-
"@octokit/webhooks": "^14.1.1",
21+
"@octokit/webhooks": "^14.1.3",
2222
"@octokit/webhooks-types": "^7.6.1",
2323
"@types/node": "^24.1.0",
2424
"@vercel/ncc": "^0.38.3",
@@ -28,20 +28,20 @@
2828
"@types/jest": "30.0.0",
2929
"@typescript-eslint/eslint-plugin": "^8.38.0",
3030
"@typescript-eslint/parser": "^8.38.0",
31-
"eslint": "^9.31.0",
31+
"eslint": "^9.32.0",
3232
"eslint-config-prettier": "^10.1.8",
3333
"eslint-plugin-import": "^2.32.0",
3434
"eslint-plugin-jest": "^29.0.1",
3535
"eslint-plugin-prettier": "^5.5.3",
3636
"jest": "^30.0.5",
3737
"jest-junit": "^16.0.0",
3838
"jest-ts-auto-mock": "2",
39-
"nock": "15.0.0-beta.4",
39+
"nock": "15.0.0-beta.5",
4040
"prettier": "^3.6.2",
4141
"ts-auto-mock": "3",
42-
"ts-jest": "^29.1.0",
42+
"ts-jest": "^29.4.1",
4343
"ttypescript": "^1.5.15",
44-
"typescript": "^5.0.4"
44+
"typescript": "^5.9.2"
4545
},
4646
"packageManager": "yarn@4.9.1",
4747
"resolutions": {

0 commit comments

Comments
 (0)