From e89cb952e2483fe59f66c809f127b39acc38d5df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 06:57:54 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.79.1 to 3.25.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 3.25.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.79.1...v3.25.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7babf524..830eea9e 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "npm-run-all": "^4.1.5", "polymer-cli": "^1.9.11", "polyserve": "^0.27.15", - "rollup": "^2.79.1", + "rollup": "^3.25.1", "stylelint": "^13.12.0", "typescript": "^4.9.4", "uglify-es": "^3.3.9", diff --git a/yarn.lock b/yarn.lock index 0f8d347e..4ab1b0e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10779,10 +10779,10 @@ rollup@^1.3.0: "@types/node" "*" acorn "^7.1.0" -rollup@^2.79.1: - version "2.79.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7" - integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw== +rollup@^3.25.1: + version "3.25.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.25.1.tgz#9fff79d22ff1a904b2b595a2fb9bc3793cb987d8" + integrity sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ== optionalDependencies: fsevents "~2.3.2"