diff --git a/package-lock.json b/package-lock.json index c8c232a4c53..3f16129c49d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45634,9 +45634,9 @@ "license": "MIT" }, "node_modules/rollup": { - "version": "2.72.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz", - "integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==", + "version": "2.73.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.73.0.tgz", + "integrity": "sha512-h/UngC3S4Zt28mB3g0+2YCMegT5yoftnQplwzPqGZcKvlld5e+kT/QRmJiL+qxGyZKOYpgirWGdLyEO1b0dpLQ==", "bin": { "rollup": "dist/bin/rollup" }, @@ -53940,7 +53940,7 @@ "postcss": "8.4.13", "postcss-import": "14.1.0", "rimraf": "3.0.2", - "rollup": "2.72.1", + "rollup": "2.73.0", "rollup-plugin-postcss": "4.0.2", "rollup-plugin-terser": "7.0.2", "tailwindcss": "3.0.24" @@ -56926,7 +56926,7 @@ "react": "16.14.0", "react-dom": "16.14.0", "rimraf": "3.0.2", - "rollup": "2.72.1", + "rollup": "2.73.0", "rollup-plugin-postcss": "4.0.2", "rollup-plugin-terser": "7.0.2", "tailwindcss": "3.0.24", @@ -84525,9 +84525,9 @@ "version": "1.2.0" }, "rollup": { - "version": "2.72.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz", - "integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==", + "version": "2.73.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.73.0.tgz", + "integrity": "sha512-h/UngC3S4Zt28mB3g0+2YCMegT5yoftnQplwzPqGZcKvlld5e+kT/QRmJiL+qxGyZKOYpgirWGdLyEO1b0dpLQ==", "requires": { "fsevents": "~2.3.2" } diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index 8450a8dff84..66172b10f56 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -50,7 +50,7 @@ "postcss": "8.4.13", "postcss-import": "14.1.0", "rimraf": "3.0.2", - "rollup": "2.72.1", + "rollup": "2.73.0", "rollup-plugin-postcss": "4.0.2", "rollup-plugin-terser": "7.0.2", "tailwindcss": "3.0.24"