From fe4152457b5507790629fbf603db3b6f329d411d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:56:06 +0000 Subject: [PATCH] chore(deps): bump @rollup/rollup-linux-x64-gnu from 4.61.0 to 4.62.0 Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.61.0 to 4.62.0. - [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.61.0...v4.62.0) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.62.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/pi-continuous-learning/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d344cd..e4958ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1629,9 +1629,9 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.61.0.tgz", - "integrity": "sha512-0uMOcf3eZ5K+K4cYHkdxShFMPlPXCOdfDFEFn9dNYAEEd2cVvmOfH7zFgRVoDgmtQ1m9k5q7qfrHzyMAubKYUA==", + "version": "4.62.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.0.tgz", + "integrity": "sha512-7SDIalKeIpG0Ifogbbdn58HmSotYMlf23K3dCJEmiVd9Fg36Vmni82iPQec27N3wY4Bvbxftkxz6vSx9OcouTg==", "cpu": [ "x64" ], @@ -5488,7 +5488,7 @@ "version": "0.14.2", "license": "MIT", "dependencies": { - "@rollup/rollup-linux-x64-gnu": "4.61.0" + "@rollup/rollup-linux-x64-gnu": "4.62.0" }, "bin": { "pi-cl-analyze": "dist/cli/analyze.js" @@ -5506,7 +5506,7 @@ }, "optionalDependencies": { "@esbuild/linux-x64": "0.28.0", - "@rollup/rollup-linux-x64-gnu": "^4.61.0" + "@rollup/rollup-linux-x64-gnu": "^4.62.0" }, "peerDependencies": { "@earendil-works/pi-ai": "^0.74.0", diff --git a/packages/pi-continuous-learning/package.json b/packages/pi-continuous-learning/package.json index 9ad666c..91fa6b6 100644 --- a/packages/pi-continuous-learning/package.json +++ b/packages/pi-continuous-learning/package.json @@ -76,6 +76,6 @@ }, "optionalDependencies": { "@esbuild/linux-x64": "0.28.0", - "@rollup/rollup-linux-x64-gnu": "4.61.0" + "@rollup/rollup-linux-x64-gnu": "4.62.0" } }