Skip to content

Commit 9337099

Browse files
Bump the minor-updates group across 1 directory with 6 updates
Bumps the minor-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ansi-styles](https://github.com/chalk/ansi-styles) | `6.2.1` | `6.2.3` | | [got](https://github.com/sindresorhus/got) | `14.4.7` | `14.4.9` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.1` | `29.4.4` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.10` | `20.19.19` | | [@vercel/ncc](https://github.com/vercel/ncc) | `0.38.3` | `0.38.4` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` | Updates `ansi-styles` from 6.2.1 to 6.2.3 - [Release notes](https://github.com/chalk/ansi-styles/releases) - [Commits](chalk/ansi-styles@v6.2.1...v6.2.3) Updates `got` from 14.4.7 to 14.4.9 - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v14.4.7...v14.4.9) Updates `ts-jest` from 29.4.1 to 29.4.4 - [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.1...v29.4.4) Updates `@types/node` from 20.19.10 to 20.19.19 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vercel/ncc` from 0.38.3 to 0.38.4 - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](vercel/ncc@0.38.3...0.38.4) Updates `typescript` from 5.9.2 to 5.9.3 - [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.9.2...v5.9.3) --- updated-dependencies: - dependency-name: ansi-styles dependency-version: 6.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: got dependency-version: 14.4.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: ts-jest dependency-version: 29.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: "@types/node" dependency-version: 20.19.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: "@vercel/ncc" dependency-version: 0.38.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56339e5 commit 9337099

File tree

2 files changed

+30
-28
lines changed

2 files changed

+30
-28
lines changed

package-lock.json

Lines changed: 25 additions & 23 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
@@ -32,13 +32,13 @@
3232
"@octokit/request-error": "^5.1.1",
3333
"@octokit/types": "12.5.0",
3434
"@onebeyond/spdx-license-satisfies": "^1.0.1",
35-
"ansi-styles": "^6.2.1",
36-
"got": "^14.4.7",
35+
"ansi-styles": "^6.2.3",
36+
"got": "^14.4.9",
3737
"jest": "^29.7.0",
3838
"octokit": "^3.1.2",
3939
"spdx-expression-parse": "^3.0.1",
4040
"spdx-satisfies": "^6.0.0",
41-
"ts-jest": "^29.4.1",
41+
"ts-jest": "^29.4.4",
4242
"yaml": "^2.8.1",
4343
"zod": "^3.24.1"
4444
},
@@ -48,7 +48,7 @@
4848
"@types/spdx-expression-parse": "^3.0.4",
4949
"@typescript-eslint/eslint-plugin": "^6.21.0",
5050
"@typescript-eslint/parser": "^6.21.0",
51-
"@vercel/ncc": "^0.38.3",
51+
"@vercel/ncc": "^0.38.4",
5252
"esbuild-register": "^3.6.0",
5353
"eslint": "^8.57.0",
5454
"eslint-plugin-github": "^4.10.2",
@@ -57,7 +57,7 @@
5757
"js-yaml": "^4.1.0",
5858
"nodemon": "^3.1.10",
5959
"prettier": "3.6.2",
60-
"typescript": "^5.9.2"
60+
"typescript": "^5.9.3"
6161
},
6262
"overrides": {
6363
"cross-spawn": ">=7.0.5",

0 commit comments

Comments
 (0)