From 71dbc2475ffafbac3af92673c47983d49a76cb42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 04:10:56 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 2.63.0 to 2.79.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.63.0 to 2.79.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/v2.63.0...v2.79.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... 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 0cfafca3c..d38a3d47d 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "puppeteer": "13.0.1", "qs": "6.10.2", "rimraf": "^3.0.2", - "rollup": "2.63.0", + "rollup": "2.79.0", "rollup-plugin-node-externals": "3.1.2", "rollup-plugin-terser": "7.0.2", "ts-node": "10.4.0", diff --git a/yarn.lock b/yarn.lock index feb3c4bdd..575a2fd77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4323,10 +4323,10 @@ rollup-plugin-terser@7.0.2: serialize-javascript "^4.0.0" terser "^5.0.0" -rollup@2.63.0: - version "2.63.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.63.0.tgz#fe2f7fec2133f3fab9e022b9ac245628d817c6bb" - integrity sha512-nps0idjmD+NXl6OREfyYXMn/dar3WGcyKn+KBzPdaLecub3x/LrId0wUcthcr8oZUAcZAR8NKcfGGFlNgGL1kQ== +rollup@2.79.0: + version "2.79.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.0.tgz#9177992c9f09eb58c5e56cbfa641607a12b57ce2" + integrity sha512-x4KsrCgwQ7ZJPcFA/SUu6QVcYlO7uRLfLAy0DSA4NS2eG8japdbpM50ToH7z4iObodRYOJ0soneF0iaQRJ6zhA== optionalDependencies: fsevents "~2.3.2"