Skip to content

Commit 81d84da

Browse files
authored
Merge pull request #46 from gammarers/feature/cdk-security-update
feat: cdk security update
2 parents 65c8fb6 + 846e477 commit 81d84da

10 files changed

+77
-93
lines changed

.projen/deps.json

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

.projenrc.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { awscdk, javascript } from 'projen';
22
const project = new awscdk.AwsCdkConstructLibrary({
33
author: 'yicr',
44
authorAddress: '[email protected]',
5-
cdkVersion: '2.145.0',
5+
cdkVersion: '2.189.1',
66
defaultReleaseBranch: 'main',
7-
typescriptVersion: '5.5.x',
8-
jsiiVersion: '5.5.x',
7+
typescriptVersion: '5.8.x',
8+
jsiiVersion: '5.8.x',
99
name: '@gammarers/aws-codeconnections-host-custom-resource',
1010
description: 'This AWS CDK Construct provides a custom resource (Lambda Function) to create a connection host for Self-Managed GitLab, which is not yet supported by CloudFormation. Additionally, even after creating the Host and the connection, authentication must be done via a browser.',
1111
projenrcTs: true,

package.json

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

test/__snapshots__/custom-resource.bitbucket.default.test.ts.snap

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

test/__snapshots__/custom-resource.bitbucket.option.test.ts.snap

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

test/__snapshots__/custom-resource.github-enterprise.test.ts.snap

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

test/__snapshots__/custom-resource.github.test.ts.snap

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

test/__snapshots__/custom-resource.gitlab-self-managed.test.ts.snap

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

test/__snapshots__/custom-resource.gitlab.test.ts.snap

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

0 commit comments

Comments
 (0)