Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
7f2c091175 Bump yaml from 2.3.4 to 2.8.3
Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.4 to 2.8.3.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.3.4...v2.8.3)

---
updated-dependencies:
- dependency-name: yaml
  dependency-version: 2.8.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-19 00:42:30 +00:00
2 changed files with 14 additions and 8 deletions

20
package-lock.json generated
View File

@@ -36,7 +36,7 @@
"ts-command-line-args": "~2.5.1",
"tsx": "~4.19.3",
"type-fest": "~4.3.3",
"yaml": "~2.3.4"
"yaml": "~2.8.3"
},
"devDependencies": {
"@actions/github": "^6.0.0",
@@ -56,8 +56,8 @@
"@typescript-eslint/eslint-plugin": "~6.8.0",
"@typescript-eslint/parser": "~6.8.0",
"@vitejs/plugin-vue": "~5.2.3",
"@xterm/addon-fit": "beta",
"@xterm/xterm": "beta",
"@xterm/addon-fit": "*",
"@xterm/xterm": "*",
"bootstrap": "5.3.2",
"bootstrap-vue-next": "~0.14.10",
"codemirror": "^6.0.1",
@@ -10645,12 +10645,18 @@
"license": "ISC"
},
"node_modules/yaml": {
"version": "2.3.4",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz",
"integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==",
"version": "2.8.3",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
"integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14"
"node": ">= 14.6"
},
"funding": {
"url": "https://github.com/sponsors/eemeli"
}
},
"node_modules/yargs": {

View File

@@ -55,7 +55,7 @@
"ts-command-line-args": "~2.5.1",
"tsx": "~4.19.3",
"type-fest": "~4.3.3",
"yaml": "~2.3.4"
"yaml": "~2.8.3"
},
"devDependencies": {
"@actions/github": "^6.0.0",