Skip to content

Commit 5bad3aa

Browse files
chore: npm-check-updates && yarn upgrade (#19211)
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
1 parent add429b commit 5bad3aa

File tree

23 files changed

+439
-422
lines changed

23 files changed

+439
-422
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@yarnpkg/lockfile": "^1.1.0",
19-
"cdk-generate-synthetic-examples": "^0.1.6",
19+
"cdk-generate-synthetic-examples": "^0.1.8",
2020
"conventional-changelog-cli": "^2.2.2",
2121
"fs-extra": "^9.1.0",
2222
"graceful-fs": "^4.2.9",

packages/@aws-cdk/aws-apigatewayv2-authorizers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@aws-cdk/cdk-build-tools": "0.0.0",
8686
"@aws-cdk/cdk-integ-tools": "0.0.0",
8787
"@aws-cdk/pkglint": "0.0.0",
88-
"@types/aws-lambda": "^8.10.92",
88+
"@types/aws-lambda": "^8.10.93",
8989
"@types/jest": "^27.4.1"
9090
},
9191
"dependencies": {

packages/@aws-cdk/aws-certificatemanager/lambda-packages/dns_validated_certificate_handler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"license": "Apache-2.0",
3131
"devDependencies": {
32-
"@types/aws-lambda": "^8.10.92",
32+
"@types/aws-lambda": "^8.10.93",
3333
"@types/sinon": "^9.0.11",
3434
"@aws-cdk/cdk-build-tools": "0.0.0",
3535
"aws-sdk": "^2.596.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@aws-cdk/cdk-integ-tools": "0.0.0",
8787
"@aws-cdk/cfn2ts": "0.0.0",
8888
"@aws-cdk/pkglint": "0.0.0",
89-
"@types/aws-lambda": "^8.10.92",
89+
"@types/aws-lambda": "^8.10.93",
9090
"@types/jest": "^27.4.1",
9191
"jest": "^27.5.1"
9292
},

packages/@aws-cdk/aws-codepipeline-actions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@aws-cdk/cx-api": "0.0.0",
8585
"@aws-cdk/pkglint": "0.0.0",
8686
"@types/jest": "^27.4.1",
87-
"@types/lodash": "^4.14.178",
87+
"@types/lodash": "^4.14.179",
8888
"jest": "^27.5.1",
8989
"lodash": "^4.17.21"
9090
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@aws-cdk/cdk-integ-tools": "0.0.0",
8585
"@aws-cdk/cfn2ts": "0.0.0",
8686
"@aws-cdk/pkglint": "0.0.0",
87-
"@types/aws-lambda": "^8.10.92",
87+
"@types/aws-lambda": "^8.10.93",
8888
"@types/jest": "^27.4.1",
8989
"@types/sinon": "^9.0.11",
9090
"aws-sdk": "^2.848.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@aws-cdk/cloud-assembly-schema": "0.0.0",
8787
"@aws-cdk/cx-api": "0.0.0",
8888
"@aws-cdk/pkglint": "0.0.0",
89-
"@types/aws-lambda": "^8.10.92",
89+
"@types/aws-lambda": "^8.10.93",
9090
"@types/jest": "^27.4.1",
9191
"jest": "^27.5.1"
9292
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
8484
"@aws-cdk/cdk-integ-tools": "0.0.0",
8585
"@aws-cdk/cfn2ts": "0.0.0",
8686
"@aws-cdk/pkglint": "0.0.0",
87-
"@types/aws-lambda": "^8.10.92",
87+
"@types/aws-lambda": "^8.10.93",
8888
"@types/jest": "^27.4.1",
8989
"@types/sinon": "^9.0.11",
9090
"@types/yaml": "1.9.6",
9191
"aws-sdk": "^2.848.0",
92-
"cdk8s": "^1.5.24",
93-
"cdk8s-plus-21": "^1.0.0-beta.90",
92+
"cdk8s": "^1.5.37",
93+
"cdk8s-plus-21": "^1.0.0-beta.103",
9494
"jest": "^27.5.1",
9595
"sinon": "^9.2.4"
9696
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@aws-cdk/cdk-integ-tools": "0.0.0",
8585
"@aws-cdk/cfn2ts": "0.0.0",
8686
"@aws-cdk/pkglint": "0.0.0",
87-
"@types/aws-lambda": "^8.10.92",
87+
"@types/aws-lambda": "^8.10.93",
8888
"@types/jest": "^27.4.1",
8989
"@types/sinon": "^9.0.11",
9090
"jest": "^27.5.1",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@aws-cdk/pkglint": "0.0.0",
7979
"@types/jest": "^27.4.1",
8080
"delay": "5.0.0",
81-
"esbuild": "^0.14.23"
81+
"esbuild": "^0.14.25"
8282
},
8383
"dependencies": {
8484
"@aws-cdk/aws-lambda": "0.0.0",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
"@aws-cdk/cfn2ts": "0.0.0",
9090
"@aws-cdk/cfnspec": "0.0.0",
9191
"@aws-cdk/pkglint": "0.0.0",
92-
"@types/aws-lambda": "^8.10.92",
92+
"@types/aws-lambda": "^8.10.93",
9393
"@types/jest": "^27.4.1",
94-
"@types/lodash": "^4.14.178",
94+
"@types/lodash": "^4.14.179",
9595
"jest": "^27.5.1",
9696
"lodash": "^4.17.21"
9797
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@aws-cdk/cdk-integ-tools": "0.0.0",
8585
"@aws-cdk/cfn2ts": "0.0.0",
8686
"@aws-cdk/pkglint": "0.0.0",
87-
"@types/aws-lambda": "^8.10.92",
87+
"@types/aws-lambda": "^8.10.93",
8888
"@types/jest": "^27.4.1",
8989
"@types/sinon": "^9.0.11",
9090
"aws-sdk": "^2.848.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@aws-cdk/cdk-integ-tools": "0.0.0",
8585
"@aws-cdk/cfn2ts": "0.0.0",
8686
"@aws-cdk/pkglint": "0.0.0",
87-
"@types/aws-lambda": "^8.10.92",
87+
"@types/aws-lambda": "^8.10.93",
8888
"@types/jest": "^27.4.1",
8989
"aws-sdk": "^2.848.0",
9090
"jest": "^27.5.1"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@aws-cdk/cdk-integ-tools": "0.0.0",
8585
"@aws-cdk/cfn2ts": "0.0.0",
8686
"@aws-cdk/pkglint": "0.0.0",
87-
"@types/aws-lambda": "^8.10.92",
87+
"@types/aws-lambda": "^8.10.93",
8888
"@types/jest": "^27.4.1",
8989
"jest": "^27.5.1"
9090
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@aws-cdk/cdk-integ-tools": "0.0.0",
8585
"@aws-cdk/cfn2ts": "0.0.0",
8686
"@aws-cdk/pkglint": "0.0.0",
87-
"@types/aws-lambda": "^8.10.92",
87+
"@types/aws-lambda": "^8.10.93",
8888
"@types/jest": "^27.4.1",
8989
"jest": "^27.5.1"
9090
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/md5": "^2.3.2",
3737
"fast-json-patch": "^2.2.1",
3838
"jest": "^27.5.1",
39-
"json-diff": "^0.7.1",
39+
"json-diff": "^0.7.3",
4040
"sort-json": "^2.0.1"
4141
},
4242
"dependencies": {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@
178178
"@aws-cdk/cdk-build-tools": "0.0.0",
179179
"@aws-cdk/cfn2ts": "0.0.0",
180180
"@aws-cdk/pkglint": "0.0.0",
181-
"@types/aws-lambda": "^8.10.92",
181+
"@types/aws-lambda": "^8.10.93",
182182
"@types/fs-extra": "^8.1.2",
183183
"@types/jest": "^27.4.1",
184-
"@types/lodash": "^4.14.178",
184+
"@types/lodash": "^4.14.179",
185185
"@types/minimatch": "^3.0.5",
186186
"@types/node": "^10.17.60",
187187
"@types/sinon": "^9.0.11",

packages/@aws-cdk/custom-resources/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@aws-cdk/cdk-integ-tools": "0.0.0",
8888
"@aws-cdk/cfn2ts": "0.0.0",
8989
"@aws-cdk/pkglint": "0.0.0",
90-
"@types/aws-lambda": "^8.10.92",
90+
"@types/aws-lambda": "^8.10.93",
9191
"@types/fs-extra": "^8.1.2",
9292
"@types/jest": "^27.4.1",
9393
"@types/sinon": "^9.0.11",

packages/aws-cdk-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
"@types/fs-extra": "^8.1.2",
356356
"@types/node": "^10.17.60",
357357
"constructs": "^3.3.69",
358-
"esbuild": "^0.14.23",
358+
"esbuild": "^0.14.25",
359359
"fs-extra": "^9.1.0",
360360
"ts-node": "^9.1.1",
361361
"typescript": "~3.8.3"

packages/aws-cdk/THIRD_PARTY_LICENSES

+24-24
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
357357

358358
----------------
359359

360-
** aws-sdk@2.1079.0 - https://www.npmjs.com/package/aws-sdk/v/2.1079.0 | Apache-2.0
360+
** aws-sdk@2.1089.0 - https://www.npmjs.com/package/aws-sdk/v/2.1089.0 | Apache-2.0
361361
AWS SDK for JavaScript
362362
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
363363

@@ -1388,11 +1388,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13881388

13891389
----------------
13901390

1391-
** [email protected].0 - https://www.npmjs.com/package/raw-body/v/2.5.0 | MIT
1391+
** [email protected].1 - https://www.npmjs.com/package/raw-body/v/2.5.1 | MIT
13921392
The MIT License (MIT)
13931393

13941394
Copyright (c) 2013-2014 Jonathan Ong <[email protected]>
1395-
Copyright (c) 2014-2015 Douglas Christopher Wilson <[email protected]>
1395+
Copyright (c) 2014-2022 Douglas Christopher Wilson <[email protected]>
13961396

13971397
Permission is hereby granted, free of charge, to any person obtaining a copy
13981398
of this software and associated documentation files (the "Software"), to deal
@@ -1622,7 +1622,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16221622

16231623
----------------
16241624

1625-
** [email protected].8 - https://www.npmjs.com/package/vm2/v/3.9.8 | MIT
1625+
** [email protected].9 - https://www.npmjs.com/package/vm2/v/3.9.9 | MIT
16261626

16271627
----------------
16281628

@@ -3262,6 +3262,26 @@ jsii
32623262
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
32633263

32643264

3265+
----------------
3266+
3267+
** [email protected] - https://www.npmjs.com/package/minimatch/v/5.0.1 | ISC
3268+
The ISC License
3269+
3270+
Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors
3271+
3272+
Permission to use, copy, modify, and/or distribute this software for any
3273+
purpose with or without fee is hereby granted, provided that the above
3274+
copyright notice and this permission notice appear in all copies.
3275+
3276+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3277+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3278+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3279+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3280+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3281+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3282+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3283+
3284+
32653285
----------------
32663286

32673287
** [email protected] - https://www.npmjs.com/package/brace-expansion/v/2.0.1 | MIT
@@ -3288,26 +3308,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32883308
SOFTWARE.
32893309

32903310

3291-
----------------
3292-
3293-
** [email protected] - https://www.npmjs.com/package/minimatch/v/5.0.0 | ISC
3294-
The ISC License
3295-
3296-
Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors
3297-
3298-
Permission to use, copy, modify, and/or distribute this software for any
3299-
purpose with or without fee is hereby granted, provided that the above
3300-
copyright notice and this permission notice appear in all copies.
3301-
3302-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3303-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3304-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3305-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3306-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3307-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3308-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3309-
3310-
33113311
----------------
33123312

33133313
** [email protected] - https://www.npmjs.com/package/picomatch/v/2.3.1 | MIT

packages/aws-cdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"decamelize": "^5.0.1",
103103
"fs-extra": "^9.1.0",
104104
"glob": "^7.2.0",
105-
"json-diff": "^0.7.1",
105+
"json-diff": "^0.7.3",
106106
"minimatch": ">=3.1",
107107
"promptly": "^3.2.0",
108108
"proxy-agent": "^5.0.0",

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

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

0 commit comments

Comments
 (0)