From 3301d11f82bdc6197acc5822f13dda24dea8997b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:50:22 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /ai Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ai/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/package.json b/ai/package.json index baaa2b2..77deea4 100644 --- a/ai/package.json +++ b/ai/package.json @@ -30,7 +30,7 @@ "@typescript-eslint/parser": "^8.15.0", "eslint": "^9.15.0", "tsx": "^4.19.2", - "typescript": "^5.7.2", + "typescript": "^6.0.3", "vitest": "^2.1.5" } } From d98193a42ebdae2b0217c42ad5a2a9b189fc6315 Mon Sep 17 00:00:00 2001 From: Pinky Collie <199848471+pinkycollie@users.noreply.github.com> Date: Sat, 30 May 2026 12:10:37 -0500 Subject: [PATCH 2/2] Update security.yml Signed-off-by: Pinky Collie <199848471+pinkycollie@users.noreply.github.com> --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 84307f5..6f910c2 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -65,7 +65,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '#' cache: 'npm' - name: Run npm audit