From 402a2910ba2008db44df7572f4fea76aa8d77b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:13:05 +0000 Subject: [PATCH] chore(deps): bump @rollup/rollup-darwin-x64 from 4.28.1 to 4.29.1 Bumps [@rollup/rollup-darwin-x64](https://github.com/rollup/rollup) from 4.28.1 to 4.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/v4.28.1...v4.29.1) --- updated-dependencies: - dependency-name: "@rollup/rollup-darwin-x64" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e871ee9e..91264363f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,7 @@ "@fontsource/poppins": "^5.1.0", "@fontsource/source-sans-pro": "^5.1.0", "@nanostores/preact": "^0.5.2", + "@rollup/rollup-darwin-x64": "^4.29.1", "@scalar/api-reference": "^1.25.96", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", @@ -104,7 +105,7 @@ }, "optionalDependencies": { "@rollup/rollup-darwin-arm64": "^4.28.1", - "@rollup/rollup-darwin-x64": "^4.28.1", + "@rollup/rollup-darwin-x64": "^4.29.1", "@rollup/rollup-linux-arm64-gnu": "^4.26.0", "@rollup/rollup-linux-x64-gnu": "^4.27.3" } @@ -4101,13 +4102,12 @@ ] }, "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.28.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.28.1.tgz", - "integrity": "sha512-WsvbOunsUk0wccO/TV4o7IKgloJ942hVFK1CLatwv6TJspcCZb9umQkPdvB7FihmdxgaKR5JyxDjWpCOp4uZlQ==", + "version": "4.29.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.29.1.tgz", + "integrity": "sha512-j/Ej1oanzPjmN0tirRd5K2/nncAhS9W6ICzgxV+9Y5ZsP0hiGhHJXZ2JQ53iSSjj8m6cRY6oB1GMzNn2EUt6Ng==", "cpu": [ "x64" ], - "license": "MIT", "optional": true, "os": [ "darwin" diff --git a/package.json b/package.json index 9ad3d7e92..fbc85d2e8 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ }, "optionalDependencies": { "@rollup/rollup-darwin-arm64": "^4.28.1", - "@rollup/rollup-darwin-x64": "^4.28.1", + "@rollup/rollup-darwin-x64": "^4.29.1", "@rollup/rollup-linux-arm64-gnu": "^4.26.0", "@rollup/rollup-linux-x64-gnu": "^4.27.3" }