Skip to content

Commit 05ccf35

Browse files
matticbotrenovate-botanomiex
authored
Update pnpm to v10.28.2 [SECURITY] (#46804)
* Update pnpm to v10.28.2 [SECURITY] * Clean up minimumReleaseAgeExclude list --------- Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>
1 parent 71cdeaa commit 05ccf35

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PHP_VERSION=8.4
33
COMPOSER_VERSION=2.9.2
44
NODE_VERSION=22.19.0
5-
PNPM_VERSION=10.27.0
5+
PNPM_VERSION=10.28.2
66

77
# Other useful version numbers.
88
MIN_PHP_VERSION=7.2

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"jetpack-js-tools": "workspace:*",
3737
"stylelint": "16.26.1"
3838
},
39-
"packageManager": "pnpm@10.27.0",
39+
"packageManager": "pnpm@10.28.2",
4040
"engines": {
4141
"node": "^22.19.0",
42-
"pnpm": "^10.27.0"
42+
"pnpm": "^10.28.2"
4343
}
4444
}

pnpm-workspace.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ minimumReleaseAgeExclude:
3030
- '@automattic/*'
3131
- '@woocommerce/*'
3232
- '@wordpress/*'
33-
# Renovate security update: lodash@4.17.23
34-
- lodash@4.17.23
35-
# Renovate security update: lodash-es@4.17.23
36-
- lodash-es@4.17.23
3733
trustPolicy: no-downgrade
3834
trustPolicyExclude:
3935
# https://github.com/paulmillr/chokidar/issues/1440

0 commit comments

Comments
 (0)