Skip to content

Commit 1e0b25c

Browse files
authored
Merge pull request #2450 from microsoft/bump-js-yaml-fix
Bump js-yaml from 4.1.0 to 4.1.1
2 parents a8427bc + 40c52c9 commit 1e0b25c

File tree

4 files changed

+33
-143
lines changed

4 files changed

+33
-143
lines changed

package-lock.json

Lines changed: 22 additions & 137 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,5 +1514,8 @@
15141514
},
15151515
"extensionDependencies": [
15161516
"ms-vscode.js-debug"
1517-
]
1517+
],
1518+
"overrides": {
1519+
"js-yaml": "4.1.1"
1520+
}
15181521
}

test/smoke/package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/smoke/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"tree-kill": "^1.2.2",
3030
"ts-node": "10.9.2",
3131
"typescript": "5.9.2",
32-
"url-parse": "^1.5.10"
32+
"url-parse": "^1.5.10",
33+
"js-yaml": "4.1.1"
3334
}
3435
}

0 commit comments

Comments
 (0)