Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#23907)
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 authored Jan 30, 2023
1 parent a6fa5b8 commit 642b4ac
Show file tree
Hide file tree
Showing 41 changed files with 571 additions and 597 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"devDependencies": {
"@types/prettier": "2.6.0",
"@yarnpkg/lockfile": "^1.1.0",
"cdk-generate-synthetic-examples": "^0.1.119",
"cdk-generate-synthetic-examples": "^0.1.138",
"conventional-changelog-cli": "^2.2.2",
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.10",
"jest-junit": "^13.2.0",
"jsii-diff": "1.73.0",
"jsii-pacmak": "1.73.0",
"jsii-reflect": "1.73.0",
"jsii-rosetta": "1.73.0",
"jsii-diff": "1.74.0",
"jsii-pacmak": "1.74.0",
"jsii-reflect": "1.74.0",
"jsii-rosetta": "1.74.0",
"lerna": "^4.0.0",
"patch-package": "^6.5.1",
"semver": "^6.3.0",
Expand Down
5 changes: 3 additions & 2 deletions packages/@aws-cdk-testing/cli-integ/bin/query-github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ async function main() {
requiresArg: true,
}))
.demandCommand()
.strict()
.strictCommands(false)
.help()
.strictOptions()
.showHelpOnFail(false)
.argv;

