diff --git a/package-lock.json b/package-lock.json index f1c406d8..2ae5ac71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^2.0.3", "@linearb/gitstream-core": "2.1.267", - "@wasm-fmt/ruff_fmt": "^0.14.14" + "@wasm-fmt/ruff_fmt": "^0.15.6" }, "devDependencies": { "@jest/globals": "^30.2.0", @@ -1768,6 +1768,12 @@ "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz", "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==" }, + "node_modules/@linearb/gitstream-core/node_modules/@wasm-fmt/ruff_fmt": { + "version": "0.14.14", + "resolved": "https://registry.npmjs.org/@wasm-fmt/ruff_fmt/-/ruff_fmt-0.14.14.tgz", + "integrity": "sha512-GnP6DM+XGaqc2uBzmjaLgnt851sJb+t5jhyGgbhdOhI7s9gLc7hrs7xaaez3que/h0oybp4ROTs9aZLIiP/Z6w==", + "license": "MIT" + }, "node_modules/@linearb/gitstream-core/node_modules/prettier": { "version": "2.8.8", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", @@ -3307,9 +3313,9 @@ } }, "node_modules/@wasm-fmt/ruff_fmt": { - "version": "0.14.14", - "resolved": "https://registry.npmjs.org/@wasm-fmt/ruff_fmt/-/ruff_fmt-0.14.14.tgz", - "integrity": "sha512-GnP6DM+XGaqc2uBzmjaLgnt851sJb+t5jhyGgbhdOhI7s9gLc7hrs7xaaez3que/h0oybp4ROTs9aZLIiP/Z6w==", + "version": "0.15.6", + "resolved": "https://registry.npmjs.org/@wasm-fmt/ruff_fmt/-/ruff_fmt-0.15.6.tgz", + "integrity": "sha512-M1fNW6DVjPYSwXm/9FNzMSg9DkBFV/FluNBjLcgD0a/C9lfrz5N8JKNjTpJFO+bKCyIhAKy3ewdar4G+ll/Izg==", "license": "MIT" }, "node_modules/a-sync-waterfall": { diff --git a/package.json b/package.json index 347837a3..fa10866c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "@actions/core": "^2.0.3", "@linearb/gitstream-core": "2.1.267", - "@wasm-fmt/ruff_fmt": "^0.14.14" + "@wasm-fmt/ruff_fmt": "^0.15.6" }, "devDependencies": { "@jest/globals": "^30.2.0",