Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#25613)
Browse files Browse the repository at this point in the history
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
  • Loading branch information
aws-cdk-automation committed May 16, 2023
1 parent 25d5d60 commit a2e6324
Show file tree
Hide file tree
Showing 26 changed files with 651 additions and 452 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@types/node": "18.11.19",
"@types/prettier": "2.6.0",
"@yarnpkg/lockfile": "^1.1.0",
"cdk-generate-synthetic-examples": "^0.1.237",
"cdk-generate-synthetic-examples": "^0.1.243",
"conventional-changelog-cli": "^2.2.2",
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.11",
"jest-junit": "^13.2.0",
"jsii-diff": "1.80.0",
"jsii-pacmak": "1.80.0",
"jsii-reflect": "1.80.0",
"jsii-rosetta": "~5.0.7",
"jsii-diff": "1.81.0",
"jsii-pacmak": "1.81.0",
"jsii-reflect": "1.81.0",
"jsii-rosetta": "~5.0.8",
"lerna": "^6.6.1",
"nx": "^15.9.4",
"patch-package": "^6.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk-testing/cli-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"aws-sdk": "^2.1375.0",
"aws-sdk": "^2.1378.0",
"axios": "^0.27.2",
"fs-extra": "^9.1.0",
"glob": "^7.2.3",
Expand All @@ -48,7 +48,7 @@
"make-runnable": "^1.4.1",
"npm": "^8.19.4",
"p-queue": "^6.6.2",
"semver": "^7.5.0",
"semver": "^7.5.1",
"ts-mock-imports": "^1.3.8",
"yaml": "1.10.2",
"yargs": "^17.7.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/@aws-cdk-testing/framework-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0",
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.188",
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.194",
"aws-cdk-lib": "0.0.0",
"aws-sdk": "^2.1375.0",
"aws-sdk": "^2.1378.0",
"aws-sdk-mock": "5.6.0",
"cdk8s": "^2.7.56",
"cdk8s-plus-24": "2.7.24",
"cdk8s": "^2.7.65",
"cdk8s-plus-24": "2.7.30",
"constructs": "^10.0.0"
},
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "eks-service-account-sdk-call-integ-test",
"private": "true",
"dependencies": {
"aws-sdk": "^2.1375.0"
"aws-sdk": "^2.1378.0"
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-amplify-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.1",
"aws-sdk": "^2.1375.0",
"aws-sdk": "^2.1378.0",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-redshift-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.1",
"aws-sdk": "^2.1375.0",
"aws-sdk": "^2.1378.0",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-sagemaker-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.1",
"aws-sdk": "^2.1375.0",
"aws-sdk": "^2.1378.0",
"jest": "^29.5.0",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cloud-assembly-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
},
"dependencies": {
"jsonschema": "^1.4.1",
"semver": "^7.5.0"
"semver": "^7.5.1"
},
"awscdkio": {
"announce": false
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cx-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"dependencies": {
"@aws-cdk/cloud-assembly-schema": "0.0.0",
"semver": "^7.5.0"
"semver": "^7.5.1"
},
"peerDependencies": {
"@aws-cdk/cloud-assembly-schema": "0.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

----------------

** aws-sdk@2.1375.0 - https://www.npmjs.com/package/aws-sdk/v/2.1375.0 | Apache-2.0
** aws-sdk@2.1378.0 - https://www.npmjs.com/package/aws-sdk/v/2.1378.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down Expand Up @@ -1968,7 +1968,7 @@ License, as follows:

----------------

** semver@7.5.0 - https://www.npmjs.com/package/semver/v/7.5.0 | ISC
** semver@7.5.1 - https://www.npmjs.com/package/semver/v/7.5.1 | ISC
The ISC License

Copyright (c) Isaac Z. Schlueter and Contributors
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-tests-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.5.1",
"aws-sdk": "^2.1375.0",
"aws-sdk": "^2.1378.0",
"aws-sdk-mock": "5.6.0",
"jest": "^29.5.0",
"nock": "^13.3.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
"yaml"
],
"dependencies": {
"@aws-cdk/asset-awscli-v1": "^2.2.168",
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.141",
"@aws-cdk/asset-awscli-v1": "^2.2.176",
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.147",
"@aws-cdk/asset-kubectl-v20": "^2.1.1",
"@balena/dockerignore": "^1.0.2",
"case": "1.6.3",
Expand All @@ -128,7 +128,7 @@
"jsonschema": "^1.4.1",
"minimatch": "^3.1.2",
"punycode": "^2.3.0",
"semver": "^7.5.0",
"semver": "^7.5.1",
"table": "^6.8.1",
"yaml": "1.10.2"
},
Expand All @@ -141,18 +141,18 @@
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.194",
"@types/punycode": "^2.1.0",
"aws-sdk": "^2.1373.0",
"aws-sdk": "^2.1378.0",
"aws-sdk-mock": "5.6.0",
"cdk8s": "^2.7.56",
"cdk8s": "^2.7.65",
"constructs": "^10.0.0",
"delay": "5.0.0",
"esbuild": "^0.17.18",
"esbuild": "^0.17.19",
"fast-check": "^2.25.0",
"fs-extra": "^11.1.1",
"jest": "^29.5.0",
"jest-each": "^29.5.0",
"lambda-tester": "^4.0.1",
"lodash": "^4.17.15",
"lodash": "^4.17.21",
"nock": "^13.3.1",
"ts-mock-imports": "^1.3.8",
"ts-node": "^10.9.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/aws-cdk/THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The aws-cdk package includes the following third-party software/licensing:

** @jsii/check-node@1.80.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.80.0 | Apache-2.0
** @jsii/check-node@1.81.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.81.0 | Apache-2.0
jsii
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down Expand Up @@ -268,7 +268,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

----------------

** aws-sdk@2.1375.0 - https://www.npmjs.com/package/aws-sdk/v/2.1375.0 | Apache-2.0
** aws-sdk@2.1378.0 - https://www.npmjs.com/package/aws-sdk/v/2.1378.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down Expand Up @@ -2951,7 +2951,7 @@ License, as follows:

----------------

** semver@7.5.0 - https://www.npmjs.com/package/semver/v/7.5.0 | ISC
** semver@7.5.1 - https://www.npmjs.com/package/semver/v/7.5.1 | ISC
The ISC License

Copyright (c) Isaac Z. Schlueter and Contributors
Expand Down Expand Up @@ -3532,7 +3532,7 @@ OTHER DEALINGS IN THE SOFTWARE.

----------------

** vm2@3.9.17 - https://www.npmjs.com/package/vm2/v/3.9.17 | MIT
** vm2@3.9.19 - https://www.npmjs.com/package/vm2/v/3.9.19 | MIT

----------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "20.1.2",
"@types/node": "20.1.5",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"aws-cdk": "%cdk-version%",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "20.1.2",
"@types/node": "20.1.5",
"aws-cdk-lib": "%cdk-version%",
"constructs": "%constructs-version%",
"jest": "^29.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "20.1.2",
"@types/node": "20.1.5",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"aws-cdk": "%cdk-version%",
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@
"@aws-cdk/cloudformation-diff": "0.0.0",
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/region-info": "0.0.0",
"@jsii/check-node": "1.80.0",
"@jsii/check-node": "1.81.0",
"archiver": "^5.3.1",
"aws-sdk": "^2.1375.0",
"aws-sdk": "^2.1378.0",
"camelcase": "^6.3.0",
"cdk-assets": "0.0.0",
"chokidar": "^3.5.3",
Expand All @@ -111,7 +111,7 @@
"minimatch": "^9.0.0",
"promptly": "^3.2.0",
"proxy-agent": "^5.0.0",
"semver": "^7.5.0",
"semver": "^7.5.1",
"source-map-support": "^0.5.21",
"strip-ansi": "^6.0.1",
"table": "^6.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/awslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"awslint": "bin/awslint"
},
"dependencies": {
"@jsii/spec": "1.80.0",
"@jsii/spec": "1.81.0",
"camelcase": "^6.3.0",
"chalk": "^4",
"fs-extra": "^9.1.0",
"jsii-reflect": "1.80.0",
"jsii-reflect": "1.81.0",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@aws-cdk/cloud-assembly-schema": "0.0.0",
"@aws-cdk/cx-api": "0.0.0",
"archiver": "^5.3.1",
"aws-sdk": "^2.1375.0",
"aws-sdk": "^2.1378.0",
"glob": "^7.2.3",
"mime": "^2.6.0",
"yargs": "^16.2.0"
Expand Down
8 changes: 4 additions & 4 deletions tools/@aws-cdk/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"glob": "^7.2.3",
"jest": "^29.5.0",
"jest-junit": "^13.2.0",
"jsii": "~5.0.7",
"jsii-pacmak": "1.80.0",
"jsii-reflect": "1.80.0",
"jsii": "~5.0.8",
"jsii-pacmak": "1.81.0",
"jsii-reflect": "1.81.0",
"markdownlint-cli": "^0.34.0",
"nyc": "^15.1.0",
"semver": "^7.5.0",
"semver": "^7.5.1",
"ts-jest": "^29.1.0",
"typescript": "~4.9.5",
"yargs": "^16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/cdk-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"detect-newline": "^3.1.0",
"fs-extra": "^9.1.0",
"git-raw-commits": "^2.0.11",
"semver": "^7.5.0",
"semver": "^7.5.1",
"stringify-package": "^1.0.1"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/cfn2ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@aws-cdk/cfnspec": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"codemaker": "1.80.0",
"codemaker": "1.81.0",
"fast-json-patch": "^3.1.1",
"fs-extra": "^9.1.0",
"yargs": "^16.2.0"
Expand Down
4 changes: 2 additions & 2 deletions tools/@aws-cdk/node-bundle/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/@aws-cdk/pkglint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"fs-extra": "^9.1.0",
"glob": "^7.2.3",
"npm-bundled": "^1.1.2",
"semver": "^7.5.0",
"semver": "^7.5.1",
"yargs": "^16.2.0"
}
}
2 changes: 1 addition & 1 deletion tools/@aws-cdk/yarn-cling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@yarnpkg/lockfile": "^1.1.0",
"semver": "^7.5.0"
"semver": "^7.5.1"
},
"keywords": [
"aws",
Expand Down
Loading

0 comments on commit a2e6324

Please sign in to comment.