From 995e01335bcc5498e3683f5ba106c3cbe9ea1209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 15:27:58 -0600 Subject: [PATCH] chore(deps-dev): bump rollup from 2.26.11 to 2.29.0 (#4) Bumps [rollup](https://github.com/rollup/rollup) from 2.26.11 to 2.29.0. - [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.26.11...v2.29.0) 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 59a2e02..56f6543 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8615,9 +8615,9 @@ } }, "rollup": { - "version": "2.26.11", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.26.11.tgz", - "integrity": "sha512-xyfxxhsE6hW57xhfL1I+ixH8l2bdoIMaAecdQiWF3N7IgJEMu99JG+daBiSZQjnBpzFxa0/xZm+3pbCdAQehHw==", + "version": "2.29.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.29.0.tgz", + "integrity": "sha512-gtU0sjxMpsVlpuAf4QXienPmUAhd6Kc7owQ4f5lypoxBW18fw2UNYZ4NssLGsri6WhUZkE/Ts3EMRebN+gNLiQ==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index c8f10fd..946d6c9 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "geckodriver": "^1.20.0", "jest": "^26.4.2", "prettier": "^2.1.1", - "rollup": "^2.26.11", + "rollup": "^2.29.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-terser": "^7.0.2",