Bump rollup from 2.21.0 to 2.23.0 (#2932)

Bumps [rollup](https://github.com/rollup/rollup) from 2.21.0 to 2.23.0.
- [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.21.0...v2.23.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/2938/head
dependabot[bot] 2020-07-28 16:35:41 +03:00 committed by GitHub
parent c33f7a89c2
commit f30cc78d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 13 deletions

15
package-lock.json generated
View File

@ -8905,21 +8905,12 @@
} }
}, },
"rollup": { "rollup": {
"version": "2.21.0", "version": "2.23.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.21.0.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.23.0.tgz",
"integrity": "sha512-BEGgy+wSzux7Ycq58pRiWEOBZaXRXTuvzl1gsm7gqmsAHxkWf9nyA5V2LN9fGSHhhDQd0/C13iRzSh4bbIpWZQ==", "integrity": "sha512-vLNmZFUGVwrnqNAJ/BvuLk1MtWzu4IuoqsH9UWK5AIdO3rt8/CSiJNvPvCIvfzrbNsqKbNzPAG1V2O4eTe2XZg==",
"dev": true, "dev": true,
"requires": { "requires": {
"fsevents": "~2.1.2" "fsevents": "~2.1.2"
},
"dependencies": {
"fsevents": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
"integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
"dev": true,
"optional": true
}
} }
}, },
"run-parallel": { "run-parallel": {

View File

@ -148,7 +148,7 @@
"nodemon": "^2.0.4", "nodemon": "^2.0.4",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss-cli": "^7.1.1", "postcss-cli": "^7.1.1",
"rollup": "^2.21.0", "rollup": "^2.23.0",
"stylelint": "^13.6.1", "stylelint": "^13.6.1",
"stylelint-config-twbs-bootstrap": "^2.0.3", "stylelint-config-twbs-bootstrap": "^2.0.3",
"terser": "^4.8.0", "terser": "^4.8.0",