From 9f4ac0bcadab267ecd8e2f60eda350e0e548263a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 22:14:29 +0200 Subject: [PATCH] chore(deps-dev): bump rollup from 2.72.1 to 2.75.7 (#4523) Bumps [rollup](https://github.com/rollup/rollup) from 2.72.1 to 2.75.7. - [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.72.1...v2.75.7) --- 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 297ea3d9f..48c2b08cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -92,7 +92,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.14", "postcss-cli": "^9.1.0", - "rollup": "^2.72.1", + "rollup": "^2.75.7", "stylelint": "^13.13.1", "stylelint-config-twbs-bootstrap": "^2.2.4", "terser": "^5.13.1", @@ -12091,9 +12091,9 @@ } }, "node_modules/rollup": { - "version": "2.72.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz", - "integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==", + "version": "2.75.7", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.7.tgz", + "integrity": "sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -24473,9 +24473,9 @@ } }, "rollup": { - "version": "2.72.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz", - "integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==", + "version": "2.75.7", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.7.tgz", + "integrity": "sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index c437f0d4a..f6fadcf14 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.14", "postcss-cli": "^9.1.0", - "rollup": "^2.72.1", + "rollup": "^2.75.7", "stylelint": "^13.13.1", "stylelint-config-twbs-bootstrap": "^2.2.4", "terser": "^5.13.1",