From 44ef9e5a6443f01f5e3bacd9c48b0b7c4467659c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:04:01 +0000 Subject: [PATCH] chore(deps): bump @rollup/rollup-darwin-x64 from 4.14.2 to 4.28.1 Bumps [@rollup/rollup-darwin-x64](https://github.com/rollup/rollup) from 4.14.2 to 4.28.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.14.2...v4.28.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 4a9a7a842c..70df330f46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ "@patternfly/pfe-core": "^4.0.4", "@rhds/icons": "^1.1.2", "@rhds/tokens": "^2.1.0", + "@rollup/rollup-darwin-x64": "4.28.1", "lit": "^3.2.1", "prism-esm": "^1.29.0-fix.6", "tslib": "^2.7.0", @@ -85,7 +86,7 @@ "optionalDependencies": { "@esbuild/darwin-arm64": "^0.24.0", "@esbuild/linux-x64": "^0.24.0", - "@rollup/rollup-darwin-x64": "4.14.2" + "@rollup/rollup-darwin-x64": "4.28.1" } }, "node_modules/@11ty/dependency-tree": { @@ -5189,13 +5190,12 @@ "peer": true }, "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.14.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.14.2.tgz", - "integrity": "sha512-o/HAIrQq0jIxJAhgtIvV5FWviYK4WB0WwV91SLUnsliw1lSAoLsmgEEgRWzDguAFeUEUUoIWXiJrPqU7vGiVkA==", + "version": "4.28.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.28.1.tgz", + "integrity": "sha512-WsvbOunsUk0wccO/TV4o7IKgloJ942hVFK1CLatwv6TJspcCZb9umQkPdvB7FihmdxgaKR5JyxDjWpCOp4uZlQ==", "cpu": [ "x64" ], - "license": "MIT", "optional": true, "os": [ "darwin" diff --git a/package.json b/package.json index bd28ce8079..dfa4ac0183 100644 --- a/package.json +++ b/package.json @@ -360,6 +360,6 @@ "optionalDependencies": { "@esbuild/darwin-arm64": "^0.24.0", "@esbuild/linux-x64": "^0.24.0", - "@rollup/rollup-darwin-x64": "4.14.2" + "@rollup/rollup-darwin-x64": "4.28.1" } }