diff --git a/WORKSPACE b/WORKSPACE index 57054df6d0..9f27c6553d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -130,9 +130,9 @@ yarn_install( http_archive( name = "aspect_bazel_lib", - sha256 = "b59781939f40c8bf148f4a71bd06e3027e15e40e98143ea5688b83531ec8528f", - strip_prefix = "bazel-lib-2.7.6", - url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.6/bazel-lib-v2.7.6.tar.gz", + sha256 = "6d758a8f646ecee7a3e294fbe4386daafbe0e5966723009c290d493f227c390b", + strip_prefix = "bazel-lib-2.7.7", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.7/bazel-lib-v2.7.7.tar.gz", ) load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains") diff --git a/package.json b/package.json index f199aa0ce6..2385d51940 100644 --- a/package.json +++ b/package.json @@ -204,7 +204,7 @@ "undici": "6.18.1", "verdaccio": "5.31.0", "verdaccio-auth-memory": "^10.0.0", - "vite": "5.2.11", + "vite": "5.2.12", "watchpack": "2.4.1", "webpack": "5.91.0", "webpack-dev-middleware": "7.2.1", diff --git a/packages/angular/build/package.json b/packages/angular/build/package.json index 0c974accf4..ca00e1c907 100644 --- a/packages/angular/build/package.json +++ b/packages/angular/build/package.json @@ -41,7 +41,7 @@ "sass": "1.77.2", "semver": "7.6.2", "undici": "6.18.1", - "vite": "5.2.11", + "vite": "5.2.12", "watchpack": "2.4.1" }, "peerDependencies": { diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index 620735417d..ded5f33ef5 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -63,7 +63,7 @@ "tree-kill": "1.2.2", "tslib": "2.6.2", "undici": "6.18.1", - "vite": "5.2.11", + "vite": "5.2.12", "watchpack": "2.4.1", "webpack": "5.91.0", "webpack-dev-middleware": "7.2.1", diff --git a/yarn.lock b/yarn.lock index 11a64819a7..e150207d22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14409,6 +14409,17 @@ vite@5.2.11: optionalDependencies: fsevents "~2.3.3" +vite@5.2.12: + version "5.2.12" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.12.tgz#3536c93c58ba18edea4915a2ac573e6537409d97" + integrity sha512-/gC8GxzxMK5ntBwb48pR32GGhENnjtY30G4A0jemunsBkiEZFw60s8InGpN8gkhHEkjnRK1aSAxeQgwvFhUHAA== + dependencies: + esbuild "^0.20.1" + postcss "^8.4.38" + rollup "^4.13.0" + optionalDependencies: + fsevents "~2.3.3" + void-elements@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"