From c6452fcd4c0524560e45f9ca11f4458bdd2c16f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:32:15 +0000 Subject: [PATCH] Bump @azure-tools/typespec-providerhub in /typespec Bumps [@azure-tools/typespec-providerhub](https://github.com/Azure/typespec-azure-pr) from 0.46.0 to 0.47.0. - [Commits](https://github.com/Azure/typespec-azure-pr/commits) --- updated-dependencies: - dependency-name: "@azure-tools/typespec-providerhub" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- typespec/package-lock.json | 25 ++++++++++++------------- typespec/package.json | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/typespec/package-lock.json b/typespec/package-lock.json index 0d2ab34a2ce..40c236a6222 100644 --- a/typespec/package-lock.json +++ b/typespec/package-lock.json @@ -9,15 +9,15 @@ "version": "0.1.0", "license": "Apache-2.0", "dependencies": { - "@azure-tools/typespec-autorest": "^0.46.0", - "@azure-tools/typespec-azure-core": "^0.46.0", - "@azure-tools/typespec-azure-resource-manager": "^0.46.0", - "@azure-tools/typespec-providerhub": "^0.46.0", - "@typespec/compiler": "^0.60.0", - "@typespec/http": "^0.60.0", - "@typespec/openapi": "^0.60.0", - "@typespec/rest": "^0.60.0", - "@typespec/versioning": "^0.60.0" + "@azure-tools/typespec-autorest": "~0.46.0", + "@azure-tools/typespec-azure-core": "~0.46.0", + "@azure-tools/typespec-azure-resource-manager": "~0.46.0", + "@azure-tools/typespec-providerhub": "^0.47.0", + "@typespec/compiler": "~0.60.0", + "@typespec/http": "~0.60.0", + "@typespec/openapi": "~0.60.0", + "@typespec/rest": "~0.60.0", + "@typespec/versioning": "~0.60.0" } }, "node_modules/@azure-tools/typespec-autorest": { @@ -97,10 +97,9 @@ } }, "node_modules/@azure-tools/typespec-providerhub": { - "version": "0.46.0", - "resolved": "https://registry.npmjs.org/@azure-tools/typespec-providerhub/-/typespec-providerhub-0.46.0.tgz", - "integrity": "sha512-N+lp8wHDJJTbt0vVijELfjEcukz19YvS6nMhR5Um13nIWveCcYBXaCGwkVJMfFL8Dm6yZS0B9q+FLkQ043xpzg==", - "license": "MIT", + "version": "0.47.0", + "resolved": "https://registry.npmjs.org/@azure-tools/typespec-providerhub/-/typespec-providerhub-0.47.0.tgz", + "integrity": "sha512-528VwSeoF0W6p5DS+wTQePeqJI/5H4KoP3tZe1rB5PI4ykLyV3IDrAsASMov3ULPXjkjC0AZp41S+M4q4PZe+Q==", "engines": { "node": ">=18.0.0" } diff --git a/typespec/package.json b/typespec/package.json index 11e7821528f..76253e63a48 100644 --- a/typespec/package.json +++ b/typespec/package.json @@ -7,7 +7,7 @@ "@azure-tools/typespec-autorest": "~0.46.0", "@azure-tools/typespec-azure-core": "~0.46.0", "@azure-tools/typespec-azure-resource-manager": "~0.46.0", - "@azure-tools/typespec-providerhub": "^0.46.0", + "@azure-tools/typespec-providerhub": "^0.47.0", "@typespec/http": "~0.60.0", "@typespec/openapi": "~0.60.0", "@typespec/rest": "~0.60.0",