Skip to content

Commit bd6d687

Browse files
chore(deps): update patch updates
1 parent b87e6af commit bd6d687

File tree

4 files changed

+19
-24
lines changed

4 files changed

+19
-24
lines changed

.github/workflows/ci.yaml

+1-1
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/[email protected].0
243+
- uses: webfactory/[email protected].1
244244
env:
245245
ASPECT_GHTESTER_SSH_KEY: ${{ secrets.ASPECT_GHTESTER_SSH_KEY }}
246246
if: env.ASPECT_GHTESTER_SSH_KEY != ''

MODULE.bazel

+3-3
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.5")
1717

1818
node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node")
1919
use_repo(node, "nodejs_toolchains")
@@ -48,7 +48,7 @@ use_repo(bazel_lib_toolchains, "bsd_tar_toolchains")
4848
####### Dev dependencies ########
4949

5050
bazel_dep(name = "aspect_rules_lint", version = "1.1.0", dev_dependency = True)
51-
bazel_dep(name = "buildifier_prebuilt", version = "8.0.1", dev_dependency = True)
51+
bazel_dep(name = "buildifier_prebuilt", version = "8.0.3", dev_dependency = True)
5252

5353
host = use_extension(
5454
"@aspect_bazel_lib//lib:extensions.bzl",

js/private/worker/src/package.json

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

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)