From c41e6d55d222172cf2f7fa42107d6062a1e53a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 20:07:57 +0000 Subject: [PATCH] Bump rollup from 2.40.0 to 2.53.0 in /Gatekeeper.Client Bumps [rollup](https://github.com/rollup/rollup) from 2.40.0 to 2.53.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.40.0...v2.53.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gatekeeper.Client/package-lock.json | 8 ++++---- Gatekeeper.Client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gatekeeper.Client/package-lock.json b/Gatekeeper.Client/package-lock.json index 93dbbb7..35915a3 100644 --- a/Gatekeeper.Client/package-lock.json +++ b/Gatekeeper.Client/package-lock.json @@ -4729,12 +4729,12 @@ } }, "rollup": { - "version": "2.40.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.40.0.tgz", - "integrity": "sha512-WiOGAPbXoHu+TOz6hyYUxIksOwsY/21TRWoO593jgYt8mvYafYqQl+axaA8y1z2HFazNUUrsMSjahV2A6/2R9A==", + "version": "2.53.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.0.tgz", + "integrity": "sha512-spgrY78Toh+m0+zaOoeaayJKuzFuWy6o1PdFIBMVwRcuxT0xCOX9A5rChyKe+2ruL4lePKWUMImS4mMW1QAkmQ==", "dev": true, "requires": { - "fsevents": "~2.3.1" + "fsevents": "~2.3.2" }, "dependencies": { "fsevents": { diff --git a/Gatekeeper.Client/package.json b/Gatekeeper.Client/package.json index de83326..2728047 100644 --- a/Gatekeeper.Client/package.json +++ b/Gatekeeper.Client/package.json @@ -11,7 +11,7 @@ "dart-sass": "^1.25.0", "gulp": "^4.0.2", "gulp-sass": "^4.1.0", - "rollup": "^2.40.0", + "rollup": "^2.53.0", "rollup-plugin-terser": "^7.0.2", "stylelint": "^13.11.0", "stylelint-config-standard": "^20.0.0"