diff --git a/package-lock.json b/package-lock.json index ea9becbc7..16099c152 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "@babel/register": "7.21.0", "@babel/runtime-corejs3": "7.21.0", "@rollup/plugin-babel": "6.0.3", - "@rollup/plugin-commonjs": "24.0.1", + "@rollup/plugin-commonjs": "24.1.0", "@rollup/plugin-json": "6.0.0", "@rollup/plugin-node-resolve": "15.0.2", "@rollup/plugin-terser": "0.4.1", @@ -2598,9 +2598,9 @@ } }, "node_modules/@rollup/plugin-commonjs": { - "version": "24.0.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-24.0.1.tgz", - "integrity": "sha512-15LsiWRZk4eOGqvrJyu3z3DaBu5BhXIMeWnijSRvd8irrrg9SHpQ1pH+BUK4H6Z9wL9yOxZJMTLU+Au86XHxow==", + "version": "24.1.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-24.1.0.tgz", + "integrity": "sha512-eSL45hjhCWI0jCCXcNtLVqM5N1JlBGvlFfY0m6oOYnLCJ6N0qEXoZql4sY2MOUArzhH4SA/qBpTxvvZp2Sc+DQ==", "peer": true, "dependencies": { "@rollup/pluginutils": "^5.0.1", diff --git a/package.json b/package.json index 67ab8695b..2e504cdfd 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@babel/register": "7.21.0", "@babel/runtime-corejs3": "7.21.0", "@rollup/plugin-babel": "6.0.3", - "@rollup/plugin-commonjs": "24.0.1", + "@rollup/plugin-commonjs": "24.1.0", "@rollup/plugin-json": "6.0.0", "@rollup/plugin-node-resolve": "15.0.2", "@rollup/plugin-terser": "0.4.1",