From 9d15ec11349e3b15cf5ec79f575476f3ecb90a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 04:51:15 +0000 Subject: [PATCH] build(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] --- package-lock.json | 16 +--------------- packages/core/package.json | 2 +- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8feacc22f..3c0db75e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38941,7 +38941,7 @@ "immutable": "^4.3.0", "jaro-winkler": "^0.2.8", "jose": "5.4.1", - "js-yaml": "^4.1.0", + "js-yaml": "^4.3.0", "jsonc-parser": "^3.2.0", "lodash": "^4.17.21", "lokijs": "^1.5.12", @@ -41164,20 +41164,6 @@ "assert": "^2.1.0" } }, - "packages/toolkit": { - "name": "aws-toolkit-vscode", - "version": "3.97.0-SNAPSHOT", - "extraneous": true, - "license": "Apache-2.0", - "dependencies": { - "aws-core-vscode": "file:../core/" - }, - "devDependencies": {}, - "engines": { - "npm": "^10.1.0", - "vscode": "^1.83.0" - } - }, "plugins/eslint-plugin-aws-toolkits": { "version": "1.0.0", "license": "Apache-2.0", diff --git a/packages/core/package.json b/packages/core/package.json index 76efb3189..6e2ba82c5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -654,7 +654,7 @@ "immutable": "^4.3.0", "jaro-winkler": "^0.2.8", "jose": "5.4.1", - "js-yaml": "^4.1.0", + "js-yaml": "^4.3.1", "jsonc-parser": "^3.2.0", "lodash": "^4.17.21", "lokijs": "^1.5.12",