From b00b9496ef44f3a87c1eca46d8c89531ab22fc28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 11:12:29 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.51.0 to 2.52.2 (#215) Bumps [rollup](https://github.com/rollup/rollup) from 2.51.0 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.0...v2.52.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 040278a..4624382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10835,12 +10835,12 @@ } }, "rollup": { - "version": "2.51.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.51.0.tgz", - "integrity": "sha512-ITLt9sScNCBVspSHauw/W49lEZ0vjN8LyCzSNsNaqT67vTss2lYEfOyxltX8hjrhr1l/rQwmZ2wazzEqhZ/fUg==", + "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" }, "dependencies": { "fsevents": { diff --git a/package.json b/package.json index e56f4d7..54a9e91 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "geckodriver": "^2.0.0", "jest": "^26.6.3", "prettier": "^2.2.1", - "rollup": "^2.51.0", + "rollup": "^2.52.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-terser": "^7.0.2",