Skip to content
Merged
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
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@
"semver": "^7.5.2",
"yaml": "^2.3.0",
"form-data": "^4.0.4",
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2"
"brace-expansion@>=1.0.0 <=1.1.11": "1.1.13",
"brace-expansion@>=2.0.0 <=2.0.1": "2.0.3",
Comment on lines +76 to +77
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting the brace-expansion package to a fixed version without an upper bound (e.g., >x.y.z) resulted in the installation of incompatible versions (in this case, v5.0.4).

"minimatch@>=3.0.0 <=3.1.3": "3.1.4",
"minimatch@>=9.0.0 <9.0.7": "9.0.9"
},
"version": "0.0.0",
"volta": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Tech Stories
---

Add dependency resolution for `minimatch` ([#13544](https://github.com/linode/manager/pull/13544))
72 changes: 40 additions & 32 deletions pnpm-lock.yaml

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

Loading