Skip to content

Commit d9f52cd

Browse files
dependabot[bot]bfoley13
andauthoredJan 15, 2025··
Bump the actions group across 1 directory with 4 updates (#365)
Bumps the actions group with 4 updates in the / directory: [@octokit/core](https://github.com/octokit/core.js), [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript). Updates `@octokit/core` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/octokit/core.js/releases) - [Commits](octokit/core.js@v6.1.2...v6.1.3) Updates `@octokit/plugin-retry` from 7.1.2 to 7.1.3 - [Release notes](https://github.com/octokit/plugin-retry.js/releases) - [Commits](octokit/plugin-retry.js@v7.1.2...v7.1.3) Updates `@types/node` from 22.10.2 to 22.10.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) 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) --- updated-dependencies: - dependency-name: "@octokit/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: "@octokit/plugin-retry" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brandon Foley <brandonfoley13@gmail.com>
1 parent bc5b13e commit d9f52cd

File tree

2 files changed

+114
-92
lines changed

2 files changed

+114
-92
lines changed
 

‎package-lock.json

+110-88
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@actions/tool-cache": "2.0.1",
1919
"@babel/preset-env": "^7.26.0",
2020
"@babel/preset-typescript": "^7.26.0",
21-
"@octokit/core": "^6.1.2",
22-
"@octokit/plugin-retry": "^7.1.2",
21+
"@octokit/core": "^6.1.3",
22+
"@octokit/plugin-retry": "^7.1.3",
2323
"@types/minipass": "^3.3.5",
2424
"js-yaml": "4.1.0",
2525
"minimist": "^1.2.8"
@@ -28,11 +28,11 @@
2828
"@types/jest": "^29.5.14",
2929
"@types/js-yaml": "^4.0.9",
3030
"@types/minimist": "^1.2.5",
31-
"@types/node": "^22.10.2",
31+
"@types/node": "^22.10.6",
3232
"@vercel/ncc": "^0.38.3",
3333
"jest": "^29.7.0",
3434
"prettier": "^3.4.2",
3535
"ts-jest": "^29.2.5",
36-
"typescript": "5.7.2"
36+
"typescript": "5.7.3"
3737
}
3838
}

0 commit comments

Comments
 (0)
Please sign in to comment.