Skip to content

Commit 25e6a55

Browse files
JacksonWeberCopilot
andcommitted
Fix js-yaml security advisories
Raise the shared js-yaml dependency to ~4.3.1 and refresh Rush dependency metadata. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 455f22d commit 25e6a55

9 files changed

Lines changed: 46 additions & 36 deletions

File tree

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@rushstack/node-core-library": "workspace:*",
5353
"@rushstack/terminal": "workspace:*",
5454
"@rushstack/ts-command-line": "workspace:*",
55-
"js-yaml": "~4.1.0",
55+
"js-yaml": "~4.3.1",
5656
"resolve": "~1.22.1"
5757
},
5858
"devDependencies": {

apps/lockfile-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@rushstack/ts-command-line": "workspace:*",
7272
"cors": "~2.8.5",
7373
"express": "4.21.1",
74-
"js-yaml": "~4.1.0",
74+
"js-yaml": "~4.3.1",
7575
"semver": "~7.7.4"
7676
},
7777
"exports": {
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush",
5+
"comment": "Update js-yaml to ~4.3.1 to address CVE-2026-59869 and GHSA-5p4m-2wfm-xmqj.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush"
10+
}

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

Lines changed: 7 additions & 7 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,6 +1,6 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "4e7dc2a53df7dd2ee77e903f8f67c29f817ecd81",
3+
"pnpmShrinkwrapHash": "3058be418b277acccf1aa815413c6245c71cbbde",
44
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
55
"packageJsonInjectedDependenciesHash": "dacc324b7b6d9e35baf57460cae419ef162589d6"
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": "3a02f48687fcafbf4ecd96d74677d760f95a2e89",
3+
"pnpmShrinkwrapHash": "a9da538929392ee31e330a8381ad3b1b9e7bc787",
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.3.1",
7272
"npm-package-arg": "~6.1.0",
7373
"object-hash": "3.0.0",
7474
"pnpm-sync-lib": "0.3.4",

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.3.1"
4040
},
4141
"devDependencies": {
4242
"@rushstack/heft": "workspace:*",

0 commit comments

Comments
 (0)