From 1bfe4780d48ca69ea50618140a21ffea431e6102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 16:08:04 +0200 Subject: [PATCH] Bump rollup from 2.35.1 to 2.36.0 (#32683) Bumps [rollup](https://github.com/rollup/rollup) from 2.35.1 to 2.36.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.35.1...v2.36.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- 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 e5e94cfa10..f439e36625 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8889,9 +8889,9 @@ } }, "rollup": { - "version": "2.35.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.35.1.tgz", - "integrity": "sha512-q5KxEyWpprAIcainhVy6HfRttD9kutQpHbeqDTWnqAFNJotiojetK6uqmcydNMymBEtC4I8bCYR+J3mTMqeaUA==", + "version": "2.36.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.36.0.tgz", + "integrity": "sha512-L38QyQK77bkJy9nPyeydnHFK6xMofqumh4scTV2d4RG4EFq6pGdxnn67dVHFUDJ9J0PSEQx8zn1FiVS5TydsKg==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index 04529500ba..91937a9ab0 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.2.2", "postcss-cli": "^8.3.1", - "rollup": "^2.35.1", + "rollup": "^2.36.0", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.0.0", "sass": "^1.32.0",