From a8dcc12dd80110e4dddc6c8c289bc678024fb720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:31:40 +0000 Subject: [PATCH] Bump @rollup/rollup-linux-x64-gnu from 4.32.0 to 4.34.1 Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.32.0 to 4.34.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.32.0...v4.34.1) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" 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 4389c87..5b6aef1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@okta/okta-auth-js": "^7.10.1", "@okta/okta-vue": "^5.7.0", - "@rollup/rollup-linux-x64-gnu": "4.32.0", + "@rollup/rollup-linux-x64-gnu": "4.34.1", "axios": "^1.7.9", "core-js": "^3.39.0", "semantic-ui-css": "^2.5.0", @@ -33,7 +33,7 @@ "vitest": "^2.1.8" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.32.0" + "@rollup/rollup-linux-x64-gnu": "4.34.1" } }, "node_modules/@babel/helper-string-parser": { @@ -1021,9 +1021,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.32.0.tgz", - "integrity": "sha512-VDzNHtLLI5s7xd/VubyS10mq6TxvZBp+4NRWoW+Hi3tgV05RtVm4qK99+dClwTN1McA6PHwob6DEJ6PlXbY83A==", + "version": "4.34.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.1.tgz", + "integrity": "sha512-hzpleiKtq14GWjz3ahWvJXgU1DQC9DteiwcsY4HgqUJUGxZThlL66MotdUEK9zEo0PK/2ADeZGM9LIondE302A==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 63f69b2..2788d37 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ "vitest": "^2.1.8" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.32.0" + "@rollup/rollup-linux-x64-gnu": "4.34.1" } }