From bc3509b70138cb74fd9fcf98c83e7a40baac4f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 22:59:39 +0000 Subject: [PATCH] Bump js-yaml from 4.1.0 to 4.3.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.3.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 40 ++++++++++++++++------------------------ 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index a09f2b3..cc14a40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,6 @@ "version": "0.2.9", "license": "Apache 2.0", "dependencies": { - "amplify-localstack": "github:localstack/amplify-localstack#fix-principal-rewriting", "cypress": "^12.9.0", "yesno": "^0.4.0" }, @@ -278,15 +277,6 @@ "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/amplify-localstack": { - "version": "0.2.6", - "resolved": "git+ssh://git@github.com/localstack/amplify-localstack.git#97eb5e8864f00c3b4b32598257266df05e748345", - "license": "Apache 2.0", - "dependencies": { - "cypress": "^12.9.0", - "yesno": "^0.4.0" - } - }, "node_modules/ansi-colors": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", @@ -2356,10 +2346,20 @@ } }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "dependencies": { "argparse": "^2.0.1" }, @@ -3805,14 +3805,6 @@ "uri-js": "^4.2.2" } }, - "amplify-localstack": { - "version": "git+ssh://git@github.com/localstack/amplify-localstack.git#97eb5e8864f00c3b4b32598257266df05e748345", - "from": "amplify-localstack@github:localstack/amplify-localstack#fix-principal-rewriting", - "requires": { - "cypress": "^12.9.0", - "yesno": "^0.4.0" - } - }, "ansi-colors": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", @@ -5271,9 +5263,9 @@ "dev": true }, "js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", "dev": true, "requires": { "argparse": "^2.0.1"