From 65b314fb99e1297cbf97c7aa65ed4c28b3223a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 09:15:33 +0000 Subject: [PATCH] Bump rollup from 2.59.0 to 2.78.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.59.0 to 2.78.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.59.0...v2.78.1) --- 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..7550caf4ec30 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.78.1", "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.78.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.78.1.tgz", + "integrity": "sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==", "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.78.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.78.1.tgz", + "integrity": "sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 8ebf4bbbce52..9cbee53ae8f9 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.78.1", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.5.0", "sass": "^1.43.4",