Skip to content

Commit 8f60e94

Browse files
chore: npm-check-updates && yarn upgrade (#28280)
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
1 parent 9dab99a commit 8f60e94

File tree

84 files changed

+1191
-34856
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+1191
-34856
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"@types/prettier": "2.6.0",
2121
"@yarnpkg/lockfile": "^1.1.0",
2222
"aws-sdk-js-codemod": "^0.28.2",
23-
"cdk-generate-synthetic-examples": "^0.1.297",
23+
"cdk-generate-synthetic-examples": "^0.1.298",
2424
"conventional-changelog-cli": "^2.2.2",
2525
"fs-extra": "^9.1.0",
2626
"graceful-fs": "^4.2.11",
2727
"jest-junit": "^13.2.0",
2828
"jsii-diff": "1.92.0",
2929
"jsii-pacmak": "1.92.0",
3030
"jsii-reflect": "1.92.0",
31-
"jsii-rosetta": "~5.2.2",
31+
"jsii-rosetta": "~5.2.5",
3232
"lerna": "^7.4.2",
3333
"nx": "^16.10.0",
3434
"patch-package": "^6.5.1",

packages/@aws-cdk-testing/cli-integ/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"license": "Apache-2.0",
3131
"devDependencies": {
3232
"@aws-cdk/cdk-build-tools": "0.0.0",
33-
"@types/semver": "^7.5.5",
34-
"@types/yargs": "^15.0.18",
33+
"@types/semver": "^7.5.6",
34+
"@types/yargs": "^15.0.19",
3535
"@types/fs-extra": "^9.0.13",
3636
"@types/glob": "^7.2.0",
3737
"@types/npm": "^7.19.3",
3838
"@aws-cdk/pkglint": "0.0.0"
3939
},
4040
"dependencies": {
4141
"@octokit/rest": "^18.12.0",
42-
"aws-sdk": "^2.1498.0",
42+
"aws-sdk": "^2.1513.0",
4343
"axios": "^1.6.2",
4444
"fs-extra": "^9.1.0",
4545
"glob": "^7.2.3",

packages/@aws-cdk-testing/framework-integ/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"@aws-cdk/integ-tests-alpha": "0.0.0",
4242
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.242",
4343
"aws-cdk-lib": "0.0.0",
44-
"aws-sdk": "^2.1492.0",
44+
"aws-sdk": "^2.1513.0",
4545
"aws-sdk-mock": "5.6.0",
46-
"cdk8s": "2.64.23",
47-
"cdk8s-plus-24": "2.12.1",
46+
"cdk8s": "2.68.15",
47+
"cdk8s-plus-27": "2.7.69",
4848
"constructs": "^10.0.0"
4949
},
5050
"repository": {

packages/@aws-cdk-testing/framework-integ/test/aws-eks/test/integ.alb-controller.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as ec2 from 'aws-cdk-lib/aws-ec2';
33
import { App, CfnOutput, Duration, Stack } from 'aws-cdk-lib';
44
import * as integ from '@aws-cdk/integ-tests-alpha';
55
import * as cdk8s from 'cdk8s';
6-
import * as kplus from 'cdk8s-plus-24';
6+
import * as kplus from 'cdk8s-plus-27';
77
import { getClusterVersionConfig } from './integ-tests-kubernetes-version';
88
import { Pinger } from './pinger/pinger';
99
import * as eks from 'aws-cdk-lib/aws-eks';

packages/@aws-cdk-testing/framework-integ/test/aws-eks/test/integ.eks-cluster-imported.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import * as integ from '@aws-cdk/integ-tests-alpha';
1212
import { getClusterVersionConfig } from './integ-tests-kubernetes-version';
1313
import * as eks from 'aws-cdk-lib/aws-eks';
1414
import * as cdk8s from 'cdk8s';
15-
import * as kplus from 'cdk8s-plus-24';
15+
import * as kplus from 'cdk8s-plus-27';
1616
import * as constructs from 'constructs';
1717

1818
class EksClusterStack extends Stack {

packages/@aws-cdk-testing/framework-integ/test/aws-eks/test/integ.eks-cluster-ipv6.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Asset } from 'aws-cdk-lib/aws-s3-assets';
77
import { App, CfnOutput, Duration, Token, Fn, Stack, StackProps } from 'aws-cdk-lib';
88
import * as integ from '@aws-cdk/integ-tests-alpha';
99
import * as cdk8s from 'cdk8s';
10-
import * as kplus from 'cdk8s-plus-24';
10+
import * as kplus from 'cdk8s-plus-27';
1111
import * as constructs from 'constructs';
1212
import * as hello from './hello-k8s';
1313
import { getClusterVersionConfig } from './integ-tests-kubernetes-version';

packages/@aws-cdk-testing/framework-integ/test/aws-eks/test/integ.eks-cluster.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Asset } from 'aws-cdk-lib/aws-s3-assets';
77
import { App, CfnOutput, Duration, Token, Fn, Stack, StackProps } from 'aws-cdk-lib';
88
import * as integ from '@aws-cdk/integ-tests-alpha';
99
import * as cdk8s from 'cdk8s';
10-
import * as kplus from 'cdk8s-plus-24';
10+
import * as kplus from 'cdk8s-plus-27';
1111
import * as constructs from 'constructs';
1212
import * as hello from './hello-k8s';
1313
import { getClusterVersionConfig } from './integ-tests-kubernetes-version';

packages/@aws-cdk-testing/framework-integ/test/aws-eks/test/integ.eks-service-account-sdk-call.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as iam from 'aws-cdk-lib/aws-iam';
55
import { App, Stack, CfnOutput, Duration } from 'aws-cdk-lib';
66
import * as integ from '@aws-cdk/integ-tests-alpha';
77
import * as cdk8s from 'cdk8s';
8-
import * as kplus from 'cdk8s-plus-24';
8+
import * as kplus from 'cdk8s-plus-27';
99
import { BucketPinger } from './bucket-pinger/bucket-pinger';
1010
import * as eks from 'aws-cdk-lib/aws-eks';
1111
import { getClusterVersionConfig } from './integ-tests-kubernetes-version';

packages/@aws-cdk-testing/framework-integ/test/aws-lambda-nodejs/test/integ.latest.js.snapshot/LambdaNodeJsLatestIntegDefaultTestDeployAssertD40B5C28.assets.json

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

packages/@aws-cdk-testing/framework-integ/test/aws-lambda-nodejs/test/integ.latest.js.snapshot/LambdaNodeJsLatestIntegDefaultTestDeployAssertD40B5C28.template.json

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

packages/@aws-cdk-testing/framework-integ/test/aws-lambda-nodejs/test/integ.latest.js.snapshot/asset.3c88aacdb6b48767fb52367e6dc0fe01602cfdc730dee4c4e3bebe0cec85ff9e/index.js

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

0 commit comments

Comments
 (0)