From 6b465394b8fcb189117dfac7a234597452fda8a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 11:09:24 +0000 Subject: [PATCH] Bump js-yaml from 4.1.1 to 4.2.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 71 ++++++++++------------------------------------- 1 file changed, 14 insertions(+), 57 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76cf304d..493fdeb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12405,9 +12405,19 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" @@ -18701,19 +18711,6 @@ "typescript": ">=4.0.0" } }, - "node_modules/ts-declaration-location/node_modules/picomatch": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", - "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, "node_modules/ts-invariant": { "version": "0.10.3", "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.10.3.tgz", @@ -20123,7 +20120,7 @@ "version": "8.21.0", "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", - "dev": true, + "devOptional": true, "license": "MIT", "engines": { "node": ">=10.0.0" @@ -20362,46 +20359,6 @@ "react-dom": "^18.0.0 || ^19.0.0" } }, - "src/common/components/app": { - "name": "@curity/ui-kit-react-component-library", - "version": "0.0.0-SNAPSHOT-1", - "extraneous": true, - "license": "Apache-2.0", - "dependencies": { - "@curity/ui-kit-css": "^1.0.0", - "@curity/ui-kit-icons": "^1.0.0", - "@reach/dialog": "^0.18.0", - "i18next": "^25.6.0", - "react": "^19.2.0", - "react-hot-toast": "^2.5.2", - "react-i18next": "^16.1.5", - "react-qr-code": "^2.0.15" - }, - "devDependencies": { - "@eslint/js": "^9.9.0", - "@parcel/watcher": "^2.5.0", - "@testing-library/dom": "^10.4.0", - "@testing-library/react": "^16.1.0", - "@types/react": "^19.0.1", - "@vitejs/plugin-basic-ssl": "^2.1.0", - "@vitejs/plugin-react": "^5.0.4", - "eslint": "^9.16.0", - "eslint-plugin-react-hooks": "^7.0.0", - "eslint-plugin-react-refresh": "^0.4.16", - "eslint-plugin-simple-import-sort": "^12.1.1", - "globals": "^16.4.0", - "jsdom": "^27.0.1", - "stylelint-config-standard": "^39.0.1", - "typescript": "^5.7.2", - "typescript-eslint": "^8.18.0", - "vite": "^7.1.12", - "vite-tsconfig-paths": "^5.1.4", - "vitest": "^4.0.1" - }, - "engines": { - "node": ">=22.12.0" - } - }, "src/common/css": { "name": "@curity/ui-kit-css", "version": "1.0.0",