From ed19b67523ff3b5466fcb97f0ddd9f3ffc1f6bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 20:41:55 +0200 Subject: [PATCH] chore(deps-dev): bump rollup from 2.70.1 to 2.72.0 (#4433) Bumps [rollup](https://github.com/rollup/rollup) from 2.70.1 to 2.72.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.70.1...v2.72.0) --- 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 341114d16..340cee4cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,7 +93,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.13", "postcss-cli": "^9.1.0", - "rollup": "^2.70.1", + "rollup": "^2.72.0", "stylelint": "^13.13.1", "stylelint-config-twbs-bootstrap": "^2.2.4", "terser": "^5.13.1", @@ -12137,9 +12137,9 @@ } }, "node_modules/rollup": { - "version": "2.70.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.70.1.tgz", - "integrity": "sha512-CRYsI5EuzLbXdxC6RnYhOuRdtz4bhejPMSWjsFLfVM/7w/85n2szZv6yExqUXsBdz5KT8eoubeyDUDjhLHEslA==", + "version": "2.72.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.0.tgz", + "integrity": "sha512-KqtR2YcO35/KKijg4nx4STO3569aqCUeGRkKWnJ6r+AvBBrVY9L4pmf4NHVrQr4mTOq6msbohflxr2kpihhaOA==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -24523,9 +24523,9 @@ } }, "rollup": { - "version": "2.70.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.70.1.tgz", - "integrity": "sha512-CRYsI5EuzLbXdxC6RnYhOuRdtz4bhejPMSWjsFLfVM/7w/85n2szZv6yExqUXsBdz5KT8eoubeyDUDjhLHEslA==", + "version": "2.72.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.0.tgz", + "integrity": "sha512-KqtR2YcO35/KKijg4nx4STO3569aqCUeGRkKWnJ6r+AvBBrVY9L4pmf4NHVrQr4mTOq6msbohflxr2kpihhaOA==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 2b9c387f8..66ecc9c37 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.13", "postcss-cli": "^9.1.0", - "rollup": "^2.70.1", + "rollup": "^2.72.0", "stylelint": "^13.13.1", "stylelint-config-twbs-bootstrap": "^2.2.4", "terser": "^5.13.1",