diff --git a/package.json b/package.json index 3c3e3458f7e9..152f932c76e7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@nuxtjs/eslint-config": "^6.0.1", "@nuxtjs/eslint-config-typescript": "^6.0.1", "@rollup/plugin-alias": "^3.1.5", - "@rollup/plugin-commonjs": "^19.0.2", + "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-replace": "^2.4.2", diff --git a/yarn.lock b/yarn.lock index 287d0783fb97..f1b1f75cb861 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2152,10 +2152,10 @@ dependencies: slash "^3.0.0" -"@rollup/plugin-commonjs@^19.0.2": - version "19.0.2" - resolved "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-19.0.2.tgz#1ccc3d63878d1bc9846f8969f09dd3b3e4ecc244" - integrity sha512-gBjarfqlC7qs0AutpRW/hrFNm+cd2/QKxhwyFa+srbg1oX7rDsEU3l+W7LAUhsAp9mPJMAkXDhLbQaVwEaE8bA== +"@rollup/plugin-commonjs@^20.0.0": + version "20.0.0" + resolved "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-20.0.0.tgz#3246872dcbcb18a54aaa6277a8c7d7f1b155b745" + integrity sha512-5K0g5W2Ol8hAcTHqcTBHiA7M58tfmYi1o9KxeJuuRNpGaTa5iLjcyemBitCBcKXaHamOBBEH2dGom6v6Unmqjg== dependencies: "@rollup/pluginutils" "^3.1.0" commondir "^1.0.1"