From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 09:16:02 +0000 (+0000) Subject: build(deps-dev): bump @rollup/plugin-commonjs from 13.0.0 to 13.0.1 X-Git-Tag: v4.0.0-beta.3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=322ffe5fa02552f556ae2ffca4da5e704babf2ef;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump @rollup/plugin-commonjs from 13.0.0 to 13.0.1 Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 13.0.0 to 13.0.1. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v13.0.0...commonjs-v13.0.1) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index b560d917..63294e29 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@microsoft/api-documenter": "^7.8.21", "@microsoft/api-extractor": "^7.8.1", "@rollup/plugin-alias": "^3.1.1", - "@rollup/plugin-commonjs": "^13.0.0", + "@rollup/plugin-commonjs": "^13.0.1", "@rollup/plugin-node-resolve": "^8.4.0", "@rollup/plugin-replace": "^2.3.3", "@size-limit/preset-small-lib": "^4.5.4", diff --git a/yarn.lock b/yarn.lock index 3cbc2f54..957ae17a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -553,10 +553,10 @@ dependencies: slash "^3.0.0" -"@rollup/plugin-commonjs@^13.0.0": - version "13.0.0" - resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-13.0.0.tgz#8a1d684ba6848afe8b9e3d85649d4b2f6f7217ec" - integrity sha512-Anxc3qgkAi7peAyesTqGYidG5GRim9jtg8xhmykNaZkImtvjA7Wsqep08D2mYsqw1IF7rA3lYfciLgzUSgRoqw== +"@rollup/plugin-commonjs@^13.0.1": + version "13.0.1" + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-13.0.1.tgz#4fe12144271af724db35bac07b9bf718f22332e0" + integrity sha512-4G08+lhTIPxp6g5eDGiwD4BKr3Pf467h+Sfhvd7kztSpZyplQv0dAtcWbGqJ9kV0ovgGo/Z6Hhl1d/q6egkl6Q== dependencies: "@rollup/pluginutils" "^3.0.8" commondir "^1.0.1"