Bump js-yaml from 4.1.1 to 4.2.0

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-28 22:18:35 +00:00
committed by GitHub
parent e8e6bbf4cc
commit cb3edf9ce8
2 changed files with 16 additions and 7 deletions
+15 -6
View File
@@ -7,12 +7,12 @@
"": {
"name": "loot.github.io",
"version": "1.0.0",
"license": "ISC",
"license": " GPL-3.0-only",
"dependencies": {
"@ltd/j-toml": "^1.33.0",
"@octokit/plugin-throttling": "^11.0.0",
"@octokit/rest": "^22.0.0",
"js-yaml": "^4.1.0",
"js-yaml": "^4.2.0",
"material-design-lite": "^1.3.0"
}
},
@@ -37,7 +37,6 @@
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-7.0.6.tgz",
"integrity": "sha512-DhGl4xMVFGVIyMwswXeyzdL4uXD5OGILGX5N8Y+f6W7LhC1Ze2poSNrkF/fedpVDHEEZ+PHFW0vL14I+mm8K3Q==",
"license": "MIT",
"peer": true,
"dependencies": {
"@octokit/auth-token": "^6.0.0",
"@octokit/graphql": "^9.0.3",
@@ -229,9 +228,19 @@
"license": "MIT"
},
"node_modules/js-yaml": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/puzrin"
},
{
"type": "github",
"url": "https://github.com/sponsors/nodeca"
}
],
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1"
+1 -1
View File
@@ -20,7 +20,7 @@
"@ltd/j-toml": "^1.33.0",
"@octokit/plugin-throttling": "^11.0.0",
"@octokit/rest": "^22.0.0",
"js-yaml": "^4.1.0",
"js-yaml": "^4.2.0",
"material-design-lite": "^1.3.0"
}
}