diff --git a/typespec/package-lock.json b/typespec/package-lock.json index 40c236a622..7f910d3cfa 100644 --- a/typespec/package-lock.json +++ b/typespec/package-lock.json @@ -12,7 +12,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.47.0", + "@azure-tools/typespec-providerhub": "~0.46.0", "@typespec/compiler": "~0.60.0", "@typespec/http": "~0.60.0", "@typespec/openapi": "~0.60.0", @@ -97,9 +97,9 @@ } }, "node_modules/@azure-tools/typespec-providerhub": { - "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==", + "version": "0.46.0", + "resolved": "https://registry.npmjs.org/@azure-tools/typespec-providerhub/-/typespec-providerhub-0.46.0.tgz", + "integrity": "sha512-N+lp8wHDJJTbt0vVijELfjEcukz19YvS6nMhR5Um13nIWveCcYBXaCGwkVJMfFL8Dm6yZS0B9q+FLkQ043xpzg==", "engines": { "node": ">=18.0.0" } diff --git a/typespec/package.json b/typespec/package.json index 76253e63a4..0be3591416 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.47.0", + "@azure-tools/typespec-providerhub": "~0.46.0", "@typespec/http": "~0.60.0", "@typespec/openapi": "~0.60.0", "@typespec/rest": "~0.60.0",