diff --git a/package-lock.json b/package-lock.json index 2eb373e5..0578da42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^2.0.3", "@linearb/gitstream-core": "2.1.264", - "@wasm-fmt/ruff_fmt": "^0.14.14" + "@wasm-fmt/ruff_fmt": "^0.15.5" }, "devDependencies": { "@jest/globals": "^30.2.0", @@ -1770,6 +1770,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", @@ -3309,9 +3315,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.5", + "resolved": "https://registry.npmjs.org/@wasm-fmt/ruff_fmt/-/ruff_fmt-0.15.5.tgz", + "integrity": "sha512-Amamwund6k0NI2uI0tpyuH84skzTSbtIyvqhdn3omxIeGwDWC7bxvK0OCTaVT+LHNOiDdJ8wWmrhX7T8w2WXWw==", "license": "MIT" }, "node_modules/a-sync-waterfall": { diff --git a/package.json b/package.json index 32f3a3a2..5555ae2d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "@actions/core": "^2.0.3", "@linearb/gitstream-core": "2.1.264", - "@wasm-fmt/ruff_fmt": "^0.14.14" + "@wasm-fmt/ruff_fmt": "^0.15.5" }, "devDependencies": { "@jest/globals": "^30.2.0",