Skip to content

Commit 2d97c4f

Browse files
Bump the minor-npm-dependencies group across 1 directory with 5 updates
Bumps the minor-npm-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@vercel/ncc](https://github.com/vercel/ncc) | `0.38.1` | `0.38.4` | | [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.0` | `4.1.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.7.4` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.5` | `29.4.6` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.9.3` | Updates `@vercel/ncc` from 0.38.1 to 0.38.4 - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](vercel/ncc@0.38.1...0.38.4) Updates `js-yaml` from 4.1.0 to 4.1.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) Updates `prettier` from 3.3.3 to 3.7.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.7.4) Updates `ts-jest` from 29.2.5 to 29.4.6 - [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.2.5...v29.4.6) Updates `typescript` from 5.5.4 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.5.4...v5.9.3) --- updated-dependencies: - dependency-name: "@vercel/ncc" dependency-version: 0.38.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-npm-dependencies - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-npm-dependencies - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-npm-dependencies - dependency-name: ts-jest dependency-version: 29.4.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-npm-dependencies - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c2538b commit 2d97c4f

2 files changed

Lines changed: 108 additions & 118 deletions

File tree

package-lock.json

Lines changed: 103 additions & 113 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
@@ -46,15 +46,15 @@
4646
"@types/uuid": "^9.0.8",
4747
"@typescript-eslint/eslint-plugin": "^7.9.0",
4848
"@typescript-eslint/parser": "^7.9.0",
49-
"@vercel/ncc": "^0.38.1",
49+
"@vercel/ncc": "^0.38.4",
5050
"eslint": "^8.57.0",
5151
"eslint-plugin-github": "^4.10.2",
5252
"eslint-plugin-jest": "^28.8.2",
5353
"jest": "^29.7.0",
5454
"jest-circus": "^29.7.0",
55-
"js-yaml": "^4.1.0",
56-
"prettier": "^3.3.3",
57-
"ts-jest": "^29.2.5",
58-
"typescript": "^5.5.4"
55+
"js-yaml": "^4.1.1",
56+
"prettier": "^3.8.0",
57+
"ts-jest": "^29.4.6",
58+
"typescript": "^5.9.3"
5959
}
6060
}

0 commit comments

Comments
 (0)