Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] aa09b561b9 chore(deps): bump js-yaml from 4.3.0 to 4.3.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 4.3.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.3.0...4.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-06 22:14:29 +00:00
2 changed files with 13 additions and 13 deletions
+12 -12
View File
@@ -408,8 +408,8 @@ importers:
specifier: ^6.3.9
version: 6.8.9(supports-color@10.2.2)
js-yaml:
specifier: ^4.3.0
version: 4.3.0
specifier: ^4.3.1
version: 4.3.1
devDependencies:
electron:
specifier: ^42.3.2
@@ -5946,8 +5946,8 @@ packages:
js-tokens@9.0.1:
resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
js-yaml@4.3.0:
resolution: {integrity: sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==}
js-yaml@4.3.1:
resolution: {integrity: sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==}
hasBin: true
jsdom@29.1.1:
@@ -12325,7 +12325,7 @@ snapshots:
'@textlint/types': 15.7.1
chalk: 4.1.2
debug: 4.4.3(supports-color@10.2.2)
js-yaml: 4.3.0
js-yaml: 4.3.1
lodash: 4.18.1
pluralize: 2.0.0
string-width: 4.2.3
@@ -13210,7 +13210,7 @@ snapshots:
hosted-git-info: 4.1.0
isbinaryfile: 5.0.7
jiti: 2.7.0
js-yaml: 4.3.0
js-yaml: 4.3.1
json5: 2.2.3
lazy-val: 1.0.5
minimatch: 10.2.5
@@ -13396,7 +13396,7 @@ snapshots:
fs-extra: 10.1.0
http-proxy-agent: 7.0.2(supports-color@10.2.2)
https-proxy-agent: 7.0.6(supports-color@10.2.2)
js-yaml: 4.3.0
js-yaml: 4.3.1
sanitize-filename: 1.6.4
source-map-support: 0.5.21
stat-mode: 1.0.0
@@ -13653,7 +13653,7 @@ snapshots:
dependencies:
env-paths: 2.2.1
import-fresh: 3.3.1
js-yaml: 4.3.0
js-yaml: 4.3.1
parse-json: 5.2.0
optionalDependencies:
typescript: 6.0.3
@@ -13984,7 +13984,7 @@ snapshots:
app-builder-lib: 26.15.3(dmg-builder@26.15.3)(electron-builder-squirrel-windows@26.15.3)(supports-color@10.2.2)
builder-util: 26.15.3(supports-color@10.2.2)
fs-extra: 10.1.0
js-yaml: 4.3.0
js-yaml: 4.3.1
transitivePeerDependencies:
- electron-builder-squirrel-windows
- supports-color
@@ -14096,7 +14096,7 @@ snapshots:
dependencies:
builder-util-runtime: 9.7.0(supports-color@10.2.2)
fs-extra: 10.1.0
js-yaml: 4.3.0
js-yaml: 4.3.1
lazy-val: 1.0.5
lodash.escaperegexp: 4.1.2
lodash.isequal: 4.5.0
@@ -15114,7 +15114,7 @@ snapshots:
js-tokens@9.0.1: {}
js-yaml@4.3.0:
js-yaml@4.3.1:
dependencies:
argparse: 2.0.1
@@ -16827,7 +16827,7 @@ snapshots:
rc-config-loader@4.1.4(supports-color@10.2.2):
dependencies:
debug: 4.4.3(supports-color@10.2.2)
js-yaml: 4.3.0
js-yaml: 4.3.1
json5: 2.2.3
require-from-string: 2.0.2
transitivePeerDependencies:
+1 -1
View File
@@ -149,6 +149,6 @@
},
"dependencies": {
"electron-updater": "^6.3.9",
"js-yaml": "^4.3.0"
"js-yaml": "^4.3.1"
}
}