From 3b035bcbd53b7577a03e95df964784c41231a6a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 11:07:44 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.67.2 to 2.67.3 (#454) Bumps [rollup](https://github.com/rollup/rollup) from 2.67.2 to 2.67.3. - [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.67.2...v2.67.3) --- 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 ba509d9..cdd2043 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10771,9 +10771,9 @@ } }, "rollup": { - "version": "2.67.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.67.2.tgz", - "integrity": "sha512-hoEiBWwZtf1QdK3jZIq59L0FJj4Fiv4RplCO4pvCRC86qsoFurWB4hKQIjoRf3WvJmk5UZ9b0y5ton+62fC7Tw==", + "version": "2.67.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.67.3.tgz", + "integrity": "sha512-G/x1vUwbGtP6O5ZM8/sWr8+p7YfZhI18pPqMRtMYMWSbHjKZ/ajHGiM+GWNTlWyOR0EHIdT8LHU+Z4ciIZ1oBw==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 3fe2801..1db65c7 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "geckodriver": "^3.0.1", "jest": "^26.6.3", "prettier": "^2.5.1", - "rollup": "^2.67.2", + "rollup": "^2.67.3", "rollup-plugin-terser": "^7.0.2", "selenium-webdriver": "^4.1.1", "ts-jest": "^26.5.6",