From 6ee9ab792a331675da5757846e6e4a7092e782b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 15:31:30 +0000 Subject: [PATCH] Bump @types/lodash from 4.17.0 to 4.17.1 in /src/autorest.bicep (#833) Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.0 to 4.17.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: "@types/lodash" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/autorest.bicep/package-lock.json | 14 +++++++------- src/autorest.bicep/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/autorest.bicep/package-lock.json b/src/autorest.bicep/package-lock.json index bcf40185..e760de37 100644 --- a/src/autorest.bicep/package-lock.json +++ b/src/autorest.bicep/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@autorest/codemodel": "^4.20.0", "@autorest/extension-base": "^3.6.0", - "@types/lodash": "^4.17.0", + "@types/lodash": "^4.17.1", "autorest": "^3.7.1", "bicep-types": "file:../../bicep-types/src/bicep-types", "lodash": "^4.17.21" @@ -1462,9 +1462,9 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz", - "integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==" + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.1.tgz", + "integrity": "sha512-X+2qazGS3jxLAIz5JDXDzglAF3KpijdhFxlf/V1+hEsOUc+HnWi81L/uv/EvGuV90WY+7mPGFCUDGfQC3Gj95Q==" }, "node_modules/@types/node": { "version": "20.8.7", @@ -7082,9 +7082,9 @@ "dev": true }, "@types/lodash": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz", - "integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==" + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.1.tgz", + "integrity": "sha512-X+2qazGS3jxLAIz5JDXDzglAF3KpijdhFxlf/V1+hEsOUc+HnWi81L/uv/EvGuV90WY+7mPGFCUDGfQC3Gj95Q==" }, "@types/node": { "version": "20.8.7", diff --git a/src/autorest.bicep/package.json b/src/autorest.bicep/package.json index c4c0f707..502bc19d 100644 --- a/src/autorest.bicep/package.json +++ b/src/autorest.bicep/package.json @@ -12,7 +12,7 @@ "dependencies": { "@autorest/codemodel": "^4.20.0", "@autorest/extension-base": "^3.6.0", - "@types/lodash": "^4.17.0", + "@types/lodash": "^4.17.1", "autorest": "^3.7.1", "bicep-types": "file:../../bicep-types/src/bicep-types", "lodash": "^4.17.21"