From 4814d57a16f240e5fad45d3cf7c2968131998748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 08:01:17 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 3.10.0 to 3.10.1 (#1053) Bumps [rollup](https://github.com/rollup/rollup) from 3.10.0 to 3.10.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/v3.10.0...v3.10.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d2d5048e..34a2afb0 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "jest-environment-jsdom": "^29.3.1", "patch-package": "^6.5.0", "postinstall-postinstall": "^2.1.0", - "rollup": "3.10.0", + "rollup": "3.10.1", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-ts": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index 0e6be2cb..1efd0cd0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7221,10 +7221,10 @@ rollup-plugin-ts@^3.0.2: ts-clone-node "^2.0.4" tslib "^2.4.1" -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== +rollup@3.10.1: + version "3.10.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.10.1.tgz#56278901ed11fc2898421e8e3e2c8155bc7b40b4" + integrity sha512-3Er+yel3bZbZX1g2kjVM+FW+RUWDxbG87fcqFM5/9HbPCTpbVp6JOLn7jlxnNlbu7s/N/uDA4EV/91E2gWnxzw== optionalDependencies: fsevents "~2.3.2"