Skip to content

Commit

Permalink
change: [M3-8383] - Packages updates and resolution for braces vulner…
Browse files Browse the repository at this point in the history
…ability (#10830)

* packages updates and resolution for braces

* Added changeset: Dependencies updates and resolution for `braces` package vulnerability

* update lint-staged in other packages
  • Loading branch information
abailly-akamai authored Aug 26, 2024
1 parent 4f29734 commit ff631ef
Show file tree
Hide file tree
Showing 6 changed files with 477 additions and 160 deletions.
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",
"@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",
"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"
},
"keywords": [
"linode",
Expand Down
Loading

0 comments on commit ff631ef

Please sign in to comment.