From 33fd41793aecec51ec2675e978b496259671faaa Mon Sep 17 00:00:00 2001 From: rdlabo Date: Sat, 15 Aug 2026 09:19:13 +0900 Subject: [PATCH 1/2] =?UTF-8?q?GitHub=20organization=E7=A7=BB=E7=AE=A1?= =?UTF-8?q?=E5=85=88=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 894c287..6905ebf 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,10 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/rdlabo-team/capacitor-codescanner.git" + "url": "git+https://github.com/rdlabo-dev/capacitor-codescanner.git" }, "bugs": { - "url": "https://github.com/rdlabo-team/capacitor-codescanner/issues" + "url": "https://github.com/rdlabo-dev/capacitor-codescanner/issues" }, "keywords": [ "capacitor", From 56442a1a7be66fd27dd37f79b2bc70b673f7f06a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 00:37:28 +0000 Subject: [PATCH 2/2] chore(deps-dev): bump js-yaml from 4.2.0 to 4.3.1 in /demo/angular Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.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.2.0...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- demo/angular/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo/angular/package-lock.json b/demo/angular/package-lock.json index 422b30a..4a647ec 100644 --- a/demo/angular/package-lock.json +++ b/demo/angular/package-lock.json @@ -8706,9 +8706,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", - "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", "dev": true, "funding": [ {