From e7601708ef8e935846df993b5a23c4fe3c26fbd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 06:07:23 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 3.29.1 to 3.29.3 Bumps [rollup](https://github.com/rollup/rollup) from 3.29.1 to 3.29.3. - [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.29.1...v3.29.3) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 7189ed13..21e28f24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "jest-webgl-canvas-mock": "^2.5.0", "npm-run-all": "^4.1.5", "prettier": "^3.0.3", - "rollup": "^3.29.1", + "rollup": "^3.29.3", "selenium-webdriver": "^4.12.0", "three": "^0.156.1", "ts-jest": "^29.1.1", @@ -10598,9 +10598,9 @@ } }, "node_modules/rollup": { - "version": "3.29.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.1.tgz", - "integrity": "sha512-c+ebvQz0VIH4KhhCpDsI+Bik0eT8ZFEVZEYw0cGMVqIP8zc+gnwl7iXCamTw7vzv2MeuZFZfdx5JJIq+ehzDlg==", + "version": "3.29.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.3.tgz", + "integrity": "sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -19668,9 +19668,9 @@ } }, "rollup": { - "version": "3.29.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.1.tgz", - "integrity": "sha512-c+ebvQz0VIH4KhhCpDsI+Bik0eT8ZFEVZEYw0cGMVqIP8zc+gnwl7iXCamTw7vzv2MeuZFZfdx5JJIq+ehzDlg==", + "version": "3.29.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.3.tgz", + "integrity": "sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 832d9605..e91bcfe7 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "jest-webgl-canvas-mock": "^2.5.0", "npm-run-all": "^4.1.5", "prettier": "^3.0.3", - "rollup": "^3.29.1", + "rollup": "^3.29.3", "selenium-webdriver": "^4.12.0", "three": "^0.156.1", "ts-jest": "^29.1.1",