Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#18897)
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 Feb 9, 2022
1 parent 6273ebd commit 9975ec8
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 159 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@types/sinon": "^9.0.11",
"@types/yaml": "1.9.6",
"aws-sdk": "^2.848.0",
"cdk8s": "^1.5.10",
"cdk8s": "^1.5.11",
"cdk8s-plus-21": "^1.0.0-beta.82",
"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 @@ -78,7 +78,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^27.4.0",
"delay": "5.0.0",
"esbuild": "^0.14.20"
"esbuild": "^0.14.21"
},
"dependencies": {
"@aws-cdk/aws-lambda": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
"@types/fs-extra": "^8.1.2",
"@types/node": "^10.17.60",
"constructs": "^3.3.69",
"esbuild": "^0.14.20",
"esbuild": "^0.14.21",
"fs-extra": "^9.1.0",
"ts-node": "^9.1.1",
"typescript": "~3.8.3"
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"jsii": "^1.52.1",
"jsii-pacmak": "^1.52.1",
"jsii-reflect": "^1.52.1",
"markdownlint-cli": "^0.31.0",
"markdownlint-cli": "^0.31.1",
"nyc": "^15.1.0",
"semver": "^7.3.5",
"ts-jest": "^27.1.3",
Expand Down
Loading

0 comments on commit 9975ec8

Please sign in to comment.