From 36962cff4b252919f4f425408d735941fd94a873 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 27 Jul 2024 00:25:47 +0000 Subject: [PATCH] Update dependency @rushstack/eslint-patch to v1.10.4 --- .../src/main/vue/package-lock.json | 11 ++++++----- .../src/main/vue/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package-lock.json b/xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package-lock.json index 57cb0212d135..9415641be87d 100644 --- a/xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package-lock.json +++ b/xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package-lock.json @@ -11,7 +11,7 @@ "vue": "2.7.16" }, "devDependencies": { - "@rushstack/eslint-patch": "1.10.2", + "@rushstack/eslint-patch": "1.10.4", "@vitejs/plugin-vue2": "2.3.1", "@vue/eslint-config-prettier": "9.0.0", "@vue/test-utils": "1.3.6", @@ -860,10 +860,11 @@ ] }, "node_modules/@rushstack/eslint-patch": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.2.tgz", - "integrity": "sha512-hw437iINopmQuxWPSUEvqE56NCPsiU8N4AYtfHmJFckclktzK9YQJieD3XkDCDH4OjL+C7zgPUh73R/nrcHrqw==", - "dev": true + "version": "1.10.4", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.4.tgz", + "integrity": "sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==", + "dev": true, + "license": "MIT" }, "node_modules/@types/estree": { "version": "1.0.5", diff --git a/xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package.json b/xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package.json index 7905a6cc5756..11b83afba72d 100644 --- a/xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package.json +++ b/xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package.json @@ -11,7 +11,7 @@ "vue": "2.7.16" }, "devDependencies": { - "@rushstack/eslint-patch": "1.10.2", + "@rushstack/eslint-patch": "1.10.4", "@vitejs/plugin-vue2": "2.3.1", "@vue/eslint-config-prettier": "9.0.0", "@vue/test-utils": "1.3.6",