1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Bump microbundle from 0.13.1 to 0.13.3 (#839)

Bumps [microbundle](https://github.com/developit/microbundle) from 0.13.1 to 0.13.3.
- [Release notes](https://github.com/developit/microbundle/releases)
- [Changelog](https://github.com/developit/microbundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/developit/microbundle/compare/v0.13.1...v0.13.3)

---
updated-dependencies:
- dependency-name: microbundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-14 14:51:14 +02:00 committed by GitHub
parent 405dd0955e
commit c5ba56e120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
package-lock.json generated
View File

@ -11320,9 +11320,9 @@
}
},
"node_modules/microbundle": {
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/microbundle/-/microbundle-0.13.1.tgz",
"integrity": "sha512-dwwSJp5WjQ3eRievTItnZtqa2blufQJgeExUWCwvKFYKB3L4xOAZ6bPdRVgzq1rKmi8RybNo6eukJU3Zcx+1JA==",
"version": "0.13.3",
"resolved": "https://registry.npmjs.org/microbundle/-/microbundle-0.13.3.tgz",
"integrity": "sha512-nlP20UmyqGGeh6jhk8VaVFEoRlF+JAvnwixPLQUwHEcAF59ROJCyh34eylJzUAVNvF3yrCaHxIBv8lYcphDM1g==",
"dev": true,
"dependencies": {
"@babel/core": "^7.12.10",
@ -11361,6 +11361,7 @@
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"sade": "^1.7.4",
"terser": "^5.7.0",
"tiny-glob": "^0.2.8",
"tslib": "^2.0.3",
"typescript": "^4.1.3"
@ -18061,9 +18062,10 @@
}
},
"node_modules/terser": {
"version": "5.6.1",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.7.0.tgz",
"integrity": "sha512-HP5/9hp2UaZt5fYkuhNBR8YyRcT8juw8+uFbAme53iN9hblvKnLUTKkmwJG6ocWpIKf8UK4DoeWG4ty0J6S6/g==",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"commander": "^2.20.0",
"source-map": "~0.7.2",
@ -27654,9 +27656,9 @@
"integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
},
"microbundle": {
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/microbundle/-/microbundle-0.13.1.tgz",
"integrity": "sha512-dwwSJp5WjQ3eRievTItnZtqa2blufQJgeExUWCwvKFYKB3L4xOAZ6bPdRVgzq1rKmi8RybNo6eukJU3Zcx+1JA==",
"version": "0.13.3",
"resolved": "https://registry.npmjs.org/microbundle/-/microbundle-0.13.3.tgz",
"integrity": "sha512-nlP20UmyqGGeh6jhk8VaVFEoRlF+JAvnwixPLQUwHEcAF59ROJCyh34eylJzUAVNvF3yrCaHxIBv8lYcphDM1g==",
"dev": true,
"requires": {
"@babel/core": "^7.12.10",
@ -27695,6 +27697,7 @@
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"sade": "^1.7.4",
"terser": "^5.7.0",
"tiny-glob": "^0.2.8",
"tslib": "^2.0.3",
"typescript": "^4.1.3"
@ -32287,7 +32290,9 @@
}
},
"terser": {
"version": "5.6.1",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.7.0.tgz",
"integrity": "sha512-HP5/9hp2UaZt5fYkuhNBR8YyRcT8juw8+uFbAme53iN9hblvKnLUTKkmwJG6ocWpIKf8UK4DoeWG4ty0J6S6/g==",
"dev": true,
"requires": {
"commander": "^2.20.0",