From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 05:15:27 +0000 (+0000) Subject: chore(deps-dev): bump @rollup/plugin-commonjs from 16.0.0 to 17.0.0 X-Git-Tag: v2.0.0-alpha.6~21^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F306%2Fhead;p=thirdparty%2Fvuejs%2Fpinia.git chore(deps-dev): bump @rollup/plugin-commonjs from 16.0.0 to 17.0.0 Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 16.0.0 to 17.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v16.0.0...commonjs-v17.0.0) Signed-off-by: dependabot[bot] --- diff --git a/package.json b/package.json index bdd0deaf..e5494bad 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@microsoft/api-extractor": "7.11.4", "@nuxt/types": "^2.14.6", "@rollup/plugin-alias": "^3.1.1", - "@rollup/plugin-commonjs": "^16.0.0", + "@rollup/plugin-commonjs": "^17.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 2ff424a7..cb851a10 100644 --- a/yarn.lock +++ b/yarn.lock @@ -551,10 +551,10 @@ dependencies: slash "^3.0.0" -"@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== +"@rollup/plugin-commonjs@^17.0.0": + version "17.0.0" + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-17.0.0.tgz#2ae2228354cf0fbba6cf9f06f30b2c66a974324c" + integrity sha512-/omBIJG1nHQc+bgkYDuLpb/V08QyutP9amOrJRUSlYJZP+b/68gM//D8sxJe3Yry2QnYIr3QjR3x4AlxJEN3GA== dependencies: "@rollup/pluginutils" "^3.1.0" commondir "^1.0.1"