Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#22742)
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 Nov 9, 2022
1 parent 9437d4f commit f2e5447
Show file tree
Hide file tree
Showing 34 changed files with 568 additions and 632 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.43",
"cdk-generate-synthetic-examples": "^0.1.57",
"conventional-changelog-cli": "^2.2.2",
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.10",
"jest-junit": "^13.2.0",
"jsii-diff": "1.69.0",
"jsii-pacmak": "1.69.0",
"jsii-reflect": "1.69.0",
"jsii-rosetta": "1.69.0",
"jsii-diff": "1.71.0",
"jsii-pacmak": "1.71.0",
"jsii-reflect": "1.71.0",
"jsii-rosetta": "1.71.0",
"lerna": "^4.0.0",
"patch-package": "^6.5.0",
"semver": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codepipeline-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.186",
"@types/lodash": "^4.14.188",
"jest": "^27.5.1",
"lodash": "^4.17.21"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/aws-eks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/lambda-layer-kubectl-v23": "^2.0.0",
"@aws-cdk/lambda-layer-kubectl-v23": "^2.0.1",
"aws-cdk-lib": "2.47.0",
"@aws-cdk/assertions": "0.0.0",
"@aws-cdk/cdk-build-tools": "0.0.0",
Expand All @@ -93,9 +93,9 @@
"@types/sinon": "^9.0.11",
"@types/yaml": "1.9.6",
"aws-sdk": "^2.1211.0",
"cdk8s": "^2.5.28",
"cdk8s": "^2.5.39",
"cdk8s-plus-21": "^2.0.0-beta.12",
"cdk8s-plus-23": "2.0.2",
"cdk8s-plus-23": "2.0.21",
"jest": "^27.5.1",
"sinon": "^9.2.4"
},
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 @@ -79,7 +79,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^27.5.2",
"delay": "5.0.0",
"esbuild": "^0.15.12"
"esbuild": "^0.15.13"
},
"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 @@ -93,7 +93,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.108",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.186",
"@types/lodash": "^4.14.188",
"jest": "^27.5.1",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cfnspec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/md5": "^2.3.2",
"fast-json-patch": "^2.2.1",
"jest": "^27.5.1",
"json-diff": "^0.9.1",
"json-diff": "^0.10.0",
"sort-json": "^2.0.1"
},
"dependencies": {
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 @@ -64,7 +64,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^27.5.2",
"@types/mock-fs": "^4.13.1",
"@types/semver": "^7.3.12",
"@types/semver": "^7.3.13",
"jest": "^27.5.1",
"mock-fs": "^4.14.0",
"typescript-json-schema": "^0.54.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/cloudformation-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/cfnspec": "0.0.0",
"@types/node": "^14.18.32",
"@types/node": "^14.18.33",
"chalk": "^4",
"diff": "^5.1.0",
"fast-deep-equal": "^3.1.3",
"string-width": "^4.2.3",
"table": "^6.8.0"
"table": "^6.8.1"
},
"devDependencies": {
"@aws-cdk/cdk-build-tools": "0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@
"@types/aws-lambda": "^8.10.108",
"@types/fs-extra": "^8.1.2",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.186",
"@types/lodash": "^4.14.188",
"@types/minimatch": "^3.0.5",
"aws-sdk": "^2.928.0",
"@types/node": "^14.18.32",
"@types/node": "^14.18.33",
"@types/sinon": "^9.0.11",
"fast-check": "^2.25.0",
"jest": "^27.5.1",
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 @@ -74,7 +74,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^27.5.2",
"@types/mock-fs": "^4.13.1",
"@types/semver": "^7.3.12",
"@types/semver": "^7.3.13",
"jest": "^27.5.1",
"madge": "^5.0.1",
"mock-fs": "^4.14.0"
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.1240.0 - https://www.npmjs.com/package/aws-sdk/v/2.1240.0 | Apache-2.0
** aws-sdk@2.1250.0 - https://www.npmjs.com/package/aws-sdk/v/2.1250.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down Expand Up @@ -2151,7 +2151,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

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

** table@6.8.0 - https://www.npmjs.com/package/table/v/6.8.0 | BSD-3-Clause
** table@6.8.1 - https://www.npmjs.com/package/table/v/6.8.1 | BSD-3-Clause
Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/)
All rights reserved.

Expand Down Expand Up @@ -2263,7 +2263,7 @@ OTHER DEALINGS IN THE SOFTWARE.

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

