From 9493f9cbc3a639aae2cd2eafa3ae5901a56ad991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 12:06:36 +0000 Subject: [PATCH] Update rollup requirement from ^2.67 to ^2.70 Updates the requirements on [rollup](https://github.com/rollup/rollup) to permit the latest version. - [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.67.0...v2.70.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00df843..392ea97 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "jest": "^27.5", "lodash-es": "^4.17", "qs": "^6.10", - "rollup": "^2.67", + "rollup": "^2.70", "rollup-plugin-terser": "^7.0", "sweetalert2": "^11.4", "tslib": "^2.2",