Skip to content

Commit

Permalink
Update all dependencies from ~ to ^, update some package versions, ad…
Browse files Browse the repository at this point in the history
…d pnpm override to address `braces` vulnerability (#114)

* change all ~ to ^

* Fix test url

* Resolve �races vulnerability

* Build fix after cypress update

* Pnpm override to address braces vulnerability

* Lint fix

* Remove node support list

---------

Co-authored-by: Arun George <[email protected]>
  • Loading branch information
austeja-bentley and aruniverse authored Jun 19, 2024
1 parent af76514 commit 53d6f10
Show file tree
Hide file tree
Showing 16 changed files with 714 additions and 1,624 deletions.
10 changes: 5 additions & 5 deletions cloud-agnostic/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
"devDependencies": {
"@itwin/object-storage-common-config": "workspace:*",
"@types/chai": "^4.3.8",
"@types/mocha": "~10.0.1",
"@types/mocha": "^10.0.1",
"chai": "^4.3.10",
"cspell": "~5.18.5",
"cypress": "^12.13.0",
"cspell": "^5.18.5",
"cypress": "^13.12.0",
"eslint": "^8.42.0",
"inversify": "^6.0.1",
"mocha": "~10.2.0",
"mocha": "^10.4.0",
"nyc": "^14.0.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^2.6.2",
"sort-package-json": "~1.53.1",
"sort-package-json": "^1.53.1",
"typescript": "^5.1.3"
},
"peerDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"useWorkspaces": true,
"globalOverrides": {
"xml2js":"0.5.0"
"xml2js":"0.5.0",
"braces": "3.0.3"
}
}
Loading

0 comments on commit 53d6f10

Please sign in to comment.