Expand Down Expand Up @@ -55,4 +56,4 @@ main().catch(e => {
// eslint-disable-next-line no-console
console.error(e);
process.exitCode = 1;
});
});
3 changes: 2 additions & 1 deletion packages/@aws-cdk-testing/cli-integ/bin/run-suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ async function main() {
requiresArg: false,
})
.help()
.strictOptions()
.strict()
.strictCommands(false)
.showHelpOnFail(false)
.argv;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ async function main() {
})
.demandCommand(1, 'You must supply a command')
.help()
.strictOptions()
.strict()
.strictCommands(false)
.showHelpOnFail(false)
.parse();
}
Expand Down
14 changes: 7 additions & 7 deletions packages/@aws-cdk-testing/cli-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^14.18.31",
"@types/node": "^14.18.36",
"@aws-cdk/cdk-build-tools": "0.0.0",
"@types/semver": "^7.3.12",
"@types/yargs": "^17.0.13",
"@types/fs-extra": "^9.0.0",
"@types/semver": "^7.3.13",
"@types/yargs": "^15.0.15",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/npm": "^7.19.0",
"@aws-cdk/pkglint": "0.0.0"
Expand All @@ -43,14 +43,14 @@
"jest": "^27.5.1",
"aws-sdk": "^2.1211.0",
"axios": "^0.27.2",
"jest-junit": "^14.0.0",
"jest-junit": "^14.0.1",
"semver": "^7.3.8",
"ts-mock-imports": "^1.3.8",
"yargs": "^17.5.0",
"yargs": "^17.6.2",
"glob": "^7.2.3",
"p-queue": "^6.6.2",
"fs-extra": "^9.1.0",
"npm": "^8.11.0"
"npm": "^8.19.3"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.109",
"@types/aws-lambda": "^8.10.110",
"@aws-cdk/integ-tests": "0.0.0",
"@types/jest": "^27.5.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/aws-lambda": "^8.10.109",
"@types/aws-lambda": "^8.10.110",
"@types/sinon": "^9.0.11",
"@aws-cdk/cdk-build-tools": "0.0.0",
"aws-sdk": "^2.596.0",
"aws-sdk-mock": "5.6.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cloudformation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@aws-cdk/integ-tests": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.109",
"@types/aws-lambda": "^8.10.110",
"@types/jest": "^27.5.2",
"jest": "^27.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cognito/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@aws-cdk/core": "0.0.0",
"@aws-cdk/custom-resources": "0.0.0",
"constructs": "^10.0.0",
"punycode": "^2.2.0"
"punycode": "^2.3.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"aws-sdk-mock": "5.6.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/integ-tests": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.109",
"@types/aws-lambda": "^8.10.110",
"@types/jest": "^27.5.2",
"@types/sinon": "^9.0.11",
"aws-sdk": "^2.1211.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ec2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@aws-cdk/cloud-assembly-schema": "0.0.0",
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.109",
"@types/aws-lambda": "^8.10.110",
"@types/jest": "^27.5.2",
"jest": "^27.5.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/@aws-cdk/aws-eks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,21 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.78",
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.83",
"aws-cdk-lib": "2.47.0",
"@aws-cdk/assertions": "0.0.0",
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/integ-tests": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.109",
"@types/aws-lambda": "^8.10.110",
"@types/jest": "^27.5.2",
"@types/sinon": "^9.0.11",
"@types/yaml": "1.9.6",
"aws-sdk": "^2.1211.0",
"cdk8s": "^2.6.15",
"cdk8s-plus-24": "2.3.20",
"cdk8s": "^2.6.34",
"cdk8s-plus-24": "2.4.5",
"jest": "^27.5.1",
"sinon": "^9.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@aws-cdk/integ-tests": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.109",
"@types/aws-lambda": "^8.10.110",
"@types/jest": "^27.5.2",
"@types/sinon": "^9.0.11",
"jest": "^27.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@aws-cdk/triggers": "0.0.0",
"@types/jest": "^27.5.2",
"delay": "5.0.0",
"esbuild": "^0.16.16"
"esbuild": "^0.17.5"
},
"dependencies": {
"@aws-cdk/aws-lambda": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/cfnspec": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.109",
"@types/aws-lambda": "^8.10.110",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.191",
"@aws-cdk/aws-ssm": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@aws-cdk/integ-tests": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.109",
"@types/aws-lambda": "^8.10.110",
"@types/jest": "^27.5.2",
"@types/sinon": "^9.0.11",
"aws-sdk": "^2.1211.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-route53/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.109",
"@types/aws-lambda": "^8.10.110",
"@types/jest": "^27.5.2",
"aws-sdk": "^2.1211.0",
"jest": "^27.5.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@aws-cdk/integ-tests": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.109",
"@types/aws-lambda": "^8.10.110",
"@types/jest": "^27.5.2",
"jest": "^27.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.109",
"@types/aws-lambda": "^8.10.110",
"@types/jest": "^27.5.2",
"jest": "^27.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.109",
"@types/aws-lambda": "^8.10.110",
"@types/fs-extra": "^8.1.2",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.191",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/custom-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@aws-cdk/integ-tests": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.109",
"@types/aws-lambda": "^8.10.110",
"@types/fs-extra": "^8.1.2",
"@types/jest": "^27.5.2",
"@types/sinon": "^9.0.11",
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 @@
"@types/mock-fs": "^4.13.1",
"@types/semver": "^7.3.13",
"jest": "^27.5.1",
"madge": "^5.0.1",
"madge": "^5.0.2",
"mock-fs": "^4.14.0"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 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.1292.0 - https://www.npmjs.com/package/aws-sdk/v/2.1292.0 | Apache-2.0
** aws-sdk@2.1304.0 - https://www.npmjs.com/package/aws-sdk/v/2.1304.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down Expand Up @@ -1438,10 +1438,10 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

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

** minimatch@5.1.2 - https://www.npmjs.com/package/minimatch/v/5.1.2 | ISC
** minimatch@5.1.6 - https://www.npmjs.com/package/minimatch/v/5.1.6 | ISC
The ISC License

Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors
Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/lambda-layer-awscli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@
"dependencies": {
"@aws-cdk/aws-lambda": "0.0.0",
"@aws-cdk/core": "0.0.0",
"@aws-cdk/asset-awscli-v1": "^2.2.49",
"@aws-cdk/asset-awscli-v1": "^2.2.52",
"constructs": "^10.0.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-lambda": "0.0.0",
"@aws-cdk/core": "0.0.0",
"@aws-cdk/asset-awscli-v1": "^2.2.49",
"@aws-cdk/asset-awscli-v1": "^2.2.52",
"constructs": "^10.0.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/lambda-layer-node-proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@
"dependencies": {
"@aws-cdk/aws-lambda": "0.0.0",
"@aws-cdk/core": "0.0.0",
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.38",
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.42",
"constructs": "^10.0.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-lambda": "0.0.0",
"@aws-cdk/core": "0.0.0",
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.38",
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.42",
"constructs": "^10.0.0"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@
"ignore": "^5.2.4",
"jsonschema": "^1.4.1",
"minimatch": "^3.1.2",
"punycode": "^2.2.0",
"punycode": "^2.3.0",
"semver": "^7.3.8",
"yaml": "1.10.2",
"@aws-cdk/asset-awscli-v1": "^2.2.49",
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.38",
"@aws-cdk/asset-awscli-v1": "^2.2.52",
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.42",
"@aws-cdk/asset-kubectl-v20": "^2.1.1"
},
"devDependencies": {
Expand Down Expand Up @@ -380,7 +380,7 @@
"@types/fs-extra": "^8.1.2",
"@types/node": "^14.18.36",
"constructs": "^10.0.0",
"esbuild": "^0.16.16",
"esbuild": "^0.17.5",
"fs-extra": "^9.1.0",
"ts-node": "^9.1.1",
"typescript": "~3.8.3"
Expand Down
Loading

0 comments on commit 642b4ac

Please sign in to comment.