From 996269bc77dd4d02ef05f5f1d22e929242bc4624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 11:07:15 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.70.1 to 2.70.2 (#497) Bumps [rollup](https://github.com/rollup/rollup) from 2.70.1 to 2.70.2. - [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.70.1...v2.70.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... 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 527137e..4bb1f72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10763,9 +10763,9 @@ } }, "rollup": { - "version": "2.70.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.70.1.tgz", - "integrity": "sha512-CRYsI5EuzLbXdxC6RnYhOuRdtz4bhejPMSWjsFLfVM/7w/85n2szZv6yExqUXsBdz5KT8eoubeyDUDjhLHEslA==", + "version": "2.70.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.70.2.tgz", + "integrity": "sha512-EitogNZnfku65I1DD5Mxe8JYRUCy0hkK5X84IlDtUs+O6JRMpRciXTzyCUuX11b5L5pvjH+OmFXiQ3XjabcXgg==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index cad9e09..eae46be 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "geckodriver": "^3.0.1", "jest": "^26.6.3", "prettier": "^2.6.2", - "rollup": "^2.70.1", + "rollup": "^2.70.2", "rollup-plugin-terser": "^7.0.2", "selenium-webdriver": "^4.1.1", "ts-jest": "^26.5.6",