From 7e05d950078b2f70000c08d3334bd6c88db0bd7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 04:22:00 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.58.1 to 2.58.3 (#115) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f92cc649..57297791 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4228,9 +4228,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" diff --git a/package.json b/package.json index 2b22092a..d0901711 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-plugin-prettier": "^4.0.0", "jest": "^27.3.1", "prettier": "^2.4.1", - "rollup": "^2.58.1", + "rollup": "^2.58.3", "rollup-plugin-typescript2": "^0.30.0", "ts-jest": "^27.0.7", "typedoc": "^0.22.7",