From 1d0768004b2d711f3f0ae7255e6d6cd050808671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 13:31:49 +0000 Subject: [PATCH] Bump @types/lodash from 4.17.9 to 4.17.10 in /src/autorest.bicep (#2306) Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.9 to 4.17.10. - [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 d14ff9b128..bbe448b83f 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.9", + "@types/lodash": "^4.17.10", "autorest": "^3.7.1", "bicep-types": "file:../../bicep-types/src/bicep-types", "json-schema": "^0.4.0", @@ -1474,9 +1474,9 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.17.9", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.9.tgz", - "integrity": "sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==" + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", + "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==" }, "node_modules/@types/node": { "version": "20.8.7", @@ -7829,9 +7829,9 @@ "dev": true }, "@types/lodash": { - "version": "4.17.9", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.9.tgz", - "integrity": "sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==" + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", + "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==" }, "@types/node": { "version": "20.8.7", diff --git a/src/autorest.bicep/package.json b/src/autorest.bicep/package.json index 5db575cc59..b0dc3881cb 100644 --- a/src/autorest.bicep/package.json +++ b/src/autorest.bicep/package.json @@ -13,7 +13,7 @@ "dependencies": { "@autorest/codemodel": "^4.20.0", "@autorest/extension-base": "^3.6.0", - "@types/lodash": "^4.17.9", + "@types/lodash": "^4.17.10", "autorest": "^3.7.1", "bicep-types": "file:../../bicep-types/src/bicep-types", "json-schema": "^0.4.0",