chore(deps-dev): Bump rollup from 2.51.2 to 2.52.2 (#2116)

Bumps [rollup](https://github.com/rollup/rollup) from 2.51.2 to 2.52.2.
- [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.51.2...v2.52.2)

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

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-06-21 11:12:48 -05:00 committed by GitHub
parent 8321e89472
commit b611bb1594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -7729,12 +7729,12 @@
} }
}, },
"rollup": { "rollup": {
"version": "2.51.2", "version": "2.52.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.51.2.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.2.tgz",
"integrity": "sha512-ReV2eGEadA7hmXSzjxdDKs10neqH2QURf2RxJ6ayAlq93ugy6qIvXMmbc5cWMGCDh1h5T4thuWO1e2VNbMq8FA==", "integrity": "sha512-4RlFC3k2BIHlUsJ9mGd8OO+9Lm2eDF5P7+6DNQOp5sx+7N/1tFM01kELfbxlMX3MxT6owvLB1ln4S3QvvQlbUA==",
"dev": true, "dev": true,
"requires": { "requires": {
"fsevents": "~2.3.1" "fsevents": "~2.3.2"
} }
}, },
"rollup-plugin-license": { "rollup-plugin-license": {

View File

@ -55,7 +55,7 @@
"jasmine": "^3.7.0", "jasmine": "^3.7.0",
"markdown-it": "12.0.6", "markdown-it": "12.0.6",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"rollup": "^2.51.2", "rollup": "^2.52.2",
"rollup-plugin-license": "^2.5.0", "rollup-plugin-license": "^2.5.0",
"semantic-release": "^17.4.4", "semantic-release": "^17.4.4",
"titleize": "^2.1.0", "titleize": "^2.1.0",