From 4702d7b670a08feb0c3fc0c8788f75b64602a11f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 07:38:33 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 2.39.1 to 2.41.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.39.1 to 2.41.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.39.1...v2.41.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ce99f41e..abe123ce 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "jest": "26", "jest-transform-svelte": "^2.1.1", "lint-staged": "^10.5.4", - "rollup": "^2.39.1", + "rollup": "^2.41.0", "rollup-plugin-svelte": "^7.1.0", "standard-version": "^9.1.1", "svelte": "^3.34.0", diff --git a/yarn.lock b/yarn.lock index d38e5db6..7223c4f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11275,10 +11275,10 @@ rollup-pluginutils@^2.8.2: dependencies: estree-walker "^0.6.1" -rollup@^2.39.1: - version "2.39.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.39.1.tgz#7afd4cefd8a332c5102a8063d301fde1f31a9173" - integrity sha512-9rfr0Z6j+vE+eayfNVFr1KZ+k+jiUl2+0e4quZafy1x6SFCjzFspfRSO2ZZQeWeX9noeDTUDgg6eCENiEPFvQg== +rollup@^2.41.0: + version "2.41.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.41.0.tgz#b2a398bbabbf227738dedaef099e494aed468982" + integrity sha512-Gk76XHTggulWPH95q8V62bw6uqDH6UGvbD6LOa3QUyhuMF3eOuaeDHR7SLm1T9faitkpNrqzUAVYx47klcMnlA== optionalDependencies: fsevents "~2.3.1"