chore(deps-dev): bump rollup from 2.72.0 to 2.72.1 (#4450)

Bumps [rollup](https://github.com/rollup/rollup) from 2.72.0 to 2.72.1.
- [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.72.0...v2.72.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/4456/head
dependabot[bot] 2022-05-11 19:32:58 +02:00 committed by GitHub
parent 9cb901ead9
commit a55ded687e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -93,7 +93,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.13",
"postcss-cli": "^9.1.0",
"rollup": "^2.72.0",
"rollup": "^2.72.1",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.4",
"terser": "^5.13.1",
@ -12107,9 +12107,9 @@
}
},
"node_modules/rollup": {
"version": "2.72.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.0.tgz",
"integrity": "sha512-KqtR2YcO35/KKijg4nx4STO3569aqCUeGRkKWnJ6r+AvBBrVY9L4pmf4NHVrQr4mTOq6msbohflxr2kpihhaOA==",
"version": "2.72.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz",
"integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@ -24471,9 +24471,9 @@
}
},
"rollup": {
"version": "2.72.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.0.tgz",
"integrity": "sha512-KqtR2YcO35/KKijg4nx4STO3569aqCUeGRkKWnJ6r+AvBBrVY9L4pmf4NHVrQr4mTOq6msbohflxr2kpihhaOA==",
"version": "2.72.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz",
"integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

View File

@ -147,7 +147,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.13",
"postcss-cli": "^9.1.0",
"rollup": "^2.72.0",
"rollup": "^2.72.1",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.4",
"terser": "^5.13.1",