Skip to content

Commit 390c957

Browse files
authored
Update js-yaml from ~4.1.0 to ~4.2.0 to address GHSA-h67p-54hq-rp68
1 parent 717cfbf commit 390c957

9 files changed

Lines changed: 57 additions & 38 deletions

File tree

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@rushstack/node-core-library": "workspace:*",
5050
"@rushstack/terminal": "workspace:*",
5151
"@rushstack/ts-command-line": "workspace:*",
52-
"js-yaml": "~4.1.0",
52+
"js-yaml": "~4.2.0",
5353
"resolve": "~1.22.1"
5454
},
5555
"devDependencies": {

apps/lockfile-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@rushstack/ts-command-line": "workspace:*",
6969
"cors": "~2.8.5",
7070
"express": "4.21.1",
71-
"js-yaml": "~4.1.0",
71+
"js-yaml": "~4.2.0",
7272
"semver": "~7.7.4"
7373
},
7474
"exports": {
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Update js-yaml dependency to ~4.2.0 to address security advisory GHSA-h67p-54hq-rp68 (poor performance characteristics with certain input)",
5+
"type": "none",
6+
"packageName": "@microsoft/rush"
7+
}
8+
],
9+
"packageName": "@microsoft/rush",
10+
"email": "copilot@microsoft.com"
11+
}

common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

Lines changed: 16 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "68f19a15bc2ad51338ac42af387887d9e67a2e54",
3+
"pnpmShrinkwrapHash": "11f7d19cb240fcab860492fd9f076698c8e58cf7",
44
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
5-
"packageJsonInjectedDependenciesHash": "53d4f8e2a003af60173d4a21283b23fc14eac530"
5+
"packageJsonInjectedDependenciesHash": "0b6a3303d9383c239c25ae457d2beaddbf8e51c4"
66
}

common/config/subspaces/default/pnpm-lock.yaml

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "265008d6cb4e700aad22dea81810ed1f363cbf31",
3+
"pnpmShrinkwrapHash": "fcf566944b7e4dceb172fd33074f21920a90a732",
44
"preferredVersionsHash": "029c99bd6e65c5e1f25e2848340509811ff9753c"
55
}

libraries/rush-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@inquirer/input": "~5.0.11",
6969
"@inquirer/search": "~4.1.7",
7070
"@inquirer/select": "~5.1.3",
71-
"js-yaml": "~4.1.0",
71+
"js-yaml": "~4.2.0",
7272
"npm-package-arg": "~6.1.0",
7373
"object-hash": "3.0.0",
7474
"pnpm-sync-lib": "0.3.3",

repo-scripts/doc-plugin-rush-stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@microsoft/api-extractor-model": "workspace:*",
3737
"@microsoft/tsdoc": "~0.16.0",
3838
"@rushstack/node-core-library": "workspace:*",
39-
"js-yaml": "~4.1.0"
39+
"js-yaml": "~4.2.0"
4040
},
4141
"devDependencies": {
4242
"@rushstack/heft": "workspace:*",

0 commit comments

Comments
 (0)