From 518c1ee4857b292db1230134d7b49911fffa4245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 15:01:06 +0000 Subject: [PATCH] Bump js-yaml from 3.14.1 to 3.15.2 in /3-Authorization-II/1-call-api/SPA Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.15.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/3.15.2/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.15.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- 3-Authorization-II/1-call-api/SPA/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/3-Authorization-II/1-call-api/SPA/package-lock.json b/3-Authorization-II/1-call-api/SPA/package-lock.json index eb42942..2c4da37 100644 --- a/3-Authorization-II/1-call-api/SPA/package-lock.json +++ b/3-Authorization-II/1-call-api/SPA/package-lock.json @@ -3624,10 +3624,11 @@ "dev": true }, "node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "version": "3.15.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.15.2.tgz", + "integrity": "sha512-6EuL879VkRA+1Cz578mKMiKvjPNEuk6+r1JaFzoSWejZmtf7xWbIyw1e3KkxlkzTIt9Taw6JBhEppG7utc1P+w==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0"