From 3a33dc1d9a3b3faa304b77d49c0264ffb7c3343d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 06:31:26 +0000 Subject: [PATCH] Bump autorest from 2.0.4413 to 3.0.6335 Bumps [autorest](https://github.com/Azure/autorest) from 2.0.4413 to 3.0.6335. - [Release notes](https://github.com/Azure/autorest/releases) - [Changelog](https://github.com/Azure/autorest/blob/master/changelog.md) - [Commits](https://github.com/Azure/autorest/commits/autorest-core-3.0.6335) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc51ca372..3c8707214 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1150,9 +1150,9 @@ "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" }, "autorest": { - "version": "2.0.4413", - "resolved": "https://registry.npmjs.org/autorest/-/autorest-2.0.4413.tgz", - "integrity": "sha512-Ttx/O6Yag5q8fpJDvllgf/joLuVPBySkbAqDF7+9jAmscCPQplYjA9H/N12bwkhh+6YR3ugWZHQq3NTN33hkAg==", + "version": "3.0.6335", + "resolved": "https://registry.npmjs.org/autorest/-/autorest-3.0.6335.tgz", + "integrity": "sha512-HPYW5pZpSY/rqtx8oXoKPBStkCfxZC1mkejLT1xyOgOIrD0cO98rBYkKHFAfeK7n2Oy6sQGEV2ej/7csj7sShA==", "dev": true }, "aws-sign2": { diff --git a/package.json b/package.json index 2c7f0b5d5..9a4b74879 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@types/yazl": "2.4.2", "@typescript-eslint/eslint-plugin": "4.0.0", "@typescript-eslint/parser": "3.10.1", - "autorest": "2.0.4413", + "autorest": "3.0.6335", "chai": "4.2.0", "chai-as-promised": "7.1.1", "eslint": "7.18.0",