oojs/ui: main (log #309982)

sourcepatches

This run took 232 seconds.

From 3a68f886c4fbd192199402c49bcb3adc0377b4c9 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 4 Jun 2021 12:04:31 +0000
Subject: [PATCH] build: Updating ws to 7.4.6

* https://npmjs.com/advisories/1748 (CVE-2021-32640)

Additional changes:
* Removing manual reportUnusedDisableDirectives for eslint.
* Removing manual extensions for eslint.

Change-Id: I94d69e27bd833fb36cec49c5630cf19394a2c80a
---
 Gruntfile.js      | 2 --
 package-lock.json | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/Gruntfile.js b/Gruntfile.js
index 4d2a6a6..42e6962 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -413,8 +413,6 @@ module.exports = function ( grunt ) {
 		// Lint – Code
 		eslint: {
 			options: {
-				reportUnusedDisableDirectives: true,
-				extensions: [ '.js', '.json' ],
 				cache: true
 			},
 			all: [
diff --git a/package-lock.json b/package-lock.json
index 1831561..e8d0eb5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7174,9 +7174,9 @@
 			}
 		},
 		"ws": {
-			"version": "7.4.5",
-			"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz",
-			"integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==",
+			"version": "7.4.6",
+			"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
+			"integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==",
 			"dev": true
 		},
 		"xtend": {
-- 
2.20.1

**purged**
Source code is licensed under the AGPL.