Skip to content

Commit c895b12

Browse files
authored
Update js-yaml to 4.3.0 (#17474)
1 parent f61ba9c commit c895b12

5 files changed

Lines changed: 75 additions & 68 deletions

File tree

.changeset/strict-socks-decide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'astro': patch
3+
'@astrojs/internal-helpers': patch
4+
'astro-vscode': patch
5+
---
6+
7+
Updates dependency `js-yaml` to v4.3.0

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"github-slugger": "^2.0.0",
144144
"html-escaper": "3.0.3",
145145
"http-cache-semantics": "^4.2.0",
146-
"js-yaml": "^4.1.1",
146+
"js-yaml": "^4.3.0",
147147
"jsonc-parser": "^3.3.1",
148148
"magic-string": "^1.0.0",
149149
"magicast": "^0.5.2",

packages/internal-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@types/hast": "^3.0.4",
4444
"@types/mdast": "^4.0.4",
45-
"js-yaml": "^4.1.1",
45+
"js-yaml": "^4.3.0",
4646
"picomatch": "^4.0.4",
4747
"retext-smartypants": "^6.2.0",
4848
"shiki": "^4.0.2",

packages/language-tools/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
"@vscode/vsce": "2.32.0",
259259
"esbuild": "^0.17.19",
260260
"esbuild-plugin-copy": "^2.1.1",
261-
"js-yaml": "^4.1.1",
261+
"js-yaml": "^4.3.0",
262262
"kleur": "^4.1.5",
263263
"mocha": "^11.7.5",
264264
"ovsx": "^0.10.10",

0 commit comments

Comments
 (0)