Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change: [M3-8383] - Packages updates and resolution for braces vulnerability #10830

Merged
merged 3 commits into from
Aug 26, 2024
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"docs": "bunx vitepress@1.0.0-rc.44 dev docs"
},
"resolutions": {
"braces": "^3.0.3",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

the resolution is needed because cypress-vite (latest) still requires a version of chokidar that itself still requires braces 3.0.2. I don't think there's a better way to do it for now.

"@babel/traverse": "^7.23.3",
"minimist": "^1.2.3",
"yargs-parser": "^21.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"eslint": "^6.8.0",
"eslint-plugin-ramda": "^2.5.1",
"eslint-plugin-sonarjs": "^0.5.0",
"lint-staged": "^13.2.2",
"lint-staged": "^15.2.9",
"prettier": "~2.2.1",
"tsup": "^7.2.0",
"tsup": "^8.2.4",
"vitest": "^1.6.0"
},
"lint-staged": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Tech Stories
---

Dependencies updates and resolution for `braces` package vulnerability ([#10830](https://github.com/linode/manager/pull/10830))
2 changes: 1 addition & 1 deletion packages/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"glob": "^10.3.1",
"jsdom": "^22.1.0",
"junit2json": "^3.1.4",
"lint-staged": "^13.2.2",
"lint-staged": "^15.2.9",
abailly-akamai marked this conversation as resolved.
Show resolved Hide resolved
"mocha-junit-reporter": "^2.2.1",
"msw": "^2.2.3",
"prettier": "~2.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"eslint": "^6.8.0",
"eslint-plugin-ramda": "^2.5.1",
"eslint-plugin-sonarjs": "^0.5.0",
"lint-staged": "^13.2.2",
"lint-staged": "^15.2.9",
"prettier": "~2.2.1",
"tsup": "^7.2.0"
"tsup": "^8.2.4"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

tsup and lint-staged are bumped to consolidate other dependencies around this update and avoid more resolution declarations. No regression noticed.

},
"keywords": [
"linode",
Expand Down
Loading
Loading