From 0827810c1372e834b2b1545eead8821f762ce4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 07:05:11 +0000 Subject: [PATCH] chore(deps-dev): Bump monocdk from 1.87.1 to 1.91.0 Bumps [monocdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/monocdk) from 1.87.1 to 1.91.0. - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/v1.91.0/CHANGELOG.md) - [Commits](https://github.com/aws/aws-cdk/commits/v1.91.0/packages/monocdk) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 21b65ea38..4554efc76 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-import": "^2.22.1", "jest": "^26.6.3", "jest-create-mock-instance": "^1.1.0", - "monocdk": "1.87.1", + "monocdk": "1.91.0", "standard-version": "^9.1.1", "ts-jest": "^26.5.2", "typescript": "^4.2.2" diff --git a/yarn.lock b/yarn.lock index 04711d723..422afa966 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4280,10 +4280,10 @@ modify-values@^1.0.0: resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022" integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw== -monocdk@1.87.1: - version "1.87.1" - resolved "https://registry.yarnpkg.com/monocdk/-/monocdk-1.87.1.tgz#d69de857db2f5730b8aaf6530b746b7a6ad257ad" - integrity sha512-uwP6O1XZo2DWVwnmPrw+enlxxGNEezy4sBlw//Hiod66SxjRdgshtJsDauTgnFFAvV8NjEunXVjjWlVWi3crYQ== +monocdk@1.91.0: + version "1.91.0" + resolved "https://registry.yarnpkg.com/monocdk/-/monocdk-1.91.0.tgz#cc3c6d874de51c1cd76692b935831116197eca1e" + integrity sha512-cBPJuvQ5NUfS5jdBisPJ2N35BYHMHynqf3hUViuy2hxRcY0tBxw7D19TIQjYXpeTQ6if5WyVxvDuh1lSXTu3vw== dependencies: "@balena/dockerignore" "^1.0.2" case "1.6.3" @@ -4292,7 +4292,7 @@ monocdk@1.87.1: jsonschema "^1.4.0" minimatch "^3.0.4" punycode "^2.1.1" - semver "^7.3.2" + semver "^7.3.4" yaml "1.10.0" ms@2.0.0: