diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 63f77e10e..55ea8f542 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -13,6 +13,10 @@ This change log covers only the command line interface (CLI) of Open VSX. - Replace `keytar` with `cross-keychain` to store credentials in the system keychain ([#1950](https://github.com/eclipse/openvsx/pull/1950)) - Mask token input when using `login` command ([#1966](https://github.com/eclipse-openvsx/openvsx/pull/1966) +#### Dependencies + +- Bump js-yaml from `4.2.0` to `4.3.0` ([#1976](https://github.com/eclipse/openvsx/pull/1976)) + ### [v1.0.2] (23/06/2026) #### Dependencies diff --git a/cli/yarn.lock b/cli/yarn.lock index 40ef3f2ab..191ff1967 100644 --- a/cli/yarn.lock +++ b/cli/yarn.lock @@ -3136,13 +3136,13 @@ __metadata: linkType: hard "js-yaml@npm:^4.1.0, js-yaml@npm:^4.1.1": - version: 4.2.0 - resolution: "js-yaml@npm:4.2.0" + version: 4.3.0 + resolution: "js-yaml@npm:4.3.0" dependencies: argparse: "npm:^2.0.1" bin: js-yaml: bin/js-yaml.js - checksum: 10/51de2067a2b44b07ba5206132e56005f8b568ff279bb4d2f645068958c56fa4827d40a6841c983234671fa0a134bf094d0b0717873c2a3d319185297af145a6d + checksum: 10/2bcec3a8118d7f744badeb04e14366578d234a736f353d41fe35d2305e4ce2409a8e041d277f07cd6bbc8aaa12128d650a68ce43247072519bede20962d2126f languageName: node linkType: hard diff --git a/webui/CHANGELOG.md b/webui/CHANGELOG.md index c9b4b4779..1bad99469 100644 --- a/webui/CHANGELOG.md +++ b/webui/CHANGELOG.md @@ -25,6 +25,7 @@ This change log covers only the frontend library (webui) of Open VSX. - Bump brace-expansion from `2.0.2` to `2.1.1` ([#1944](https://github.com/eclipse-openvsx/openvsx/pull/1944)) - Bump brace-expansion from `5.0.3` to `5.0.7` ([#1944](https://github.com/eclipse-openvsx/openvsx/pull/1944)) - Bump tar from `7.5.16` to `7.5.19` ([#1959](https://github.com/eclipse-openvsx/openvsx/pull/1959)) +- Bump js-yaml from `4.2.0` to `4.3.0` ([#1976](https://github.com/eclipse-openvsx/openvsx/pull/1976)) ## [v1.0.2] (23/06/2026) diff --git a/webui/yarn.lock b/webui/yarn.lock index 524b8dfdc..6fdc605de 100644 --- a/webui/yarn.lock +++ b/webui/yarn.lock @@ -5170,13 +5170,13 @@ __metadata: linkType: hard "js-yaml@npm:^4.1.1": - version: 4.2.0 - resolution: "js-yaml@npm:4.2.0" + version: 4.3.0 + resolution: "js-yaml@npm:4.3.0" dependencies: argparse: "npm:^2.0.1" bin: js-yaml: bin/js-yaml.js - checksum: 10/51de2067a2b44b07ba5206132e56005f8b568ff279bb4d2f645068958c56fa4827d40a6841c983234671fa0a134bf094d0b0717873c2a3d319185297af145a6d + checksum: 10/2bcec3a8118d7f744badeb04e14366578d234a736f353d41fe35d2305e4ce2409a8e041d277f07cd6bbc8aaa12128d650a68ce43247072519bede20962d2126f languageName: node linkType: hard