diff --git a/package.json b/package.json index bc426c8a54..ae3825d6fb 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "@percy/puppeteer": "1.1.0", "@preconstruct/cli": "2.0.0", "@rollup/plugin-babel": "5.2.1", - "@rollup/plugin-commonjs": "16.0.0", + "@rollup/plugin-commonjs": "17.0.0", "@rollup/plugin-json": "4.1.0", "@rollup/plugin-node-resolve": "10.0.0", "@svgr/cli": "5.5.0", diff --git a/yarn.lock b/yarn.lock index 5403efed7b..cf43f1a45c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5314,10 +5314,10 @@ "@babel/helper-module-imports" "^7.10.4" "@rollup/pluginutils" "^3.1.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"