From 5d13ceba53c81c784047086d56cf1651f713b94a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 04:06:20 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.23.0 to 2.41.1 in /backend Bumps [rollup](https://github.com/rollup/rollup) from 2.23.0 to 2.41.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.23.0...v2.41.1) Signed-off-by: dependabot[bot] --- backend/package-lock.json | 17 +++++++++++++---- backend/package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index dba6bd1..13873f9 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -5326,12 +5326,21 @@ } }, "rollup": { - "version": "2.23.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.23.0.tgz", - "integrity": "sha512-vLNmZFUGVwrnqNAJ/BvuLk1MtWzu4IuoqsH9UWK5AIdO3rt8/CSiJNvPvCIvfzrbNsqKbNzPAG1V2O4eTe2XZg==", + "version": "2.41.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.41.1.tgz", + "integrity": "sha512-nepLFAW5W71/MWpS2Yr7r31eS7HRfYg2RXnxb6ehqN9zY42yACxKtEfb4xq8SmNfUohAzGMcyl6jkwdLOAiUbg==", "dev": true, "requires": { - "fsevents": "~2.1.2" + "fsevents": "~2.3.1" + }, + "dependencies": { + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + } } }, "rollup-plugin-terser": { diff --git a/backend/package.json b/backend/package.json index e38eb88..241efd5 100644 --- a/backend/package.json +++ b/backend/package.json @@ -54,7 +54,7 @@ "@types/node": "^12", "jest": "^26.1.0", "jest-config": "^26.1.0", - "rollup": "^2.23.0", + "rollup": "^2.41.1", "rollup-plugin-terser": "^6.1.0", "shelljs": "^0.8.4", "ts-jest": "^26.1.3",