From 8f69b4832704dabb7c7ab3b215675858e0f46c1a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Oct 2021 22:19:21 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade dependency microbundle to v0.14.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4ba05de9..94b070e1 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "fixpack": "4.0.0", "husky": "7.0.2", "lint-staged": "11.2.3", - "microbundle": "0.14.0", + "microbundle": "0.14.1", "np": "7.5.0", "pinst": "2.1.6", "power-assert": "1.6.1", diff --git a/yarn.lock b/yarn.lock index eb1471e5..eec0ad9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6629,10 +6629,10 @@ micro-spelling-correcter@^1.1.1: resolved "https://registry.yarnpkg.com/micro-spelling-correcter/-/micro-spelling-correcter-1.1.1.tgz#805a06a26ccfcad8f3e5c6a1ac5ff29d4530166e" integrity sha512-lkJ3Rj/mtjlRcHk6YyCbvZhyWTOzdBvTHsxMmZSk5jxN1YyVSQ+JETAom55mdzfcyDrY/49Z7UCW760BK30crg== -microbundle@0.14.0: - version "0.14.0" - resolved "https://registry.yarnpkg.com/microbundle/-/microbundle-0.14.0.tgz#eeaa17e0596d544d4a19324a28049fdde59c279b" - integrity sha512-5rNNHyCFd3L8NfgJqfHFIUl0J58ykYL8QojfwwhDh+aP8z/Md8+X7pI2zvCXvS/6yIYhZj2BggY2AQYb7xoELA== +microbundle@0.14.1: + version "0.14.1" + resolved "https://registry.yarnpkg.com/microbundle/-/microbundle-0.14.1.tgz#a7de2dfa2efce01233dc494bd8dccb4570804aa4" + integrity sha512-/JAAPKWRyvBV0QjmmhgPU9NGuX3Tk1u8EXuMJ+6npFmnm+EtuL8IpJihxmljpUwaoHLyDy+b2ntfWoN6BkDQzA== dependencies: "@babel/core" "^7.12.10" "@babel/plugin-proposal-class-properties" "7.12.1"