Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
Closes #28644 as a pr takeover
  • Loading branch information
angular-robot authored and alan-agius4 committed Oct 17, 2024
1 parent 13111b6 commit 74b237c
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 161 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ yarn_install(

http_archive(
name = "aspect_bazel_lib",
sha256 = "f93d386d8d0b0149031175e81df42a488be4267c3ca2249ba5321c23c60bc1f0",
strip_prefix = "bazel-lib-2.9.1",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.1/bazel-lib-v2.9.1.tar.gz",
sha256 = "0e31778f1fd574d2c05d238bfc4c785fa4b7e50a5ef38b506e01cfd8ec2fccb3",
strip_prefix = "bazel-lib-2.9.2",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.2/bazel-lib-v2.9.2.tar.gz",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,14 @@
"source-map-support": "0.5.21",
"symbol-observable": "4.0.0",
"tar": "^6.1.6",
"terser": "5.34.1",
"terser": "5.36.0",
"tree-kill": "1.2.2",
"ts-node": "^10.9.1",
"tslib": "2.7.0",
"tslib": "2.8.0",
"typescript": "5.6.3",
"undici": "6.20.1",
"unenv": "^1.10.0",
"verdaccio": "6.0.0",
"verdaccio": "6.0.1",
"verdaccio-auth-memory": "^10.0.0",
"vite": "5.4.9",
"watchpack": "2.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"semver": "7.6.3",
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
"terser": "5.34.1",
"terser": "5.36.0",
"tree-kill": "1.2.2",
"tslib": "2.7.0",
"tslib": "2.8.0",
"webpack": "5.95.0",
"webpack-dev-middleware": "7.4.2",
"webpack-dev-server": "5.1.0",
Expand Down
Loading

0 comments on commit 74b237c

Please sign in to comment.