From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 20:30:51 +0000 (+0000) Subject: build(deps-dev): bump @rollup/plugin-commonjs from 15.0.0 to 15.1.0 X-Git-Tag: v4.0.0-beta.12~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=018d108dc01390a0e116c9ca905210c603642029;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump @rollup/plugin-commonjs from 15.0.0 to 15.1.0 Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 15.0.0 to 15.1.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v15.0.0...commonjs-v15.1.0) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index e1b19ea8..e7f6a070 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@microsoft/api-documenter": "^7.8.47", "@microsoft/api-extractor": "^7.8.1", "@rollup/plugin-alias": "^3.1.1", - "@rollup/plugin-commonjs": "^15.0.0", + "@rollup/plugin-commonjs": "^15.1.0", "@rollup/plugin-node-resolve": "^9.0.0", "@rollup/plugin-replace": "^2.3.3", "@size-limit/preset-small-lib": "^4.6.0", diff --git a/yarn.lock b/yarn.lock index 39e036a6..16b9527d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -577,10 +577,10 @@ magic-string "^0.25.2" resolve "^1.11.0" -"@rollup/plugin-commonjs@^15.0.0": - version "15.0.0" - resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-15.0.0.tgz#690d15a9d54ba829db93555bff9b98ff34e08574" - integrity sha512-8uAdikHqVyrT32w1zB9VhW6uGwGjhKgnDNP4pQJsjdnyF4FgCj6/bmv24c7v2CuKhq32CcyCwRzMPEElaKkn0w== +"@rollup/plugin-commonjs@^15.1.0": + version "15.1.0" + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-15.1.0.tgz#1e7d076c4f1b2abf7e65248570e555defc37c238" + integrity sha512-xCQqz4z/o0h2syQ7d9LskIMvBSH4PX5PjYdpSSvgS+pQik3WahkQVNWg3D8XJeYjZoVWnIUQYDghuEMRGrmQYQ== dependencies: "@rollup/pluginutils" "^3.1.0" commondir "^1.0.1"