From e3f8cd7c7ce75ce4f7e22bd082c45deb1678846d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 10:47:35 -0500 Subject: [PATCH] chore(deps-dev): Bump rollup from 2.71.1 to 2.72.1 (#2467) Bumps [rollup](https://github.com/rollup/rollup) from 2.71.1 to 2.72.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.71.1...v2.72.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 8b0026384a..18622ca70d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "jasmine": "^4.1.0", "markdown-it": "13.0.1", "node-fetch": "^3.2.4", - "rollup": "^2.71.1", + "rollup": "^2.72.1", "rollup-plugin-license": "^2.7.0", "semantic-release": "^19.0.2", "titleize": "^3.0.0", @@ -9088,9 +9088,9 @@ } }, "node_modules/rollup": { - "version": "2.71.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.71.1.tgz", - "integrity": "sha512-lMZk3XfUBGjrrZQpvPSoXcZSfKcJ2Bgn+Z0L1MoW2V8Wh7BVM+LOBJTPo16yul2MwL59cXedzW1ruq3rCjSRgw==", + "version": "2.72.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz", + "integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -16797,9 +16797,9 @@ } }, "rollup": { - "version": "2.71.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.71.1.tgz", - "integrity": "sha512-lMZk3XfUBGjrrZQpvPSoXcZSfKcJ2Bgn+Z0L1MoW2V8Wh7BVM+LOBJTPo16yul2MwL59cXedzW1ruq3rCjSRgw==", + "version": "2.72.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz", + "integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 260d30204e..94b822a162 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "jasmine": "^4.1.0", "markdown-it": "13.0.1", "node-fetch": "^3.2.4", - "rollup": "^2.71.1", + "rollup": "^2.72.1", "rollup-plugin-license": "^2.7.0", "semantic-release": "^19.0.2", "titleize": "^3.0.0",