From 7cc97a15cfc1ae72ba1b341bbcdc02f910bad383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 09:18:57 +0000 Subject: [PATCH] Bump rollup from 2.59.0 to 2.75.7 Bumps [rollup](https://github.com/rollup/rollup) from 2.59.0 to 2.75.7. - [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.59.0...v2.75.7) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 562749195897..7ce336335a2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.3.11", "postcss-cli": "^9.0.2", - "rollup": "^2.59.0", + "rollup": "^2.75.7", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.5.0", "sass": "^1.43.4", @@ -10794,9 +10794,9 @@ } }, "node_modules/rollup": { - "version": "2.59.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.59.0.tgz", - "integrity": "sha512-l7s90JQhCQ6JyZjKgo7Lq1dKh2RxatOM+Jr6a9F7WbS9WgKbocyUSeLmZl8evAse7y96Ae98L2k1cBOwWD8nHw==", + "version": "2.75.7", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.7.tgz", + "integrity": "sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -21086,9 +21086,9 @@ } }, "rollup": { - "version": "2.59.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.59.0.tgz", - "integrity": "sha512-l7s90JQhCQ6JyZjKgo7Lq1dKh2RxatOM+Jr6a9F7WbS9WgKbocyUSeLmZl8evAse7y96Ae98L2k1cBOwWD8nHw==", + "version": "2.75.7", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.7.tgz", + "integrity": "sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 8ebf4bbbce52..640af043169e 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.3.11", "postcss-cli": "^9.0.2", - "rollup": "^2.59.0", + "rollup": "^2.75.7", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.5.0", "sass": "^1.43.4",