Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"path-exists": "^5.0.0",
"path-type": "^6.0.0",
"semver": "^7.5.4",
"uuid": "^13.0.0",
"uuid": "^14.0.0",
"winston": "^3.10.0",
"winston-error-format": "^3.0.0",
"yargs": "^18.0.0"
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

3 changes: 3 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
blockExoticSubdeps: true

minimumReleaseAge: 10080 # 7 days
minimumReleaseAgeExclude:
# Renovate security update: uuid@14.0.0
- uuid@14.0.0
Loading