From 37b7354ec2686e215d7fbded890bb1c8ed64dbc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:56:12 +0000 Subject: [PATCH] chore(deps): bump @esbuild/linux-x64 from 0.28.0 to 0.28.1 Bumps [@esbuild/linux-x64](https://github.com/evanw/esbuild) from 0.28.0 to 0.28.1. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.28.0...v0.28.1) --- updated-dependencies: - dependency-name: "@esbuild/linux-x64" dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ packages/pi-continuous-learning/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d344cd..88d0cee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -818,9 +818,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.0.tgz", - "integrity": "sha512-us0dSb9iFxIi8srnpl931Nvs65it/Jd2a2K3qs7fz2WfGPHqzfzZTfec7oxZJRNPXPnNYZtanmRc4AL/JwVzHQ==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.1.tgz", + "integrity": "sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==", "cpu": [ "x64" ], @@ -5488,7 +5488,7 @@ "version": "0.14.2", "license": "MIT", "dependencies": { - "@rollup/rollup-linux-x64-gnu": "4.61.0" + "@esbuild/linux-x64": "0.28.1" }, "bin": { "pi-cl-analyze": "dist/cli/analyze.js" @@ -5505,8 +5505,8 @@ "node": ">=18" }, "optionalDependencies": { - "@esbuild/linux-x64": "0.28.0", - "@rollup/rollup-linux-x64-gnu": "^4.61.0" + "@esbuild/linux-x64": "^0.28.1", + "@rollup/rollup-linux-x64-gnu": "4.61.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..4b5d4ea 100644 --- a/packages/pi-continuous-learning/package.json +++ b/packages/pi-continuous-learning/package.json @@ -75,7 +75,7 @@ "vitest": "^4.1.7" }, "optionalDependencies": { - "@esbuild/linux-x64": "0.28.0", + "@esbuild/linux-x64": "0.28.1", "@rollup/rollup-linux-x64-gnu": "4.61.0" } }