From 4252e8e6d21168411a7b7710970176f89918a39c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 09:46:39 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 3.9.1 to 3.10.0 (#646) Bumps [rollup](https://github.com/rollup/rollup) from 3.9.1 to 3.10.0. - [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/v3.9.1...v3.10.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/demo-pwa/package.json | 2 +- uniquely/flight-finder-pwa/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/demo-pwa/package.json b/ui/demo-pwa/package.json index 767382c72..40df7d81a 100644 --- a/ui/demo-pwa/package.json +++ b/ui/demo-pwa/package.json @@ -50,7 +50,7 @@ "lit-analyzer": "^1.2.1", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", - "rollup": "^3.9.1", + "rollup": "^3.10.0", "rollup-plugin-minify-html-literals": "^1.2.6", "rollup-plugin-summary": "^2.0.0", "rollup-plugin-workbox": "^6.2.0", diff --git a/uniquely/flight-finder-pwa/package.json b/uniquely/flight-finder-pwa/package.json index 70904fee2..7fe3399d3 100644 --- a/uniquely/flight-finder-pwa/package.json +++ b/uniquely/flight-finder-pwa/package.json @@ -53,7 +53,7 @@ "lit-analyzer": "^1.2.1", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", - "rollup": "^3.9.1", + "rollup": "^3.10.0", "rollup-plugin-minify-html-literals": "^1.2.6", "rollup-plugin-summary": "^2.0.0", "rollup-plugin-workbox": "^6.2.0", diff --git a/yarn.lock b/yarn.lock index 1ca0a0b0b..e3693490b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7904,10 +7904,10 @@ rollup@^2.43.1, rollup@^2.67.0: optionalDependencies: fsevents "~2.3.2" -rollup@^3.9.1: - version "3.9.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.9.1.tgz#27501d3d026418765fe379d5620d25954ff2a011" - integrity sha512-GswCYHXftN8ZKGVgQhTFUJB/NBXxrRGgO2NCy6E8s1rwEJ4Q9/VttNqcYfEvx4dTo4j58YqdC3OVztPzlKSX8w== +rollup@^3.10.0: + version "3.10.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.10.0.tgz#6eb19196d8b3b375ca651cb78261faac48e24cd6" + integrity sha512-JmRYz44NjC1MjVF2VKxc0M1a97vn+cDxeqWmnwyAF4FvpjK8YFdHpaqvQB+3IxCvX05vJxKZkoMDU8TShhmJVA== optionalDependencies: fsevents "~2.3.2"