From ecc33ed37eb8c141077287aa47612f4c0c4ef2ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 06:05:26 +0000 Subject: [PATCH] Bump the npm-minor group in /dapp with 3 updates Bumps the npm-minor group in /dapp with 3 updates: [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check), [typescript](https://github.com/Microsoft/TypeScript) and [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk). Updates `@astrojs/check` from 0.4.1 to 0.9.3 - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.9.3/packages/astro-check) Updates `typescript` from 5.3.3 to 5.5.4 - [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.3.3...v5.5.4) Updates `@stellar/stellar-sdk` from 12.1.0 to 12.2.0 - [Release notes](https://github.com/stellar/js-stellar-sdk/releases) - [Changelog](https://github.com/stellar/js-stellar-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/stellar/js-stellar-sdk/compare/v12.1.0...v12.2.0) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: "@stellar/stellar-sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor ... Signed-off-by: dependabot[bot] --- dapp/package.json | 4 ++-- dapp/packages/soroban_versioning/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dapp/package.json b/dapp/package.json index 1e7bb63c..e0de7ec9 100644 --- a/dapp/package.json +++ b/dapp/package.json @@ -1,13 +1,13 @@ { "dependencies": { - "@astrojs/check": "^0.4.1", + "@astrojs/check": "^0.9.3", "@astrojs/tailwind": "^5.1.0", "@creit.tech/stellar-wallets-kit": "^1.0.0", "astro": "^4.2.4", "install": "^0.13.0", "js-sha3": "^0.9.3", "tailwindcss": "^3.4.10", - "typescript": "^5.3.3" + "typescript": "^5.5.4" }, "devDependencies": { "dotenv": "^16.4.1", diff --git a/dapp/packages/soroban_versioning/package.json b/dapp/packages/soroban_versioning/package.json index e9518f8c..250da53a 100644 --- a/dapp/packages/soroban_versioning/package.json +++ b/dapp/packages/soroban_versioning/package.json @@ -9,9 +9,9 @@ }, "dependencies": { "buffer": "6.0.3", - "@stellar/stellar-sdk": "12.1.0" + "@stellar/stellar-sdk": "12.2.0" }, "devDependencies": { - "typescript": "5.3.3" + "typescript": "5.5.4" } }