From 529a9afffa11c0ad5515eaed2ff0160efc88b92f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:20:06 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 3.27.0 to 3.29.1 Bumps [rollup](https://github.com/rollup/rollup) from 3.27.0 to 3.29.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/v3.27.0...v3.29.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd3f1b1ba..03f6a6e51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.27", "postcss-cli": "^10.1.0", - "rollup": "^3.27.0", + "rollup": "^3.29.1", "rollup-plugin-istanbul": "^4.0.0", "rtlcss": "^4.1.0", "sass": "^1.64.2", @@ -9210,9 +9210,9 @@ } }, "node_modules/rollup": { - "version": "3.27.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.27.0.tgz", - "integrity": "sha512-aOltLCrYZ0FhJDm7fCqwTjIUEVjWjcydKBV/Zeid6Mn8BWgDCUBBWT5beM5ieForYNo/1ZHuGJdka26kvQ3Gzg==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.1.tgz", + "integrity": "sha512-c+ebvQz0VIH4KhhCpDsI+Bik0eT8ZFEVZEYw0cGMVqIP8zc+gnwl7iXCamTw7vzv2MeuZFZfdx5JJIq+ehzDlg==", "dev": true, "bin": { "rollup": "dist/bin/rollup" diff --git a/package.json b/package.json index eec1b3435..98204def7 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.27", "postcss-cli": "^10.1.0", - "rollup": "^3.27.0", + "rollup": "^3.29.1", "rollup-plugin-istanbul": "^4.0.0", "rtlcss": "^4.1.0", "sass": "^1.64.2",