diff --git a/package.json b/package.json index 48d3976c99..4e9e665912 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@ls-lint/ls-lint": "^1.8.1", "@nuxtjs/eslint-config": "^3.0.0", "@rollup/plugin-alias": "^3.1.0", - "@rollup/plugin-commonjs": "^11.1.0", + "@rollup/plugin-commonjs": "^12.0.0", "@rollup/plugin-json": "^4.0.3", "@rollup/plugin-node-resolve": "^7.1.3", "@rollup/plugin-replace": "^2.3.2", diff --git a/yarn.lock b/yarn.lock index 24830d9903..d25ed3b87d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1992,10 +1992,10 @@ dependencies: slash "^3.0.0" -"@rollup/plugin-commonjs@^11.1.0": - version "11.1.0" - resolved "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-11.1.0.tgz#60636c7a722f54b41e419e1709df05c7234557ef" - integrity sha512-Ycr12N3ZPN96Fw2STurD21jMqzKwL9QuFhms3SD7KKRK7oaXUsBU9Zt0jL/rOPHiPYisI21/rXGO3jr9BnLHUA== +"@rollup/plugin-commonjs@^12.0.0": + version "12.0.0" + resolved "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-12.0.0.tgz#e2f308ae6057499e0f413f878fff7c3a0fdc02a1" + integrity sha512-8+mDQt1QUmN+4Y9D3yCG8AJNewuTSLYPJVzKKUZ+lGeQrI+bV12Tc5HCyt2WdlnG6ihIL/DPbKRJlB40DX40mw== dependencies: "@rollup/pluginutils" "^3.0.8" commondir "^1.0.1"