From fe7b9512b900358553a583639fdb02705c354280 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 09:39:31 +0000 Subject: [PATCH 1/2] chore(deps): update dependency @rushstack/eslint-patch to v1.5.1 --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 775877208..5719c6527 100644 --- a/yarn.lock +++ b/yarn.lock @@ -541,9 +541,9 @@ picomatch "^2.3.1" "@rushstack/eslint-patch@^1.1.4": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz#8be36a1f66f3265389e90b5f9c9962146758f728" - integrity sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg== + version "1.5.1" + resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.5.1.tgz#5f1b518ec5fa54437c0b7c4a821546c64fed6922" + integrity sha512-6i/8UoL0P5y4leBIGzvkZdS85RDMG9y1ihZzmTZQ5LdHUYmZ7pKFoj8X0236s3lusPs1Fa5HTQUpwI+UfTcmeA== "@rushstack/node-core-library@3.61.0", "@rushstack/node-core-library@^3.53.2": version "3.61.0" From 2b8434af627260f60fc7f00bde1892a6ccd96ecb Mon Sep 17 00:00:00 2001 From: Siva Sankar Reddy Bogala Date: Tue, 3 Oct 2023 15:19:53 +0530 Subject: [PATCH 2/2] feat: fixate rushstack-eslint-patch to v1.5.1 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f9f0a2e32..d0c45f13e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "vue": "^3.2.45" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.1.4", + "@rushstack/eslint-patch": "1.5.1", "@vitejs/plugin-vue": "^4.0.0", "@vitejs/plugin-vue-jsx": "^3.0.2", "@vue/eslint-config-prettier": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index 5719c6527..3c640098f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -540,7 +540,7 @@ estree-walker "^2.0.2" picomatch "^2.3.1" -"@rushstack/eslint-patch@^1.1.4": +"@rushstack/eslint-patch@1.5.1": version "1.5.1" resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.5.1.tgz#5f1b518ec5fa54437c0b7c4a821546c64fed6922" integrity sha512-6i/8UoL0P5y4leBIGzvkZdS85RDMG9y1ihZzmTZQ5LdHUYmZ7pKFoj8X0236s3lusPs1Fa5HTQUpwI+UfTcmeA==