Skip to content

Commit

Permalink
chore: Override transient dependencies to address security vulnerabil…
Browse files Browse the repository at this point in the history
…ities (#1658)
  • Loading branch information
VincentSmedinga authored Oct 15, 2024
1 parent 4c6a146 commit cce3fc4
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 151 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,21 @@
"watch:react": "npm run --workspace packages/react build:watch",
"watch:storybook": "npm run --workspace storybook start",
"watch:tokens": "npm run --workspace proprietary/tokens watch"
},
"pnpm": {
"overrides": {
"tar@<6.2.1": ">=6.2.1",
"tough-cookie@<4.1.3": ">=4.1.3",
"braces@<3.0.3": ">=3.0.3",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"semver@<5.7.2": ">=5.7.2",
"micromatch@<4.0.8": ">=4.0.8",
"body-parser@<1.20.3": ">=1.20.3",
"send@<0.19.0": ">=0.19.0",
"serve-static@<1.16.0": ">=1.16.0",
"express@<4.20.0": ">=4.20.0",
"path-to-regexp@<0.1.10": ">=0.1.10",
"cookie@<0.7.0": ">=0.7.0"
}
}
}
Loading

0 comments on commit cce3fc4

Please sign in to comment.