diff --git a/src/autorest.bicep/package-lock.json b/src/autorest.bicep/package-lock.json index 7bd210ab7f..20276affba 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.4", + "@types/lodash": "^4.17.5", "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.4", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==" + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", + "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==" }, "node_modules/@types/node": { "version": "20.8.7", @@ -7829,9 +7829,9 @@ "dev": true }, "@types/lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==" + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", + "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==" }, "@types/node": { "version": "20.8.7", diff --git a/src/autorest.bicep/package.json b/src/autorest.bicep/package.json index 52d4ecec56..33a163b54c 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.4", + "@types/lodash": "^4.17.5", "autorest": "^3.7.1", "bicep-types": "file:../../bicep-types/src/bicep-types", "json-schema": "^0.4.0",