Skip to content
Closed
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
25 changes: 25 additions & 0 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,31 @@
* PNPM documentation: https://pnpm.io/package_json#pnpmoverrides
*/
"globalOverrides": {
// Security: force patched (non-major) versions of vulnerable transitive deps.
"basic-ftp": "5.3.1",
"@isaacs/brace-expansion": "5.0.1",
"@xmldom/xmldom": "0.8.13",
"fast-uri": "3.1.3",
"fast-xml-parser@4": "4.5.7",
"fast-xml-parser@5": "5.7.3",
"flatted": "3.4.2",
"form-data@2": "2.5.6",
"glob@10": "10.5.0",
"immutable": "5.1.9",
"linkify-it": "5.0.2",
"lodash": "4.18.1",
"lodash-es": "4.18.1",
"minimatch@3": "3.1.4",
"minimatch@5": "5.1.8",
"minimatch@9": "9.0.7",
"minimatch@10": "10.2.3",
"node-forge": "1.4.0",
"protobufjs": "7.6.5",
"svgo": "2.8.2",
"tmp": "0.2.7",
"underscore": "1.13.8",
"undici": "7.28.0",

// DEV: Uncomment the lines below to use local huly.core, huly.server, and huly.utils packages
// Then "rush update --full" to update the dependencies.
// NOTE: It's configured to work if huly.core, huly.server, and huly.utils are placed adjacent to the platform. If you have them in a different location, you need to change the paths below.
Expand Down
Loading
Loading