From 1de3ff506d3485d4df398cad4ffd184556be3e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 08:20:43 +0100 Subject: [PATCH] chore(deps-dev): bump rollup from 2.34.0 to 2.34.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.34.0 to 2.34.1.
Release notes

Sourced from rollup's releases.

v2.34.1

2020-12-03

Bug Fixes

Pull Requests

Changelog

Sourced from rollup's changelog.

2.34.1

2020-12-03

Bug Fixes

Pull Requests

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=2.34.0&new-version=2.34.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- 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 ea1e8cedc..ac9e88db8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7591,9 +7591,9 @@ } }, "rollup": { - "version": "2.34.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.34.0.tgz", - "integrity": "sha512-dW5iLvttZzdVehjEuNJ1bWvuMEJjOWGmnuFS82WeKHTGXDkRHQeq/ExdifkSyJv9dLcR86ysKRmrIDyR6O0X8g==", + "version": "2.34.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.34.1.tgz", + "integrity": "sha512-tGveB6NU5x4MS/iXaIsjfUkEv4hxzJJ4o0FRy5LO62Ndx3R2cmE1qsLYlSfRkvHUUPqWiFoxEm8pRftzh1a5HA==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index 7d006b701..b9ecd1ffe 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "jest": "^26.6.3", "jest-junit": "^12.0.0", "prettier": "^2.2.1", - "rollup": "^2.34.0", + "rollup": "^2.34.1", "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.14", "standard-version": "^9.0.0", "ts-jest": "^26.4.4",