From a1f9870e60349bb97e30d3a73db37e262971e6e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 06:03:21 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 2.58.1 to 2.58.3 Bumps [rollup](https://github.com/rollup/rollup) from 2.58.1 to 2.58.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.58.1...v2.58.3) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b208bf9..fbf7147e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8729,9 +8729,9 @@ } }, "rollup": { - "version": "2.58.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.58.1.tgz", - "integrity": "sha512-dNhchlN/3k3EKtyPXWdEEI7wiPQ07WInzsklWFm/6dUZspF63nj0O1A9PTsMxbmtQziwnOOl5oR+BgWNjTEYLA==", + "version": "2.58.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.58.3.tgz", + "integrity": "sha512-ei27MSw1KhRur4p87Q0/Va2NAYqMXOX++FNEumMBcdreIRLURKy+cE2wcDJKBn0nfmhP2ZGrJkP1XPO+G8FJQw==", "dev": true, "requires": { "fsevents": "~2.3.2"