Skip to content

Commit 7a8825e

Browse files
chore(deps): update patch updates
1 parent 074073c commit 7a8825e

File tree

5 files changed

+18
-23
lines changed

5 files changed

+18
-23
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240

241241
# Setup an ssh keypair and github.com in known_hosts for e2e/git_dep_metadata,
242242
# which exercises fetching a git repository via ssh.
243-
- uses: webfactory/ssh-agent@v0.9.0
243+
- uses: webfactory/ssh-agent@v0.9.1
244244
env:
245245
ASPECT_GHTESTER_SSH_KEY: ${{ secrets.ASPECT_GHTESTER_SSH_KEY }}
246246
if: env.ASPECT_GHTESTER_SSH_KEY != ''

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
contents: write
2121
jobs:
2222
release:
23-
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.2
23+
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.3
2424
with:
2525
release_files: rules_js-*.tar.gz
2626
prerelease: false

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bazel_dep(name = "aspect_bazel_lib", version = "2.14.0")
1212
bazel_dep(name = "aspect_tools_telemetry", version = "0.2.8")
1313
bazel_dep(name = "bazel_features", version = "1.9.0")
1414
bazel_dep(name = "bazel_skylib", version = "1.5.0")
15-
bazel_dep(name = "platforms", version = "0.0.5")
15+
bazel_dep(name = "platforms", version = "0.0.11")
1616
bazel_dep(name = "rules_nodejs", version = "6.3.0")
1717

1818
tel = use_extension("@aspect_tools_telemetry//:extension.bzl", "telemetry")

js/private/worker/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@types/node": "18.19.54",
1313
"typescript": "^5.8.0",
1414
"tslib": "2.8.1",
15-
"abortcontroller-polyfill": "1.7.5"
15+
"abortcontroller-polyfill": "1.7.8"
1616
}
1717
}

pnpm-lock.yaml

Lines changed: 14 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)