Skip to content

Commit b903064

Browse files
angular-robotalan-agius4
authored andcommitted
"main - 4f33c8c build: update pnpm to v10.32.1"
1 parent b27e6bb commit b903064

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ node.toolchain(
5656
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
5757
pnpm.pnpm(
5858
name = "pnpm",
59-
pnpm_version = "10.31.0",
60-
pnpm_version_integrity = "sha512-45JziL+qgHjOt5t0j/wegnToTXUWPme8IuBsDTrtQ90VMVHL8R1/gwH/SsuYxovcXK32mJUygB/6/js+SmPCaA==",
59+
pnpm_version = "10.32.1",
60+
pnpm_version_integrity = "sha512-pwaTjw6JrBRWtlY+q07fHR+vM2jRGR/FxZeQ6W3JGORFarLmfWE94QQ9LoyB+HMD5rQNT/7KnfFe8a1Wc0jyvg==",
6161
)
6262
use_repo(pnpm, "pnpm")
6363

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
}
1919
}
2020
},
21-
"packageManager": "pnpm@10.31.0",
21+
"packageManager": "pnpm@10.32.1",
2222
"engines": {
2323
"npm": "Please use pnpm instead of NPM to install dependencies",
2424
"yarn": "Please use pnpm instead of Yarn to install dependencies",
25-
"pnpm": "10.31.0"
25+
"pnpm": "10.32.1"
2626
},
2727
"dependencies": {
2828
"@angular/compiler-cli": "22.0.0-next.1",

0 commit comments

Comments
 (0)