Skip to content

Commit 7229b9a

Browse files
Bump the npm group across 2 directories with 2 updates (#597)
Bumps the npm group with 1 update in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Bumps the npm group with 2 updates in the /test directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib). Updates `@types/node` from 22.15.19 to 22.15.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `aws-cdk-lib` from 2.196.0 to 2.196.1 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.196.1/packages/aws-cdk-lib) Updates `@types/node` from 22.15.19 to 22.15.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `aws-cdk-lib` from 2.196.0 to 2.196.1 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.196.1/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 22.15.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: aws-cdk-lib dependency-version: 2.196.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/node" dependency-version: 22.15.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: aws-cdk-lib dependency-version: 2.196.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7bcf97 commit 7229b9a

3 files changed

Lines changed: 50 additions & 50 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@stylistic/eslint-plugin-js": "^4.2.0",
3333
"@stylistic/eslint-plugin-plus": "^4.2.0",
3434
"@stylistic/eslint-plugin-ts": "^4.2.0",
35-
"@types/node": "^22.15.19",
35+
"@types/node": "^22.15.20",
3636
"@vercel/ncc": "^0.38.3",
3737
"eslint": "^9.26.0",
3838
"eslint-plugin-github": "^6.0.0",

pnpm-lock.yaml

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"cdk": "cdk"
1212
},
1313
"devDependencies": {
14-
"@types/node": "^22.15.19",
14+
"@types/node": "^22.15.20",
1515
"aws-cdk": "^2.1015.0",
1616
"ts-node": "^10.9.2",
1717
"typescript": "^5.8.3"
1818
},
1919
"dependencies": {
20-
"aws-cdk-lib": "^2.194.0",
20+
"aws-cdk-lib": "^2.196.1",
2121
"constructs": "^10.4.2",
2222
"source-map-support": "^0.5.21"
2323
}

0 commit comments

Comments
 (0)