Skip to content

Commit 85e57f0

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency microbundle to v0.13.2
1 parent 1cb3b03 commit 85e57f0

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"fixpack": "4.0.0",
8282
"husky": "6.0.0",
8383
"lint-staged": "11.0.0",
84-
"microbundle": "0.13.1",
84+
"microbundle": "0.13.2",
8585
"np": "7.5.0",
8686
"pinst": "2.1.6",
8787
"power-assert": "1.6.1",

yarn.lock

+14-4
Original file line numberDiff line numberDiff line change
@@ -7399,10 +7399,10 @@ micro-spelling-correcter@^1.1.1:
73997399
resolved "https://registry.yarnpkg.com/micro-spelling-correcter/-/micro-spelling-correcter-1.1.1.tgz#805a06a26ccfcad8f3e5c6a1ac5ff29d4530166e"
74007400
integrity sha512-lkJ3Rj/mtjlRcHk6YyCbvZhyWTOzdBvTHsxMmZSk5jxN1YyVSQ+JETAom55mdzfcyDrY/49Z7UCW760BK30crg==
74017401

7402-
7403-
version "0.13.1"
7404-
resolved "https://registry.yarnpkg.com/microbundle/-/microbundle-0.13.1.tgz#c65307026f2862147bd4dcea267eb2f3eaa9e79d"
7405-
integrity sha512-dwwSJp5WjQ3eRievTItnZtqa2blufQJgeExUWCwvKFYKB3L4xOAZ6bPdRVgzq1rKmi8RybNo6eukJU3Zcx+1JA==
7402+
7403+
version "0.13.2"
7404+
resolved "https://registry.yarnpkg.com/microbundle/-/microbundle-0.13.2.tgz#e624aefa745eaff5ea0638e78a20b9c7ad81c284"
7405+
integrity sha512-LJN69gY7osa+KoLcR6J1pGTmH+CRWUI73sRc6BKpAwtJjjYWNhiCDXglB0yRBEyw1DTF9ZMH/VXkbf2o2AjLXA==
74067406
dependencies:
74077407
"@babel/core" "^7.12.10"
74087408
"@babel/plugin-proposal-class-properties" "7.12.1"
@@ -7440,6 +7440,7 @@ [email protected]:
74407440
rollup-plugin-terser "^7.0.2"
74417441
rollup-plugin-typescript2 "^0.29.0"
74427442
sade "^1.7.4"
7443+
terser "^5.7.0"
74437444
tiny-glob "^0.2.8"
74447445
tslib "^2.0.3"
74457446
typescript "^4.1.3"
@@ -10117,6 +10118,15 @@ terser@^5.0.0:
1011710118
source-map "~0.7.2"
1011810119
source-map-support "~0.5.19"
1011910120

10121+
terser@^5.7.0:
10122+
version "5.7.0"
10123+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.7.0.tgz#a761eeec206bc87b605ab13029876ead938ae693"
10124+
integrity sha512-HP5/9hp2UaZt5fYkuhNBR8YyRcT8juw8+uFbAme53iN9hblvKnLUTKkmwJG6ocWpIKf8UK4DoeWG4ty0J6S6/g==
10125+
dependencies:
10126+
commander "^2.20.0"
10127+
source-map "~0.7.2"
10128+
source-map-support "~0.5.19"
10129+
1012010130
test-exclude@^6.0.0:
1012110131
version "6.0.0"
1012210132
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"

0 commit comments

Comments
 (0)