From 3a0a0bad3398f4d72335cc6cb42c99b5676550fc Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 20 Feb 2024 14:18:30 -0800 Subject: [PATCH] build: bump @electron/lint-roller to 1.11.1 (#518) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 95982c4be..b80073c44 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@docusaurus/module-type-aliases": "^2.2.0", "@docusaurus/types": "^2.1.0", "@electron/docs-parser": "^1.0.1", - "@electron/lint-roller": "^1.11.0", + "@electron/lint-roller": "^1.11.1", "@tsconfig/docusaurus": "^1.0.6", "@types/fs-extra": "^9.0.13", "@types/jest": "^26.0.23", diff --git a/yarn.lock b/yarn.lock index 74f364451..7507794cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1859,10 +1859,10 @@ ora "^4.0.3" pretty-ms "^5.1.0" -"@electron/lint-roller@^1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@electron/lint-roller/-/lint-roller-1.11.0.tgz#85492052ace3f9bcba478627f0f3ff4e407d7377" - integrity sha512-ogkoSsEnvp7bfoZ7DR3iWK64Z9CDXZugC8/70/dnu7uFi0ZbJVsCVlDPpGPLoUUAUr6HW+vzRFKPzyuF0G9hcw== +"@electron/lint-roller@^1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@electron/lint-roller/-/lint-roller-1.11.1.tgz#bf4ab114e8cb3a77e2c634807d4af3d40c3ba863" + integrity sha512-LfErOK5MnSmoSyVN5OnHWsQ8p5It8JBE0AmRYCx65WS4BZudnYeRcohlRSOSi+GGqldujdKHyEo+fdY5lREL/Q== dependencies: "@dsanders11/vscode-markdown-languageservice" "^0.3.0" balanced-match "^2.0.0"