Skip to content

Commit 19bd4a7

Browse files
chore(deps-dev): bump @types/table from 5.0.0 to 6.0.0 (#13050)
Bumps [@types/table](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/table) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/table) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 5d953e0 commit 19bd4a7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@types/jest": "^26.0.20",
3333
"@types/string-width": "^4.0.1",
34-
"@types/table": "^5.0.0",
34+
"@types/table": "^6.0.0",
3535
"cdk-build-tools": "0.0.0",
3636
"fast-check": "^2.12.1",
3737
"jest": "^26.6.3",

packages/aws-cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/promptly": "^3.0.1",
5151
"@types/semver": "^7.3.4",
5252
"@types/sinon": "^9.0.10",
53-
"@types/table": "^5.0.0",
53+
"@types/table": "^6.0.0",
5454
"@types/uuid": "^8.3.0",
5555
"@types/wrap-ansi": "^3.0.0",
5656
"@types/yargs": "^15.0.13",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,10 +1709,10 @@
17091709
dependencies:
17101710
string-width "*"
17111711

1712-
"@types/table@^5.0.0":
1713-
version "5.0.0"
1714-
resolved "https://registry.yarnpkg.com/@types/table/-/table-5.0.0.tgz#67c3821138eb41d538c3d9286771c6cdeeac7172"
1715-
integrity sha512-fQLtGLZXor264zUPWI95WNDsZ3QV43/c0lJpR/h1hhLJumXRmHNsrvBfEzW2YMhb0EWCsn4U6h82IgwsajAuTA==
1712+
"@types/table@^6.0.0":
1713+
version "6.0.0"
1714+
resolved "https://registry.yarnpkg.com/@types/table/-/table-6.0.0.tgz#c3e8f1e0d80525036a7655fd650409e0230f1ead"
1715+
integrity sha512-RSmRiYetRzpcZcgNo4x6C1VSsPGBHCGGDO7Rbnz5esVLbGONxBP1CUcn8JhAkVzUVLO+AY8yOSkb27jvfauLyg==
17161716

17171717
"@types/uuid@^8.3.0":
17181718
version "8.3.0"

0 commit comments

Comments
 (0)