From 988a4604ee3b31f4df7518a768387897e9910b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 04:04:06 +0000 Subject: [PATCH] Bump rollup from 2.78.1 to 3.7.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.78.1 to 3.7.0. - [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.78.1...v3.7.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-major ... 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 80d15dd8..ae059817 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9905,9 +9905,9 @@ } }, "rollup": { - "version": "2.78.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.78.1.tgz", - "integrity": "sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.7.0.tgz", + "integrity": "sha512-FIJe0msW9P7L9BTfvaJyvn1U1BVCNTL3w8O+PKIrCyiMLg+rIUGb4MbcgVZ10Lnm1uWXOTOWRNARjfXC1+M12Q==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 3bcfb2ae..ee8bdd71 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@typescript-eslint/parser": "^4.33.0", "eslint": "^7.4.0", "jest": "^24.9.0", - "rollup": "^2.52.3", + "rollup": "^3.7.0", "rollup-plugin-strip-code": "^0.2.7", "rollup-plugin-typescript": "^1.0.1", "rollup-plugin-uglify": "^6.0.4",