From 47cbd916cf8c5edb8f1fa244e695550dc3558efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 13:38:03 +0000 Subject: [PATCH] Bump @types/lodash from 4.17.10 to 4.17.12 in /src/autorest.bicep Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.10 to 4.17.12. - [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] --- 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 bbe448b83f..1c4fb8f04d 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.10", + "@types/lodash": "^4.17.12", "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.10", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==" + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz", + "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==" }, "node_modules/@types/node": { "version": "20.8.7", @@ -7829,9 +7829,9 @@ "dev": true }, "@types/lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==" + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz", + "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==" }, "@types/node": { "version": "20.8.7", diff --git a/src/autorest.bicep/package.json b/src/autorest.bicep/package.json index b0dc3881cb..585861b61c 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.10", + "@types/lodash": "^4.17.12", "autorest": "^3.7.1", "bicep-types": "file:../../bicep-types/src/bicep-types", "json-schema": "^0.4.0",