chore(deps-dev): Bump rollup from 2.42.2 to 2.43.1 (#1992)

Bumps [rollup](https://github.com/rollup/rollup) from 2.42.2 to 2.43.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.42.2...v2.43.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-03-29 10:15:42 -05:00 committed by GitHub
parent 3581317308
commit 431a866b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -8951,9 +8951,9 @@
} }
}, },
"rollup": { "rollup": {
"version": "2.42.2", "version": "2.43.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.42.2.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.43.1.tgz",
"integrity": "sha512-o34Ar4rf01ky4EV1RFlTPd+tXICDz13a2o1PARLPFBxighJoPsxvliJTrULqjmIVpZP+JPm499ZPkvnPzRxUYA==", "integrity": "sha512-kvRE6VJbiv4d8m2nGeccc3qRpzOMghAhu2KeITjyZVCjneIFLPQ3zm2Wmqnl0LcUg3FvDaV0MfKnG4NCMbiSfw==",
"dev": true, "dev": true,
"requires": { "requires": {
"fsevents": "~2.3.1" "fsevents": "~2.3.1"

View File

@ -55,7 +55,7 @@
"jasmine": "^3.7.0", "jasmine": "^3.7.0",
"markdown-it": "12.0.4", "markdown-it": "12.0.4",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"rollup": "^2.42.2", "rollup": "^2.43.1",
"rollup-plugin-license": "^2.3.0", "rollup-plugin-license": "^2.3.0",
"semantic-release": "^17.4.2", "semantic-release": "^17.4.2",
"titleize": "^2.1.0", "titleize": "^2.1.0",