From 81e746ca7cb033d217dfec3b76890a929587f49c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:59:48 +0000 Subject: [PATCH] build(deps): bump @azure-tools/typespec-azure-core from 0.37.2 to 0.41.0 Bumps [@azure-tools/typespec-azure-core](https://github.com/Azure/typespec-azure) from 0.37.2 to 0.41.0. - [Release notes](https://github.com/Azure/typespec-azure/releases) - [Commits](https://github.com/Azure/typespec-azure/commits/typespec-azure@0.41.0) --- updated-dependencies: - dependency-name: "@azure-tools/typespec-azure-core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 381846334..b28821342 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@azure-tools/typespec-autorest": "^0.37.2", - "@azure-tools/typespec-azure-core": "^0.37.2", + "@azure-tools/typespec-azure-core": "^0.41.0", "@azure-tools/typespec-azure-resource-manager": "^0.37.1", "@typespec/http": "^0.55.0", "@typespec/openapi": "^0.55.0", @@ -32,16 +32,16 @@ } }, "node_modules/@azure-tools/typespec-azure-core": { - "version": "0.37.2", - "resolved": "https://registry.npmjs.org/@azure-tools/typespec-azure-core/-/typespec-azure-core-0.37.2.tgz", - "integrity": "sha512-/503w3jnRnStowsI7etaDynwQcz7ecNqhFKZErBYGbKVZKoEwJIr5d59m52sjJs8cmr2336es6jw2n2TdfotrA==", + "version": "0.41.0", + "resolved": "https://registry.npmjs.org/@azure-tools/typespec-azure-core/-/typespec-azure-core-0.41.0.tgz", + "integrity": "sha512-bnVrLxyjhMfKv75POL3m+lWjyqpLtWYEM9t2mrhFECHfW3+gWzTKIg98oNMKLXmev/sCc9QhbkKLs72jqxNL1Q==", "engines": { "node": ">=18.0.0" }, "peerDependencies": { - "@typespec/compiler": "~0.51.0", - "@typespec/http": "~0.51.0", - "@typespec/rest": "~0.51.0" + "@typespec/compiler": "~0.55.0", + "@typespec/http": "~0.55.0", + "@typespec/rest": "~0.55.0" } }, "node_modules/@azure-tools/typespec-azure-resource-manager": { diff --git a/package.json b/package.json index 81b989ea5..4814c6d2d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@azure-tools/typespec-autorest": "^0.37.2", - "@azure-tools/typespec-azure-core": "^0.37.2", + "@azure-tools/typespec-azure-core": "^0.41.0", "@azure-tools/typespec-azure-resource-manager": "^0.37.1", "@typespec/http": "^0.55.0", "@typespec/openapi": "^0.55.0",