From 2a963bc7508b08faeb6b7ce4febff54b59696ecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 10:39:33 +0100 Subject: [PATCH] Bump @rollup/rollup-linux-x64-gnu from 4.16.1 to 4.16.3 in /internal-ui (#2607) Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.16.1 to 4.16.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/v4.16.1...v4.16.3) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- internal-ui/package-lock.json | 9 +++++---- internal-ui/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/internal-ui/package-lock.json b/internal-ui/package-lock.json index ce3ca56cb..ae683bebb 100644 --- a/internal-ui/package-lock.json +++ b/internal-ui/package-lock.json @@ -8,6 +8,7 @@ "name": "@boxyhq/internal-ui", "version": "0.0.0", "dependencies": { + "@rollup/rollup-linux-x64-gnu": "4.16.3", "vite-tsconfig-paths": "4.3.2" }, "devDependencies": { @@ -26,7 +27,7 @@ "vite": "5.2.10" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.16.1" + "@rollup/rollup-linux-x64-gnu": "4.16.3" }, "peerDependencies": { "@boxyhq/react-ui": ">=3.3.42", @@ -1427,9 +1428,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.16.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.16.1.tgz", - "integrity": "sha512-N2ZizKhUryqqrMfdCnjhJhZRgv61C6gK+hwVtCIKC8ts8J+go+vqENnGexwg21nHIOvLN5mBM8a7DI2vlyIOPg==", + "version": "4.16.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.16.3.tgz", + "integrity": "sha512-n4HEgIJulNSmAKT3SYF/1wuzf9od14woSBseNkzur7a+KJIbh2Jb+J9KIsdGt3jJnsLW0BT1Sj6MiwL4Zzku6Q==", "cpu": [ "x64" ], diff --git a/internal-ui/package.json b/internal-ui/package.json index aab54d842..401e592ba 100644 --- a/internal-ui/package.json +++ b/internal-ui/package.json @@ -40,7 +40,7 @@ "vite": "5.2.10" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.16.1" + "@rollup/rollup-linux-x64-gnu": "4.16.3" }, "peerDependencies": { "@boxyhq/react-ui": ">=3.3.42",