diff --git a/package.json b/package.json index 34a2afb0..f9861233 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@auto-it/conventional-commits": "^10.37.6", "@auto-it/first-time-contributor": "^10.37.6", "@babel/plugin-transform-runtime": "^7.19.6", - "@rollup/plugin-commonjs": "24.0.0", + "@rollup/plugin-commonjs": "24.0.1", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "@types/semver": "^7.3.13", diff --git a/yarn.lock b/yarn.lock index 1efd0cd0..ba1b7fb5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1834,10 +1834,10 @@ dependencies: "@octokit/openapi-types" "^12.11.0" -"@rollup/plugin-commonjs@24.0.0": - version "24.0.0" - resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-24.0.0.tgz#fb7cf4a6029f07ec42b25daa535c75b05a43f75c" - integrity sha512-0w0wyykzdyRRPHOb0cQt14mIBLujfAv6GgP6g8nvg/iBxEm112t3YPPq+Buqe2+imvElTka+bjNlJ/gB56TD8g== +"@rollup/plugin-commonjs@24.0.1": + version "24.0.1" + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-24.0.1.tgz#d54ba26a3e3c495dc332bd27a81f7e9e2df46f90" + integrity sha512-15LsiWRZk4eOGqvrJyu3z3DaBu5BhXIMeWnijSRvd8irrrg9SHpQ1pH+BUK4H6Z9wL9yOxZJMTLU+Au86XHxow== dependencies: "@rollup/pluginutils" "^5.0.1" commondir "^1.0.1"