** workerpool@6.3.0 - https://www.npmjs.com/package/workerpool/v/6.3.0 | Apache-2.0
** workerpool@6.3.1 - https://www.npmjs.com/package/workerpool/v/6.3.1 | Apache-2.0
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/integ-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/fs-extra": "^8.1.2",
"@types/jest": "^27.5.2",
"@types/node": "^14.18.32",
"@types/node": "^14.18.33",
"@types/workerpool": "^6.1.0",
"@types/yargs": "^15.0.14",
"jest": "^27.5.1"
Expand All @@ -71,7 +71,7 @@
"aws-cdk": "0.0.0",
"chalk": "^4",
"fs-extra": "^9.1.0",
"workerpool": "^6.3.0",
"workerpool": "^6.3.1",
"yargs": "^16.2.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/fs-extra": "^8.1.2",
"@types/jest": "^27.5.2",
"@types/node": "^14.18.32",
"@types/node": "^14.18.33",
"aws-sdk": "^2.1211.0",
"aws-sdk-mock": "5.6.0",
"jest": "^27.5.1",
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.0",
"@aws-cdk/asset-awscli-v1": "^2.2.2",
"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.0",
"@aws-cdk/asset-awscli-v1": "^2.2.2",
"constructs": "^10.0.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/lambda-layer-kubectl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@
"dependencies": {
"@aws-cdk/aws-lambda": "0.0.0",
"@aws-cdk/core": "0.0.0",
"@aws-cdk/asset-kubectl-v20": "^2.1.0",
"@aws-cdk/asset-kubectl-v20": "^2.1.1",
"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-kubectl-v20": "^2.1.0",
"@aws-cdk/asset-kubectl-v20": "^2.1.1",
"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.2",
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.8",
"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.2",
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.8",
"constructs": "^10.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@monocdk-experiment/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@monocdk-experiment/rewrite-imports": "0.0.0",
"@types/jest": "^27.5.2",
"@types/node": "^14.18.32",
"@types/node": "^14.18.33",
"@aws-cdk/cdk-build-tools": "0.0.0",
"jest": "^27.5.1",
"constructs": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@monocdk-experiment/rewrite-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/jest": "^27.5.2",
"@types/node": "^14.18.32",
"@types/node": "^14.18.33",
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/pkglint": "0.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
"punycode": "^2.1.1",
"semver": "^7.3.8",
"yaml": "1.10.2",
"@aws-cdk/asset-awscli-v1": "^2.2.0",
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.2",
"@aws-cdk/asset-kubectl-v20": "^2.1.0"
"@aws-cdk/asset-awscli-v1": "^2.2.2",
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.8",
"@aws-cdk/asset-kubectl-v20": "^2.1.1"
},
"devDependencies": {
"@aws-cdk/alexa-ask": "0.0.0",
Expand Down Expand Up @@ -369,9 +369,9 @@
"@aws-cdk/triggers": "0.0.0",
"@aws-cdk/ubergen": "0.0.0",
"@types/fs-extra": "^8.1.2",
"@types/node": "^14.18.32",
"@types/node": "^14.18.33",
"constructs": "^10.0.0",
"esbuild": "^0.15.12",
"esbuild": "^0.15.13",
"fs-extra": "^9.1.0",
"ts-node": "^9.1.1",
"typescript": "~3.8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/jest": "^27.5.2",
"@types/node": "^14.18.32",
"@types/node": "^14.18.33",
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/pkglint": "0.0.0"
},
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.69.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.69.0 | Apache-2.0
** @jsii/check-node@1.71.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.71.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.1240.0 - https://www.npmjs.com/package/aws-sdk/v/2.1240.0 | Apache-2.0
** aws-sdk@2.1250.0 - https://www.npmjs.com/package/aws-sdk/v/2.1250.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down Expand Up @@ -3376,7 +3376,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

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

** table@6.8.0 - https://www.npmjs.com/package/table/v/6.8.0 | BSD-3-Clause
** table@6.8.1 - https://www.npmjs.com/package/table/v/6.8.1 | BSD-3-Clause
Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/)
All rights reserved.

Expand Down Expand Up @@ -3482,7 +3482,7 @@ SOFTWARE.

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

** tslib@2.4.0 - https://www.npmjs.com/package/tslib/v/2.4.0 | 0BSD
** tslib@2.4.1 - https://www.npmjs.com/package/tslib/v/2.4.1 | 0BSD
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
Expand Down
10 changes: 5 additions & 5 deletions packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"@types/jest": "^27.5.2",
"@types/minimatch": "^3.0.5",
"@types/mockery": "^1.4.30",
"@types/node": "^14.18.32",
"@types/node": "^14.18.33",
"@types/promptly": "^3.0.2",
"@types/semver": "^7.3.12",
"@types/semver": "^7.3.13",
"@types/sinon": "^9.0.11",
"@types/table": "^6.0.0",
"@types/uuid": "^8.3.4",
Expand All @@ -96,7 +96,7 @@
"@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.69.0",
"@jsii/check-node": "1.71.0",
"archiver": "^5.3.1",
"aws-sdk": "^2.1211.0",
"camelcase": "^6.3.0",
Expand All @@ -106,15 +106,15 @@
"decamelize": "^5.0.1",
"fs-extra": "^9.1.0",
"glob": "^7.2.3",
"json-diff": "^0.9.1",
"json-diff": "^0.10.0",
"minimatch": ">=3.1",
"p-queue": "^6.6.2",
"promptly": "^3.2.0",
"proxy-agent": "^5.0.0",
"semver": "^7.3.8",
"source-map-support": "^0.5.21",
"strip-ansi": "^6.0.1",
"table": "^6.8.0",
"table": "^6.8.1",
"uuid": "^8.3.2",
"wrap-ansi": "^7.0.0",
"yaml": "1.10.2",
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.69.0",
"@jsii/spec": "1.71.0",
"camelcase": "^6.3.0",
"chalk": "^4",
"fs-extra": "^9.1.0",
"jsii-reflect": "1.69.0",
"jsii-reflect": "1.71.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 @@ -35,7 +35,7 @@
"@types/jest": "^27.5.2",
"@types/mime": "^2.0.3",
"@types/mock-fs": "^4.13.1",
"@types/node": "^14.18.32",
"@types/node": "^14.18.33",
"@types/yargs": "^15.0.14",
"@aws-cdk/cdk-build-tools": "0.0.0",
"jest": "^27.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-cli-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "^14.18.32",
"@types/node": "^14.18.33",
"@aws-cdk/cdk-build-tools": "0.0.0",
"jest": "^27.5.1",
"@aws-cdk/pkglint": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-dasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"codemaker": "1.69.0",
"codemaker": "1.71.0",
"yaml": "1.10.2"
},
"devDependencies": {
Expand Down

0 comments on commit f2e5447

Please sign in to comment.