From 003785f5c6cb2c71b09f8588ea1a9b4deca4bdc0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 05:04:23 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.33.3 to 2.34.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.33.3 to 2.34.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.33.3...v2.34.0) Signed-off-by: dependabot-preview[bot] --- 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 2e7c9145..8478c857 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7476,9 +7476,9 @@ } }, "rollup": { - "version": "2.33.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.33.3.tgz", - "integrity": "sha512-RpayhPTe4Gu/uFGCmk7Gp5Z9Qic2VsqZ040G+KZZvsZYdcuWaJg678JeDJJvJeEQXminu24a2au+y92CUWVd+w==", + "version": "2.34.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.34.0.tgz", + "integrity": "sha512-dW5iLvttZzdVehjEuNJ1bWvuMEJjOWGmnuFS82WeKHTGXDkRHQeq/ExdifkSyJv9dLcR86ysKRmrIDyR6O0X8g==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index e58f9fc1..47ae31c9 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "prop-types": "^15.7.2", "react": "^17.0.1", "release-it": "^14.2.1", - "rollup": "^2.33.3", + "rollup": "^2.34.0", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-postcss": "^3.1.8", "rollup-plugin-typescript2": "^0.29.0",