From 7c412fea6bec91e58303e060d16703975f11247b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 07:08:43 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.78.0 to 2.78.1 (#432) Bumps [rollup](https://github.com/rollup/rollup) from 2.78.0 to 2.78.1. - [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.78.0...v2.78.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 4efde775..3c3529a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10420,9 +10420,9 @@ } }, "rollup": { - "version": "2.78.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.78.0.tgz", - "integrity": "sha512-4+YfbQC9QEVvKTanHhIAFVUFSRsezvQF8vFOJwtGfb9Bb+r014S+qryr9PSmw8x6sMnPkmFBGAvIFVQxvJxjtg==", + "version": "2.78.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.78.1.tgz", + "integrity": "sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index d60bd22d..625396a4 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "geckodriver": "^3.0.2", "jest": "^27.5.1", "prettier": "^2.7.1", - "rollup": "^2.78.0", + "rollup": "^2.78.1", "rollup-plugin-terser": "^7.0.2", "selenium-webdriver": "^4.4.0", "ts-jest": "^27.1.4",