Skip to content

Commit 31fe2e4

Browse files
chore: npm-check-updates && yarn upgrade (aws#22653)
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
1 parent 69981ac commit 31fe2e4

File tree

15 files changed

+370
-367
lines changed

15 files changed

+370
-367
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"devDependencies": {
1919
"@types/prettier": "2.6.0",
2020
"@yarnpkg/lockfile": "^1.1.0",
21-
"cdk-generate-synthetic-examples": "^0.1.36",
21+
"cdk-generate-synthetic-examples": "^0.1.43",
2222
"conventional-changelog-cli": "^2.2.2",
2323
"fs-extra": "^9.1.0",
2424
"graceful-fs": "^4.2.10",
2525
"jest-junit": "^13.2.0",
26-
"jsii-diff": "^1.69.0",
27-
"jsii-pacmak": "^1.69.0",
28-
"jsii-reflect": "^1.69.0",
29-
"jsii-rosetta": "^1.69.0",
26+
"jsii-diff": "^1.70.0",
27+
"jsii-pacmak": "^1.70.0",
28+
"jsii-reflect": "^1.70.0",
29+
"jsii-rosetta": "^1.70.0",
3030
"lerna": "^4.0.0",
31-
"patch-package": "^6.4.7",
31+
"patch-package": "^6.5.0",
3232
"semver": "^6.3.0",
3333
"standard-version": "^9.5.0",
3434
"typescript": "~3.9.10"

packages/@aws-cdk/aws-eks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@types/sinon": "^9.0.11",
9494
"@types/yaml": "1.9.6",
9595
"aws-sdk": "^2.1211.0",
96-
"cdk8s": "^2.5.21",
96+
"cdk8s": "^2.5.28",
9797
"cdk8s-plus-21": "^2.0.0-beta.12",
9898
"jest": "^27.5.1",
9999
"sinon": "^9.2.4"

packages/@aws-cdk/aws-lambda-nodejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@aws-cdk/pkglint": "0.0.0",
8080
"@types/jest": "^27.5.2",
8181
"delay": "5.0.0",
82-
"esbuild": "^0.15.11"
82+
"esbuild": "^0.15.12"
8383
},
8484
"dependencies": {
8585
"@aws-cdk/aws-lambda": "0.0.0",

packages/@aws-cdk/cfnspec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/md5": "^2.3.2",
3838
"fast-json-patch": "^2.2.1",
3939
"jest": "^27.5.1",
40-
"json-diff": "^0.9.0",
40+
"json-diff": "^0.9.1",
4141
"sort-json": "^2.0.1"
4242
},
4343
"dependencies": {

packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES

+4-3
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
156156

157157
----------------
158158

159-
** aws-sdk@2.1235.0 - https://www.npmjs.com/package/aws-sdk/v/2.1235.0 | Apache-2.0
159+
** aws-sdk@2.1240.0 - https://www.npmjs.com/package/aws-sdk/v/2.1240.0 | Apache-2.0
160160
AWS SDK for JavaScript
161161
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
162162

@@ -2263,7 +2263,7 @@ OTHER DEALINGS IN THE SOFTWARE.
22632263

22642264
----------------
22652265

2266-
** workerpool@6.2.1 - https://www.npmjs.com/package/workerpool/v/6.2.1 | Apache-2.0
2266+
** workerpool@6.3.0 - https://www.npmjs.com/package/workerpool/v/6.3.0 | Apache-2.0
22672267
Apache License
22682268
Version 2.0, January 2004
22692269
http://www.apache.org/licenses/
@@ -2452,7 +2452,7 @@ Apache License
24522452
same "printed page" as the copyright notice for easier
24532453
identification within third-party archives.
24542454

2455-
Copyright {yyyy} {name of copyright owner}
2455+
Copyright (C) 2014-2022 Jos de Jong [email protected]
24562456

24572457
Licensed under the Apache License, Version 2.0 (the "License");
24582458
you may not use this file except in compliance with the License.
@@ -2466,6 +2466,7 @@ Apache License
24662466
See the License for the specific language governing permissions and
24672467
limitations under the License.
24682468

2469+
24692470
----------------
24702471

24712472
** [email protected] - https://www.npmjs.com/package/wrap-ansi/v/7.0.0 | MIT

packages/@aws-cdk/integ-runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"aws-cdk": "0.0.0",
7272
"chalk": "^4",
7373
"fs-extra": "^9.1.0",
74-
"workerpool": "^6.2.1",
74+
"workerpool": "^6.3.0",
7575
"yargs": "^16.2.0"
7676
},
7777
"repository": {

packages/aws-cdk-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
"@types/fs-extra": "^8.1.2",
369369
"@types/node": "^14.18.32",
370370
"constructs": "^10.0.0",
371-
"esbuild": "^0.15.11",
371+
"esbuild": "^0.15.12",
372372
"fs-extra": "^9.1.0",
373373
"ts-node": "^9.1.1",
374374
"typescript": "~3.8.3"

packages/aws-cdk/THIRD_PARTY_LICENSES

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The aws-cdk package includes the following third-party software/licensing:
22

3-
** @jsii/check-node@1.69.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.69.0 | Apache-2.0
3+
** @jsii/check-node@1.70.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.70.0 | Apache-2.0
44
jsii
55
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
66

@@ -37,7 +37,7 @@ THE SOFTWARE.
3737

3838
----------------
3939

40-
** [email protected].0 - https://www.npmjs.com/package/acorn/v/8.8.0 | MIT
40+
** [email protected].1 - https://www.npmjs.com/package/acorn/v/8.8.1 | MIT
4141
MIT License
4242

4343
Copyright (C) 2012-2022 by various contributors (see AUTHORS)
@@ -268,7 +268,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
268268

269269
----------------
270270

271-
** aws-sdk@2.1235.0 - https://www.npmjs.com/package/aws-sdk/v/2.1235.0 | Apache-2.0
271+
** aws-sdk@2.1240.0 - https://www.npmjs.com/package/aws-sdk/v/2.1240.0 | Apache-2.0
272272
AWS SDK for JavaScript
273273
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
274274

packages/aws-cdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@aws-cdk/cloudformation-diff": "0.0.0",
9797
"@aws-cdk/cx-api": "0.0.0",
9898
"@aws-cdk/region-info": "0.0.0",
99-
"@jsii/check-node": "1.69.0",
99+
"@jsii/check-node": "1.70.0",
100100
"archiver": "^5.3.1",
101101
"aws-sdk": "^2.1211.0",
102102
"camelcase": "^6.3.0",
@@ -106,7 +106,7 @@
106106
"decamelize": "^5.0.1",
107107
"fs-extra": "^9.1.0",
108108
"glob": "^7.2.3",
109-
"json-diff": "^0.9.0",
109+
"json-diff": "^0.9.1",
110110
"minimatch": ">=3.1",
111111
"p-queue": "^6.6.2",
112112
"promptly": "^3.2.0",

packages/awslint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"awslint": "bin/awslint"
1919
},
2020
"dependencies": {
21-
"@jsii/spec": "^1.69.0",
21+
"@jsii/spec": "^1.70.0",
2222
"camelcase": "^6.3.0",
2323
"chalk": "^4",
2424
"fs-extra": "^9.1.0",
25-
"jsii-reflect": "^1.69.0",
25+
"jsii-reflect": "^1.70.0",
2626
"yargs": "^16.2.0"
2727
},
2828
"devDependencies": {

packages/cdk-dasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"license": "Apache-2.0",
3232
"dependencies": {
33-
"codemaker": "^1.69.0",
33+
"codemaker": "^1.70.0",
3434
"yaml": "1.10.2"
3535
},
3636
"devDependencies": {

tools/@aws-cdk/cdk-build-tools/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"fs-extra": "^9.1.0",
5858
"jest": "^27.5.1",
5959
"jest-junit": "^13.2.0",
60-
"jsii": "^1.69.0",
61-
"jsii-pacmak": "^1.69.0",
62-
"jsii-reflect": "^1.69.0",
60+
"jsii": "^1.70.0",
61+
"jsii-pacmak": "^1.70.0",
62+
"jsii-reflect": "^1.70.0",
6363
"markdownlint-cli": "^0.32.2",
6464
"nyc": "^15.1.0",
6565
"semver": "^7.3.8",

tools/@aws-cdk/cfn2ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"license": "Apache-2.0",
3333
"dependencies": {
3434
"@aws-cdk/cfnspec": "0.0.0",
35-
"codemaker": "^1.69.0",
35+
"codemaker": "^1.70.0",
3636
"fast-json-patch": "^3.1.1",
3737
"fs-extra": "^9.1.0",
3838
"yargs": "^16.2.0"

tools/@aws-cdk/node-bundle/package.json

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

0 commit comments

Comments
 (0)