From ee13cb3881cc0d3f7431b1d66206baaa64ca7b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:24:57 +0000 Subject: [PATCH] Bump rollup from 3.29.1 to 3.29.2 Bumps [rollup](https://github.com/rollup/rollup) from 3.29.1 to 3.29.2. - [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.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... 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 549fb8b1..4db05e17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "lodash": "^4.17.21", "npm-run-all": "^4.1.5", "rimraf": "^5.0.1", - "rollup": "^3.29.1", + "rollup": "^3.29.2", "rollup-plugin-esbuild": "^5.0.0", "rollup-plugin-output-manifest": "^2.0.0", "rollup-plugin-swc3": "^0.10.1", @@ -9150,9 +9150,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.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.2.tgz", + "integrity": "sha512-CJouHoZ27v6siztc21eEQGo0kIcE5D1gVPA571ez0mMYb25LGYGKnVNXpEj5MGlepmDWGXNjDB5q7uNiPHC11A==", "dev": true, "bin": { "rollup": "dist/bin/rollup" diff --git a/package.json b/package.json index e5734fe4..ac9ce66f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "lodash": "^4.17.21", "npm-run-all": "^4.1.5", "rimraf": "^5.0.1", - "rollup": "^3.29.1", + "rollup": "^3.29.2", "rollup-plugin-esbuild": "^5.0.0", "rollup-plugin-output-manifest": "^2.0.0", "rollup-plugin-swc3": "^0.10.1",