Skip to content

Commit d65d8c5

Browse files
Bump the npm group across 2 directories with 3 updates
Bumps the npm group with 3 updates in the / directory: [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core), [@aws-sdk/client-cloudformation](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Bumps the npm group with 1 update in the /test directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@actions/core` from 1.11.1 to 2.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `@aws-sdk/client-cloudformation` from 3.947.0 to 3.948.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cloudformation/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.948.0/clients/client-cloudformation) Updates `@types/node` from 24.10.1 to 24.10.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/node` from 24.10.1 to 24.10.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: "@aws-sdk/client-cloudformation" dependency-version: 3.948.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@types/node" dependency-version: 24.10.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/node" dependency-version: 24.10.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71f653f commit d65d8c5

3 files changed

Lines changed: 109 additions & 90 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"author": "",
2626
"license": "MIT",
2727
"dependencies": {
28-
"@actions/core": "^1.11.1",
29-
"@aws-sdk/client-cloudformation": "^3.947.0"
28+
"@actions/core": "^2.0.0",
29+
"@aws-sdk/client-cloudformation": "^3.948.0"
3030
},
3131
"devDependencies": {
3232
"@eslint/js": "^9.39.1",
3333
"@stylistic/eslint-plugin": "^5.6.1",
34-
"@types/node": "^24.10.1",
34+
"@types/node": "^24.10.2",
3535
"@vercel/ncc": "^0.38.4",
3636
"eslint": "^9.39.1",
3737
"eslint-plugin-github": "^6.0.0",

0 commit comments

Comments
 (0)