From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 05:10:21 +0000 (+0000) Subject: chore(deps-dev): bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0 X-Git-Tag: v2.0.0-alpha.6~40^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F284%2Fhead;p=thirdparty%2Fvuejs%2Fpinia.git chore(deps-dev): bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0 Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 15.1.0 to 16.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v15.1.0...commonjs-v16.0.0) Signed-off-by: dependabot[bot] --- diff --git a/package.json b/package.json index 97c7f7e6..fb12fb10 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@microsoft/api-extractor": "7.11.2", "@nuxt/types": "^2.14.6", "@rollup/plugin-alias": "^3.1.1", - "@rollup/plugin-commonjs": "^15.0.0", + "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-node-resolve": "^9.0.0", "@rollup/plugin-replace": "^2.3.3", "@types/jest": "^26.0.14", diff --git a/yarn.lock b/yarn.lock index 897e28ca..51c35860 100644 --- a/yarn.lock +++ b/yarn.lock @@ -538,10 +538,10 @@ dependencies: slash "^3.0.0" -"@rollup/plugin-commonjs@^15.0.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== +"@rollup/plugin-commonjs@^16.0.0": + version "16.0.0" + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-16.0.0.tgz#169004d56cd0f0a1d0f35915d31a036b0efe281f" + integrity sha512-LuNyypCP3msCGVQJ7ki8PqYdpjfEkE/xtFa5DqlF+7IBD0JsfMZ87C58heSwIMint58sAUZbt3ITqOmdQv/dXw== dependencies: "@rollup/pluginutils" "^3.1.0" commondir "^1.0.1"