chore(deps): update dependency rollup to v2.56.3

This commit is contained in:
Renovate Bot
2021-08-23 09:04:39 +00:00
committed by renovate[bot]
parent 70be4b53c4
commit d2af4c69d2
2 changed files with 4 additions and 4 deletions

View File

@ -15517,9 +15517,9 @@
}
},
"rollup": {
"version": "2.56.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.56.2.tgz",
"integrity": "sha512-s8H00ZsRi29M2/lGdm1u8DJpJ9ML8SUOpVVBd33XNeEeL3NVaTiUcSBHzBdF3eAyR0l7VSpsuoVUGrRHq7aPwQ==",
"version": "2.56.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.56.3.tgz",
"integrity": "sha512-Au92NuznFklgQCUcV96iXlxUbHuB1vQMaH76DHl5M11TotjOHwqk9CwcrT78+Tnv4FN9uTBxq6p4EJoYkpyekg==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

View File

@ -42,7 +42,7 @@
"postcss-import": "14.0.2",
"tailwindcss": "2.2.7",
"rimraf": "3.0.2",
"rollup": "2.56.2",
"rollup": "2.56.3",
"rollup-plugin-postcss": "4.0.1",
"rollup-plugin-terser": "7.0.2"
},