Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@babel/runtime": "7.28.4",
"@babel/runtime-corejs3": "7.28.4",
"@manypkg/find-root": "3.1.0",
"lodash": "4.17.23",
"lodash": "4.18.1",
"prompts": "2.4.2",
"squirrelly": "9.1.0",
"tsx": "4.21.0"
Expand Down
25 changes: 15 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ minimumReleaseAgeExclude:
- '@commercetools-frontend/*'
- '@commercetools-backend/*'
- '@commercetools-uikit/*'
# Renovate security update: lodash@4.18.1
- lodash@4.18.1

# Explicit minimumReleaseAge already makes pnpm hard-fail on a no-mature-match; true keeps that (no silent fall-back or auto-exclude).
minimumReleaseAgeStrict: true
Expand Down
2 changes: 1 addition & 1 deletion standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"@commercetools/platform-sdk": "8.18.0",
"@faker-js/faker": "10.3.0",
"@types/lodash": "4.17.21",
"lodash": "4.17.23",
"lodash": "4.18.1",
"omit-deep": "0.3.0"
}
}
Loading