From 0d1478b6293377698617c5076160d3ef096d7af6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 04:29:02 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.70.2 to 2.71.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.70.2 to 2.71.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.70.2...v2.71.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 abb64d81c..a21ce2003 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4988,9 +4988,9 @@ } }, "rollup": { - "version": "2.70.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.70.2.tgz", - "integrity": "sha512-EitogNZnfku65I1DD5Mxe8JYRUCy0hkK5X84IlDtUs+O6JRMpRciXTzyCUuX11b5L5pvjH+OmFXiQ3XjabcXgg==", + "version": "2.71.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.71.1.tgz", + "integrity": "sha512-lMZk3XfUBGjrrZQpvPSoXcZSfKcJ2Bgn+Z0L1MoW2V8Wh7BVM+LOBJTPo16yul2MwL59cXedzW1ruq3rCjSRgw==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index a369232e1..40d7fe748 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-prettier": "^4.0.0", "jest": "^27.5.1", "prettier": "^2.6.2", - "rollup": "^2.70.2", + "rollup": "^2.71.1", "ts-jest": "^27.1.4", "typedoc": "^0.22.15", "typescript": "^4.6.3"