Skip to content

Commit 642b4ac

Browse files
chore: npm-check-updates && yarn upgrade (#23907)
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
1 parent a6fa5b8 commit 642b4ac

File tree

41 files changed

+571
-597
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+571
-597
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"devDependencies": {
1919
"@types/prettier": "2.6.0",
2020
"@yarnpkg/lockfile": "^1.1.0",
21-
"cdk-generate-synthetic-examples": "^0.1.119",
21+
"cdk-generate-synthetic-examples": "^0.1.138",
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.73.0",
27-
"jsii-pacmak": "1.73.0",
28-
"jsii-reflect": "1.73.0",
29-
"jsii-rosetta": "1.73.0",
26+
"jsii-diff": "1.74.0",
27+
"jsii-pacmak": "1.74.0",
28+
"jsii-reflect": "1.74.0",
29+
"jsii-rosetta": "1.74.0",
3030
"lerna": "^4.0.0",
3131
"patch-package": "^6.5.1",
3232
"semver": "^6.3.0",

packages/@aws-cdk-testing/cli-integ/bin/query-github.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ async function main() {
2424
requiresArg: true,
2525
}))
2626
.demandCommand()
27+
.strict()
28+
.strictCommands(false)
2729
.help()
28-
.strictOptions()
2930
.showHelpOnFail(false)
3031
.argv;
3132

@@ -55,4 +56,4 @@ main().catch(e => {
5556
// eslint-disable-next-line no-console
5657
console.error(e);
5758
process.exitCode = 1;
58-
});
59+
});

packages/@aws-cdk-testing/cli-integ/bin/run-suite.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ async function main() {
6262
requiresArg: false,
6363
})
6464
.help()
65-
.strictOptions()
65+
.strict()
66+
.strictCommands(false)
6667
.showHelpOnFail(false)
6768
.argv;
6869

packages/@aws-cdk-testing/cli-integ/bin/stage-distribution.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ async function main() {
143143
})
144144
.demandCommand(1, 'You must supply a command')
145145
.help()
146-
.strictOptions()
146+
.strict()
147+
.strictCommands(false)
147148
.showHelpOnFail(false)
148149
.parse();
149150
}

packages/@aws-cdk-testing/cli-integ/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
},
3030
"license": "Apache-2.0",
3131
"devDependencies": {
32-
"@types/node": "^14.18.31",
32+
"@types/node": "^14.18.36",
3333
"@aws-cdk/cdk-build-tools": "0.0.0",
34-
"@types/semver": "^7.3.12",
35-
"@types/yargs": "^17.0.13",
36-
"@types/fs-extra": "^9.0.0",
34+
"@types/semver": "^7.3.13",
35+
"@types/yargs": "^15.0.15",
36+
"@types/fs-extra": "^9.0.13",
3737
"@types/glob": "^7.2.0",
3838
"@types/npm": "^7.19.0",
3939
"@aws-cdk/pkglint": "0.0.0"
@@ -43,14 +43,14 @@
4343
"jest": "^27.5.1",
4444
"aws-sdk": "^2.1211.0",
4545
"axios": "^0.27.2",
46-
"jest-junit": "^14.0.0",
46+
"jest-junit": "^14.0.1",
4747
"semver": "^7.3.8",
4848
"ts-mock-imports": "^1.3.8",
49-
"yargs": "^17.5.0",
49+
"yargs": "^17.6.2",
5050
"glob": "^7.2.3",
5151
"p-queue": "^6.6.2",
5252
"fs-extra": "^9.1.0",
53-
"npm": "^8.11.0"
53+
"npm": "^8.19.3"
5454
},
5555
"repository": {
5656
"url": "https://github.com/aws/aws-cdk.git",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@aws-cdk/cdk-build-tools": "0.0.0",
8686
"@aws-cdk/integ-runner": "0.0.0",
8787
"@aws-cdk/pkglint": "0.0.0",
88-
"@types/aws-lambda": "^8.10.109",
88+
"@types/aws-lambda": "^8.10.110",
8989
"@aws-cdk/integ-tests": "0.0.0",
9090
"@types/jest": "^27.5.2"
9191
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
},
3030
"license": "Apache-2.0",
3131
"devDependencies": {
32-
"@types/aws-lambda": "^8.10.109",
32+
"@types/aws-lambda": "^8.10.110",
3333
"@types/sinon": "^9.0.11",
3434
"@aws-cdk/cdk-build-tools": "0.0.0",
3535
"aws-sdk": "^2.596.0",
3636
"aws-sdk-mock": "5.6.0",
3737
"eslint": "^7.32.0",
3838
"eslint-config-standard": "^14.1.1",
39-
"eslint-plugin-import": "^2.26.0",
39+
"eslint-plugin-import": "^2.27.5",
4040
"eslint-plugin-node": "^11.1.0",
4141
"eslint-plugin-promise": "^4.3.1",
4242
"eslint-plugin-standard": "^4.1.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@aws-cdk/integ-tests": "0.0.0",
9090
"@aws-cdk/cfn2ts": "0.0.0",
9191
"@aws-cdk/pkglint": "0.0.0",
92-
"@types/aws-lambda": "^8.10.109",
92+
"@types/aws-lambda": "^8.10.110",
9393
"@types/jest": "^27.5.2",
9494
"jest": "^27.5.1"
9595
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@aws-cdk/core": "0.0.0",
100100
"@aws-cdk/custom-resources": "0.0.0",
101101
"constructs": "^10.0.0",
102-
"punycode": "^2.2.0"
102+
"punycode": "^2.3.0"
103103
},
104104
"homepage": "https://github.com/aws/aws-cdk",
105105
"peerDependencies": {

packages/@aws-cdk/aws-dynamodb-global/lambda-packages/aws-global-table-coordinator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"aws-sdk-mock": "5.6.0",
3434
"eslint": "^7.32.0",
3535
"eslint-config-standard": "^14.1.1",
36-
"eslint-plugin-import": "^2.26.0",
36+
"eslint-plugin-import": "^2.27.5",
3737
"eslint-plugin-node": "^11.1.0",
3838
"eslint-plugin-promise": "^4.3.1",
3939
"eslint-plugin-standard": "^4.1.0",

0 commit comments

Comments
 (0)