Skip to content

Commit 6b7f5e7

Browse files
chore(deps): update patch updates
1 parent ba38f3a commit 6b7f5e7

File tree

4 files changed

+18
-23
lines changed

4 files changed

+18
-23
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215

216216
# Setup an ssh keypair and github.com in known_hosts for e2e/git_dep_metadata,
217217
# which exercises fetching a git repository via ssh.
218-
- uses: webfactory/[email protected].0
218+
- uses: webfactory/[email protected].1
219219
env:
220220
ASPECT_GHTESTER_SSH_KEY: ${{ secrets.ASPECT_GHTESTER_SSH_KEY }}
221221
if: env.ASPECT_GHTESTER_SSH_KEY != ''

MODULE.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ module(
1212
bazel_dep(name = "aspect_bazel_lib", version = "2.14.0")
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")
16-
bazel_dep(name = "rules_nodejs", version = "6.3.0")
15+
bazel_dep(name = "platforms", version = "0.0.11")
16+
bazel_dep(name = "rules_nodejs", version = "6.3.4")
1717

1818
node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node")
1919
use_repo(node, "nodejs_toolchains")

js/private/worker/src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@types/node": "18.19.54",
1414
"typescript": "4.9.5",
1515
"tslib": "2.7.0",
16-
"abortcontroller-polyfill": "1.7.5"
16+
"abortcontroller-polyfill": "1.7.8"
1717
}
1818
}

pnpm-lock.yaml

+14-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)