From 360702a478cb6af3b32ae060be819e33efa6c7cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 05:46:57 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.49.0 to 2.50.5 (#195) Bumps [rollup](https://github.com/rollup/rollup) from 2.49.0 to 2.50.5. - [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.49.0...v2.50.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 261dfa1..e0a6c04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10793,9 +10793,9 @@ } }, "rollup": { - "version": "2.49.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.49.0.tgz", - "integrity": "sha512-UnrCjMXICx9q0jF8L7OYs7LPk95dW0U5UYp/VANnWqfuhyr66FWi/YVlI34Oy8Tp4ZGLcaUDt4APJm80b9oPWQ==", + "version": "2.50.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.50.5.tgz", + "integrity": "sha512-Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ==", "dev": true, "requires": { "fsevents": "~2.3.1" diff --git a/package.json b/package.json index f0b7007..463dfe8 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.49.0", + "rollup": "^2.50.5", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-terser": "^7.0.2",