From ea32d8c106f7e918123e526b11247fa517ab8656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:47:52 +0000 Subject: [PATCH] :arrow_upper_right: [patch](deps): Bump typescript in /e2e Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- e2e/bun.lock | 4 ++-- e2e/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/bun.lock b/e2e/bun.lock index 6fe2187d..9b306d90 100644 --- a/e2e/bun.lock +++ b/e2e/bun.lock @@ -7,7 +7,7 @@ "@bahmutov/cypress-esbuild-preprocessor": "2.2.4", "cypress": "14.0.2", "pg": "8.13.1", - "typescript": "5.7.3", + "typescript": "5.8.2", }, }, }, @@ -1013,7 +1013,7 @@ "type-fest": ["type-fest@4.12.0", "", {}, "sha512-5Y2/pp2wtJk8o08G0CMkuFPCO354FGwk/vbidxrdhRGZfd0tFnb4Qb8anp9XxXriwBgVPjdWbKpGl4J9lJY2jQ=="], - "typescript": ["typescript@5.7.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw=="], + "typescript": ["typescript@5.8.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ=="], "undici": ["undici@5.28.4", "", { "dependencies": { "@fastify/busboy": "^2.0.0" } }, "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g=="], diff --git a/e2e/package.json b/e2e/package.json index cd560b47..dc1354a2 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -14,7 +14,7 @@ "@bahmutov/cypress-esbuild-preprocessor": "2.2.4", "cypress": "14.0.2", "pg": "8.13.1", - "typescript": "5.7.3" + "typescript": "5.8.2" }, "trustedDependencies": [ "cypress"