From c0b91aba19988a6ab8e3e7449fa9f65341629102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 03:08:21 +0000 Subject: [PATCH] Bump prettier from 3.8.1 to 3.8.2 in /src/js-host-api Bumps [prettier](https://github.com/prettier/prettier) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.8.1...3.8.2) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/js-host-api/package-lock.json | 51 +++++++++++++++++++++++++++---- 1 file changed, 45 insertions(+), 6 deletions(-) diff --git a/src/js-host-api/package-lock.json b/src/js-host-api/package-lock.json index 0db65f9..3c75fef 100644 --- a/src/js-host-api/package-lock.json +++ b/src/js-host-api/package-lock.json @@ -239,13 +239,52 @@ } }, "node_modules/@hyperlight-dev/js-host-api-linux-x64-gnu": { - "optional": true + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@hyperlight-dev/js-host-api-linux-x64-gnu/-/js-host-api-linux-x64-gnu-0.2.1.tgz", + "integrity": "sha512-zIrWq6/9lpsURvIfR3fE7ND4o7c3nrly2p5iVhu8xdG49L2BcqWcdlRFV82HwDlw5A/klB1e+/JKybDy2cW2Dg==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 18" + } }, "node_modules/@hyperlight-dev/js-host-api-linux-x64-musl": { - "optional": true + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@hyperlight-dev/js-host-api-linux-x64-musl/-/js-host-api-linux-x64-musl-0.2.1.tgz", + "integrity": "sha512-P50weSy/UUULFGQmzscUWjIOI7KXEr8bVx8/J0Kf8t3hJrO7SBQOWilu2VK+SCsKVlaIhAaZj8O7+Dfy5aAFaw==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 18" + } }, "node_modules/@hyperlight-dev/js-host-api-win32-x64-msvc": { - "optional": true + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@hyperlight-dev/js-host-api-win32-x64-msvc/-/js-host-api-win32-x64-msvc-0.2.1.tgz", + "integrity": "sha512-TSLVONa40tonln9twqaHZHHRikDSsYk6LOkrNECtKa1bP3B7dPJ/QxUpoMYiDVwGz9OuzRu2J1lfgC+o28g2Lw==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 18" + } }, "node_modules/@inquirer/ansi": { "version": "2.0.2", @@ -3408,9 +3447,9 @@ } }, "node_modules/prettier": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz", - "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.2.tgz", + "integrity": "sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==", "dev": true, "license": "MIT", "bin": {