From 82b3457145d50f00abea532a6710addae613fde0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 16:08:11 +0000 Subject: [PATCH] Bump js-yaml Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../mastra/invoice_agent/invoice_agent/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/initiatives/agent_security_initiative/code_samples/agentic_top_ten/frameworks/mastra/invoice_agent/invoice_agent/package-lock.json b/initiatives/agent_security_initiative/code_samples/agentic_top_ten/frameworks/mastra/invoice_agent/invoice_agent/package-lock.json index dbb0e5a4..51e96b73 100644 --- a/initiatives/agent_security_initiative/code_samples/agentic_top_ten/frameworks/mastra/invoice_agent/invoice_agent/package-lock.json +++ b/initiatives/agent_security_initiative/code_samples/agentic_top_ten/frameworks/mastra/invoice_agent/invoice_agent/package-lock.json @@ -7196,9 +7196,9 @@ "license": "MIT" }, "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.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "license": "MIT", "dependencies": { "argparse": "^2.0.1"