Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and alan-agius4 committed May 6, 2024
1 parent f9dc761 commit fe39262
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 14 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ yarn_install(

http_archive(
name = "aspect_bazel_lib",
sha256 = "b554eb7942a5ab44c90077df6a0c76fc67c5874c9446a007e9ba68be82bd4796",
strip_prefix = "bazel-lib-2.7.1",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.1/bazel-lib-v2.7.1.tar.gz",
sha256 = "a8a92645e7298bbf538aa880131c6adb4cf6239bbd27230f077a00414d58e4ce",
strip_prefix = "bazel-lib-2.7.2",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.2/bazel-lib-v2.7.2.tar.gz",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"npm-package-arg": "11.0.2",
"open": "8.4.2",
"ora": "5.4.1",
"pacote": "18.0.3",
"pacote": "18.0.4",
"parse5-html-rewriting-stream": "7.0.0",
"patch-package": "^7.0.1",
"picomatch": "4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"inquirer": "9.2.20",
"jsonc-parser": "3.2.1",
"npm-package-arg": "11.0.2",
"npm-pick-manifest": "9.0.0",
"npm-pick-manifest": "9.0.1",
"ora": "5.4.1",
"pacote": "18.0.3",
"pacote": "18.0.4",
"resolve": "1.22.8",
"semver": "7.6.0",
"symbol-observable": "4.0.0",
Expand Down
26 changes: 18 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10087,10 +10087,10 @@ npm-packlist@^8.0.0:
dependencies:
ignore-walk "^6.0.4"

npm-pick-manifest@9.0.0, npm-pick-manifest@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-9.0.0.tgz#f87a4c134504a2c7931f2bb8733126e3c3bb7e8f"
integrity sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==
npm-pick-manifest@9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-9.0.1.tgz#c90658bd726fe5bca9d2869f3e99359b8fcda046"
integrity sha512-Udm1f0l2nXb3wxDpKjfohwgdFUSV50UVwzEIpDXVsbDMXVIEF81a/i0UhuQbhrPMMmdiq3+YMFLFIRVLs3hxQw==
dependencies:
npm-install-checks "^6.0.0"
npm-normalize-package-bin "^3.0.0"
Expand All @@ -10107,6 +10107,16 @@ npm-pick-manifest@^7.0.0, npm-pick-manifest@^7.0.2:
npm-package-arg "^9.0.0"
semver "^7.3.5"

npm-pick-manifest@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-9.0.0.tgz#f87a4c134504a2c7931f2bb8733126e3c3bb7e8f"
integrity sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==
dependencies:
npm-install-checks "^6.0.0"
npm-normalize-package-bin "^3.0.0"
npm-package-arg "^11.0.0"
semver "^7.3.5"

npm-profile@^6.2.0:
version "6.2.1"
resolved "https://registry.yarnpkg.com/npm-profile/-/npm-profile-6.2.1.tgz#975c31ec75a6ae029ab5b8820ffdcbae3a1e3d5e"
Expand Down Expand Up @@ -10525,10 +10535,10 @@ pac-resolver@^7.0.0:
degenerator "^5.0.0"
netmask "^2.0.2"

pacote@18.0.3:
version "18.0.3"
resolved "https://registry.yarnpkg.com/pacote/-/pacote-18.0.3.tgz#72a2bafc603935d2a1b0bf7c17034fdcc0a58001"
integrity sha512-GFCGn27RSf2xa5DHShI7DzI8dCf5F0+9N+fbSpItZvi9ykSouPRXMKzfl2jF35Zoi9QysNF/aqeqQyU2tOJBbA==
pacote@18.0.4:
version "18.0.4"
resolved "https://registry.yarnpkg.com/pacote/-/pacote-18.0.4.tgz#5025bc03385d4c45eccfff4d7bb3eb66bab6627e"
integrity sha512-V912GIsY6UJx+oL1o3MgFXSocUBiqVqVYuHhTxpuYSpBgfoM2kitpimil3xUGd7hU/soGGAoR5mc58daDys45A==
dependencies:
"@npmcli/git" "^5.0.0"
"@npmcli/installed-package-contents" "^2.0.1"
Expand Down

0 comments on commit fe39262

Please sign in to comment.