From c80f664c3aa1e88acc67cfcf3b8a6e5c1384f7cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 15:01:49 +0000 Subject: [PATCH] chore(deps-dev): Bump rollup from 2.51.2 to 2.52.2 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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3a54e4ee1..f3a79f6be9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7757,12 +7757,12 @@ } }, "rollup": { - "version": "2.51.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.51.2.tgz", - "integrity": "sha512-ReV2eGEadA7hmXSzjxdDKs10neqH2QURf2RxJ6ayAlq93ugy6qIvXMmbc5cWMGCDh1h5T4thuWO1e2VNbMq8FA==", + "version": "2.52.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.2.tgz", + "integrity": "sha512-4RlFC3k2BIHlUsJ9mGd8OO+9Lm2eDF5P7+6DNQOp5sx+7N/1tFM01kELfbxlMX3MxT6owvLB1ln4S3QvvQlbUA==", "dev": true, "requires": { - "fsevents": "~2.3.1" + "fsevents": "~2.3.2" } }, "rollup-plugin-license": { diff --git a/package.json b/package.json index 712c7d6ff6..8eddfa8e8c 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "jasmine": "^3.7.0", "markdown-it": "12.0.6", "node-fetch": "^2.6.1", - "rollup": "^2.51.2", + "rollup": "^2.52.2", "rollup-plugin-license": "^2.5.0", "semantic-release": "^17.4.3", "titleize": "^2.1.0",