From f9eeac22e40a3438621c00b18d3c8794c7ee22e9 Mon Sep 17 00:00:00 2001 From: Automation Date: Mon, 30 Aug 2021 00:09:19 +0000 Subject: [PATCH] chore(deps): upgrade dependencies Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/jsii-release/actions/runs/1180361218 ------ *Automatically created by projen via the "upgrade" workflow* --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 1ebbb85e..7d16cedf 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "jest-junit": "^12", "json-schema": "^0.3.0", "npm-check-updates": "^11", - "projen": "^0.27.35", + "projen": "^0.27.36", "standard-version": "^9", "ts-jest": "^26.5.6", "typescript": "^3.9.10" diff --git a/yarn.lock b/yarn.lock index cd44d16a..f3ebd366 100644 --- a/yarn.lock +++ b/yarn.lock @@ -772,9 +772,9 @@ integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== "@types/node@*": - version "16.7.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.5.tgz#96142b243977b03d99c338fdb09241d286102711" - integrity sha512-E7SpxDXoHEpmZ9C1gSqwadhE6zPRtf3g0gJy9Y51DsImnR5TcDs3QEiV/3Q7zOM8LWaZp5Gph71NK6ElVMG1IQ== + version "16.7.6" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.6.tgz#8666478db8095aa66e25b7e469f3e7b53ea2855e" + integrity sha512-VESVNFoa/ahYA62xnLBjo5ur6gPsgEE5cNRy8SrdnkZ2nwJSW0kJ4ufbFr2zuU9ALtHM8juY53VcRoTA7htXSg== "@types/node@^10.17.0": version "10.17.60" @@ -5174,10 +5174,10 @@ progress@^2.0.0, progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.27.35: - version "0.27.35" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.27.35.tgz#d2851a65ffdebd437c4cd3c48c64d52233fc04af" - integrity sha512-bC3r/uneoFeV0AnSXxsPxjBvtpP+kFUN+Yz8l1CCjbcg3QDnZPXWXSt4+yY3WrNRt7gLac4+t8jrYAd8VsLy5A== +projen@^0.27.36: + version "0.27.36" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.27.36.tgz#81ef482a9ca9e1f69c034ec453a0dac6de73445f" + integrity sha512-IvRWs7vmilmThXnSGpC9CTaTliWY2fEIeBv6D/wl8VCHVmHLE0WrucTAYxMDYJQxDT3PV2l08BPO68e6o6IO9w== dependencies: "@iarna/toml" "^2.2.5" chalk "^4.1.2"