Skip to content

Commit

Permalink
build(build-cli): Override dependency version on "sharp" to address s…
Browse files Browse the repository at this point in the history
…ecurity issue (microsoft#19451)
  • Loading branch information
alexvy86 authored Feb 2, 2024
1 parent 5fc085e commit 6d2fcd9
Show file tree
Hide file tree
Showing 17 changed files with 1,885 additions and 637 deletions.
3 changes: 2 additions & 1 deletion build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
"overrides": {
"json5@<1.0.2": "^1.0.2",
"json5@>=2.0.0 <2.2.2": "^2.2.2",
"qs": "^6.11.0"
"qs": "^6.11.0",
"sharp": "^0.33.2"
}
}
}
2 changes: 1 addition & 1 deletion build-tools/packages/build-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
"human-id": "^4.0.0",
"inquirer": "^8.2.5",
"jssm": "^5.89.2",
"jssm-viz-cli": "^5.89.2",
"latest-version": "^5.1.0",
"minimatch": "^7.4.6",
"node-fetch": "^2.6.9",
Expand Down Expand Up @@ -146,6 +145,7 @@
"eslint-config-oclif": "^5.0.0",
"eslint-config-oclif-typescript": "^3.0.8",
"eslint-config-prettier": "~9.0.0",
"jssm-viz-cli": "^5.89.2",
"mocha": "^10.2.0",
"mocha-json-output-reporter": "^2.1.0",
"mocha-multi-reporters": "^1.5.1",
Expand Down
Loading

0 comments on commit 6d2fcd9

Please sign in to comment.