diff --git a/package-lock.json b/package-lock.json index 59c4f913..d31bed18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7104,9 +7104,9 @@ } }, "rollup": { - "version": "1.24.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.24.0.tgz", - "integrity": "sha512-PiFETY/rPwodQ8TTC52Nz2DSCYUATznGh/ChnxActCr8rV5FIk3afBUb3uxNritQW/Jpbdn3kq1Rwh1HHYMwdQ==", + "version": "1.25.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.25.1.tgz", + "integrity": "sha512-K8ytdEzMa6anHSnfTIs2BLB+NXlQ4qmWwdNHBpYQNWCbZAzj+DRVk7+ssbLSgddwpFW1nThr2GElR+jASF2NPA==", "dev": true, "requires": { "@types/estree": "*", diff --git a/package.json b/package.json index 5c18e208..8c193638 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "postcss-nested": "^4.1.2", "prop-types": "^15.7.2", "react": "^16.10.2", - "rollup": "^1.24.0", + "rollup": "^1.25.1", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-commonjs": "^10.1.0",