Bump rollup from 2.56.2 to 2.56.3 in /admin

Bumps [rollup](https://github.com/rollup/rollup) from 2.56.2 to 2.56.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.56.2...v2.56.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-23 17:00:58 +00:00 committed by Giuseppe Criscione
parent 2aa401548b
commit c3c836ec5c
2 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@
"@rollup/plugin-node-resolve": "^13.0.4",
"eslint": "^7.32.0",
"onchange": "^7.0.2",
"rollup": "^2.56.2",
"rollup": "^2.56.3",
"sass": "^1.38.0",
"stylelint": "^13.13.1",
"stylelint-config-idiomatic-order": "^8.1.0",
@ -3264,9 +3264,9 @@
}
},
"node_modules/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,
"bin": {
"rollup": "dist/bin/rollup"
@ -6591,9 +6591,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

@ -29,7 +29,7 @@
"@rollup/plugin-node-resolve": "^13.0.4",
"eslint": "^7.32.0",
"onchange": "^7.0.2",
"rollup": "^2.56.2",
"rollup": "^2.56.3",
"sass": "^1.38.0",
"stylelint": "^13.13.1",
"stylelint-config-idiomatic-order": "^8.1.0",