From d08c93db05d2dc94f8b2235efcc532e9f3d3a306 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 01:16:07 +0000 Subject: [PATCH] build(deps): bump @azure-tools/typespec-autorest in the typespec group Bumps the typespec group with 1 update: [@azure-tools/typespec-autorest](https://github.com/Azure/typespec-azure). Updates `@azure-tools/typespec-autorest` from 0.42.0 to 0.42.1 - [Release notes](https://github.com/Azure/typespec-azure/releases) - [Commits](https://github.com/Azure/typespec-azure/compare/typespec-azure@0.42.0...@azure-tools/typespec-autorest@0.42.1) --- updated-dependencies: - dependency-name: "@azure-tools/typespec-autorest" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: typespec ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3cf13c3a7..c77982c29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@azure-tools/typespec-autorest": "^0.42.0", + "@azure-tools/typespec-autorest": "^0.42.1", "@azure-tools/typespec-azure-core": "^0.42.0", "@azure-tools/typespec-azure-resource-manager": "^0.42.0", "@typespec/http": "^0.56.0", @@ -16,9 +16,9 @@ } }, "node_modules/@azure-tools/typespec-autorest": { - "version": "0.42.0", - "resolved": "https://registry.npmjs.org/@azure-tools/typespec-autorest/-/typespec-autorest-0.42.0.tgz", - "integrity": "sha512-3cB5SiIbRDvGXpadnxwqsNhQ4A9pteGTHIpVlKpENpvzIoWU9phe+uBmGJDiQ/9CQPiLk7JncER95XYVOvn/vA==", + "version": "0.42.1", + "resolved": "https://registry.npmjs.org/@azure-tools/typespec-autorest/-/typespec-autorest-0.42.1.tgz", + "integrity": "sha512-egWR2Ljxde5PvyDwuVu/8Rq8cSW6FW+qMbvwHfzrtm/sULdSnA6k+VnGD/PQ+dk+1SmFeKG1b+0MlaFuBVz1Hw==", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index a15f6bb1c..4fdba70d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@azure-tools/typespec-autorest": "^0.42.0", + "@azure-tools/typespec-autorest": "^0.42.1", "@azure-tools/typespec-azure-core": "^0.42.0", "@azure-tools/typespec-azure-resource-manager": "^0.42.0", "@typespec/http": "^0.56.0",