diff --git a/package.json b/package.json index 56a9ed9..1e8e6c6 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/wasc-io/graphql-authDirective#readme", "devDependencies": { - "@rollup/plugin-commonjs": "24.0.1", + "@rollup/plugin-commonjs": "24.1.0", "@wasc/tools": "5.15.0", "husky": "8.0.3", "lint-staged": "13.0.2", diff --git a/yarn.lock b/yarn.lock index f3eef64..a226d9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1481,10 +1481,10 @@ mkdirp "^1.0.4" rimraf "^3.0.2" -"@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== +"@rollup/plugin-commonjs@24.1.0": + version "24.1.0" + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-24.1.0.tgz#79e54bd83bb64396761431eee6c44152ef322100" + integrity sha512-eSL45hjhCWI0jCCXcNtLVqM5N1JlBGvlFfY0m6oOYnLCJ6N0qEXoZql4sY2MOUArzhH4SA/qBpTxvvZp2Sc+DQ== dependencies: "@rollup/pluginutils" "^5.0.1" commondir "^1.0.1"