From 495c133193279201daf01089b6b910e8d3e3bfd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 05:33:42 +0000 Subject: [PATCH] Bump rollup from 2.61.1 to 2.62.0 --- .github/workflows/test.yml | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d942d779..4e452ed6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,7 +89,7 @@ jobs: github.event_name == 'push' || (github.event_name == 'pull_request' && ( github.actor == github.repository_owner || - !(github.actor == 'dependabot[bot]' && ((contains(github.head_ref, 'types/') || contains(github.head_ref, 'eslint') || contains(github.head_ref, 'find-unused-exports') || contains(github.head_ref, 'concurrently'))))) + (github.actor == 'dependabot[bot]' && !((contains(github.head_ref, 'types/') || contains(github.head_ref, 'eslint') || contains(github.head_ref, 'find-unused-exports') || contains(github.head_ref, 'concurrently'))))) ) steps: - if: github.event_name != 'pull_request_target' diff --git a/package.json b/package.json index 636698bc..c7189401 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "nightwatch-saucelabs-endsauce": "^1.0.5", "nyc": "^15.1.0", "power-assert": "^1.4.2", - "rollup": "^2.61.1", + "rollup": "^2.62.0", "rollup-plugin-cleanup": "^3.2.1", "source-map-support": "^0.5.21" }, diff --git a/yarn.lock b/yarn.lock index ff2bf5db..16fcdd5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4620,10 +4620,10 @@ rollup-pluginutils@^2.8.2: dependencies: estree-walker "^0.6.1" -rollup@^2.61.1: - version "2.61.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.61.1.tgz#1a5491f84543cf9e4caf6c61222d9a3f8f2ba454" - integrity sha512-BbTXlEvB8d+XFbK/7E5doIcRtxWPRiqr0eb5vQ0+2paMM04Ye4PZY5nHOQef2ix24l/L0SpLd5hwcH15QHPdvA== +rollup@^2.62.0: + version "2.62.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.62.0.tgz#9e640b419fc5b9e0241844f6d55258bd79986ecc" + integrity sha512-cJEQq2gwB0GWMD3rYImefQTSjrPYaC6s4J9pYqnstVLJ1CHa/aZNVkD4Epuvg4iLeMA4KRiq7UM7awKK6j7jcw== optionalDependencies: fsevents "~2.3.2"