Bump yaml from 1.7.2 to 1.10.3

Bumps [yaml](https://github.com/eemeli/yaml) from 1.7.2 to 1.10.3.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.7.2...v1.10.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-27 00:46:27 +00:00
committed by GitHub
parent e118923f38
commit 09e864ffbf
2 changed files with 6 additions and 17 deletions
+5 -16
View File
@@ -6,16 +6,7 @@
"": {
"dependencies": {
"chalk": "3.0.0",
"yaml": "1.7.2"
}
},
"node_modules/@babel/runtime": {
"version": "7.27.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.3.tgz",
"integrity": "sha512-7EYtGezsdiDMyY80+65EzwiGmcJqpmcZCojSXaRgdrBaGtWTgDZKq69cPIVped6MkIM78cTQ2GOiEYjwOlG4xw==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
"yaml": "1.10.3"
}
},
"node_modules/@types/color-name": {
@@ -83,12 +74,10 @@
}
},
"node_modules/yaml": {
"version": "1.7.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.7.2.tgz",
"integrity": "sha512-qXROVp90sb83XtAoqE8bP9RwAkTTZbugRUTm5YeFCBfNRPEp2YzTeqWiz7m5OORHzEvrA/qcGS8hp/E+MMROYw==",
"dependencies": {
"@babel/runtime": "^7.6.3"
},
"version": "1.10.3",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.3.tgz",
"integrity": "sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==",
"license": "ISC",
"engines": {
"node": ">= 6"
}
+1 -1
View File
@@ -2,6 +2,6 @@
"private": true,
"dependencies": {
"chalk": "3.0.0",
"yaml": "1.7.2"
"yaml": "1.10.3"
}
}