mediawiki/extensions/GraphQL: main (log #1052325)

sourcepatches

This run took 73 seconds.

From 184a235ed3dd1aa9c1f3e4df75d5f1787c81b7ff Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sat, 3 Jun 2023 23:59:39 +0000
Subject: [PATCH] build: Updating npm dependencies
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* eslint-config-wikimedia: 0.24.0 → 0.25.0
* grunt-banana-checker: 0.10.0 → 0.11.0
* grunt-eslint: 24.0.0 → 24.0.1

Change-Id: I3ba78531a77f5c91d4c07a8a519fb920e6098d1a
---
 package-lock.json | 199 ++++++++++++++++++++++++++++++----------------
 package.json      |   6 +-
 2 files changed, 133 insertions(+), 72 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index ffd283d..6735309 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,10 +20,10 @@
 				"babel-loader": "^8.0.5",
 				"clean-webpack-plugin": "^2.0.1",
 				"css-loader": "^2.1.1",
-				"eslint-config-wikimedia": "0.24.0",
+				"eslint-config-wikimedia": "0.25.0",
 				"grunt": "1.6.1",
-				"grunt-banana-checker": "0.10.0",
-				"grunt-eslint": "24.0.0",
+				"grunt-banana-checker": "0.11.0",
+				"grunt-eslint": "24.0.1",
 				"style-loader": "^0.23.1",
 				"webpack": "^4.30.0",
 				"webpack-cli": "^3.3.11"
@@ -2183,9 +2183,9 @@
 			}
 		},
 		"node_modules/browserslist-config-wikimedia": {
-			"version": "0.4.0",
-			"resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.4.0.tgz",
-			"integrity": "sha512-U/fmsaGlCKOqRIjKqXwQ44qFqiStngRTphj1Cf6IHV6J8OK8T0gu9dKc7Ljq4v7bwhnhN+YCCa4fA3nZlPNivQ==",
+			"version": "0.5.0",
+			"resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.5.0.tgz",
+			"integrity": "sha512-t+tvSnTeVhVF2lNRxoAlE51/ZCfUs5SNNZUnWu2N8xXOGMPTMyKk5l4mayvDdm+5L8oqmnALU+TjnN2Z+ZTCTw==",
 			"dev": true
 		},
 		"node_modules/buffer": {
@@ -3291,22 +3291,23 @@
 			}
 		},
 		"node_modules/eslint-config-wikimedia": {
-			"version": "0.24.0",
-			"resolved": "https://registry.npmjs.org/eslint-config-wikimedia/-/eslint-config-wikimedia-0.24.0.tgz",
-			"integrity": "sha512-8oH/YhJ87ONSmuRfATgx8U7Jcwz3tBemrh6YOezIfj9f2QfE71ZhaKZrNPdfS7vIklLor/cB9vX7sxN10nz8xw==",
+			"version": "0.25.0",
+			"resolved": "https://registry.npmjs.org/eslint-config-wikimedia/-/eslint-config-wikimedia-0.25.0.tgz",
+			"integrity": "sha512-xLvXPyPmBLMPCE/FDy69ViFNsA3+uvFpH63IKtiqS9Olv1kWU2TWFlpJMFFEu0RWVnbciUKFOoLy3P36UvNHag==",
 			"dev": true,
 			"dependencies": {
-				"browserslist-config-wikimedia": "^0.4.0",
+				"browserslist-config-wikimedia": "^0.5.0",
 				"eslint": "^8.31.0",
 				"eslint-plugin-compat": "^4.0.2",
 				"eslint-plugin-es-x": "^5.2.1",
 				"eslint-plugin-jsdoc": "39.2.2",
 				"eslint-plugin-json-es": "^1.5.7",
-				"eslint-plugin-mediawiki": "^0.4.0",
+				"eslint-plugin-mediawiki": "^0.5.0",
 				"eslint-plugin-mocha": "^9.0.0",
 				"eslint-plugin-no-jquery": "^2.7.0",
 				"eslint-plugin-node": "^11.1.0",
-				"eslint-plugin-qunit": "^7.2.0",
+				"eslint-plugin-qunit": "^7.3.0",
+				"eslint-plugin-security": "^1.7.1",
 				"eslint-plugin-unicorn": "^42.0.0",
 				"eslint-plugin-vue": "^8.7.1",
 				"eslint-plugin-wdio": "^7.19.4",
@@ -3548,9 +3549,9 @@
 			}
 		},
 		"node_modules/eslint-plugin-mediawiki": {
-			"version": "0.4.0",
-			"resolved": "https://registry.npmjs.org/eslint-plugin-mediawiki/-/eslint-plugin-mediawiki-0.4.0.tgz",
-			"integrity": "sha512-Eufptb8lrElYwIONvgxlMBnPD6PYT4xAFprWlBxV5brCmUh8MZ41+lMxt2TPwEC6C85ngflkVez8BV8tWS9RyQ==",
+			"version": "0.5.0",
+			"resolved": "https://registry.npmjs.org/eslint-plugin-mediawiki/-/eslint-plugin-mediawiki-0.5.0.tgz",
+			"integrity": "sha512-rjkHFyv3VDan/dmu7YpD1Rl9h64NOlz4mqqesRN316R+571+ymmb6lXVOdNMbT8H1iPhmtHc+nijVLVkn7pYDw==",
 			"dev": true,
 			"dependencies": {
 				"eslint-plugin-vue": "^8.7.1",
@@ -3662,9 +3663,9 @@
 			}
 		},
 		"node_modules/eslint-plugin-qunit": {
-			"version": "7.2.0",
-			"resolved": "https://registry.npmjs.org/eslint-plugin-qunit/-/eslint-plugin-qunit-7.2.0.tgz",
-			"integrity": "sha512-ebT6aOpmMj4vchG0hVw9Ukbutk/lgywrc8gc9w9hH2/4WjKqwMlyM7iVwqB7OAXv6gtQMJZuziT0wNjjymAuWA==",
+			"version": "7.3.4",
+			"resolved": "https://registry.npmjs.org/eslint-plugin-qunit/-/eslint-plugin-qunit-7.3.4.tgz",
+			"integrity": "sha512-EbDM0zJerH9zVdUswMJpcFF7wrrpvsGuYfNexUpa5hZkkdFhaFcX+yD+RSK4Nrauw4psMGlcqeWUMhaVo+Manw==",
 			"dev": true,
 			"dependencies": {
 				"eslint-utils": "^3.0.0",
@@ -3701,6 +3702,24 @@
 				"node": ">=10"
 			}
 		},
+		"node_modules/eslint-plugin-security": {
+			"version": "1.7.1",
+			"resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-1.7.1.tgz",
+			"integrity": "sha512-sMStceig8AFglhhT2LqlU5r+/fn9OwsA72O5bBuQVTssPCdQAOQzL+oMn/ZcpeUY6KcNfLJArgcrsSULNjYYdQ==",
+			"dev": true,
+			"dependencies": {
+				"safe-regex": "^2.1.1"
+			}
+		},
+		"node_modules/eslint-plugin-security/node_modules/safe-regex": {
+			"version": "2.1.1",
+			"resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-2.1.1.tgz",
+			"integrity": "sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==",
+			"dev": true,
+			"dependencies": {
+				"regexp-tree": "~0.1.1"
+			}
+		},
 		"node_modules/eslint-plugin-unicorn": {
 			"version": "42.0.0",
 			"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-42.0.0.tgz",
@@ -3861,9 +3880,9 @@
 			}
 		},
 		"node_modules/eslint-plugin-vue/node_modules/semver": {
-			"version": "7.3.7",
-			"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
-			"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
+			"version": "7.5.1",
+			"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
+			"integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
 			"dev": true,
 			"dependencies": {
 				"lru-cache": "^6.0.0"
@@ -5388,9 +5407,9 @@
 			}
 		},
 		"node_modules/grunt-banana-checker": {
-			"version": "0.10.0",
-			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.10.0.tgz",
-			"integrity": "sha512-Sx+P3zWjn4YmBCqzidnCEkYrACe1SLTIT8kKC6C3f21Hu6sm17U/V+re343cuK3U+iGZv15ux6bY+69buIbYrA==",
+			"version": "0.11.0",
+			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.11.0.tgz",
+			"integrity": "sha512-qXtcxu7y9GFEIx6ELm5jSf+JqvCafdco+t/YsrUhUDNe9AgCnP7X0R+PxT0qZaDftKVrDrR2gPOYqpaAye5bDw==",
 			"dev": true,
 			"bin": {
 				"banana-checker": "src/cli.js"
@@ -5438,9 +5457,9 @@
 			}
 		},
 		"node_modules/grunt-eslint": {
-			"version": "24.0.0",
-			"resolved": "https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-24.0.0.tgz",
-			"integrity": "sha512-WpTeBBFweyhMuPjGwRSQV9JFJ+EczIdlsc7Dd/1g78QVI1aZsk4g/H3e+3S5HEwsS1RKL2YZIrGj8hMLlBfN8w==",
+			"version": "24.0.1",
+			"resolved": "https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-24.0.1.tgz",
+			"integrity": "sha512-gFzp+ikAkwyu6nqBE2zx1pLVL0JPrerG7jaO4uJV3XUGKPIipv4mfhDOS5MyiMrzUtGdXSW8FkRHjoUnfqbW+g==",
 			"dev": true,
 			"dependencies": {
 				"chalk": "^4.1.2",
@@ -6995,9 +7014,9 @@
 			}
 		},
 		"node_modules/nth-check": {
-			"version": "2.0.1",
-			"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
-			"integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
+			"version": "2.1.1",
+			"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
+			"integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
 			"dev": true,
 			"dependencies": {
 				"boolbase": "^1.0.0"
@@ -9072,6 +9091,19 @@
 			"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
 			"dev": true
 		},
+		"node_modules/typescript": {
+			"version": "5.1.3",
+			"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
+			"integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
+			"peer": true,
+			"bin": {
+				"tsc": "bin/tsc",
+				"tsserver": "bin/tsserver"
+			},
+			"engines": {
+				"node": ">=14.17"
+			}
+		},
 		"node_modules/uc.micro": {
 			"version": "1.0.6",
 			"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
@@ -9394,9 +9426,9 @@
 			}
 		},
 		"node_modules/vue-eslint-parser/node_modules/eslint-scope": {
-			"version": "7.1.1",
-			"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
-			"integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
+			"version": "7.2.0",
+			"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
+			"integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
 			"dev": true,
 			"dependencies": {
 				"esrecurse": "^4.3.0",
@@ -9404,6 +9436,9 @@
 			},
 			"engines": {
 				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+			},
+			"funding": {
+				"url": "https://opencollective.com/eslint"
 			}
 		},
 		"node_modules/vue-eslint-parser/node_modules/estraverse": {
@@ -9428,9 +9463,9 @@
 			}
 		},
 		"node_modules/vue-eslint-parser/node_modules/semver": {
-			"version": "7.3.7",
-			"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
-			"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
+			"version": "7.5.1",
+			"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
+			"integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
 			"dev": true,
 			"dependencies": {
 				"lru-cache": "^6.0.0"
@@ -11829,9 +11864,9 @@
 			}
 		},
 		"browserslist-config-wikimedia": {
-			"version": "0.4.0",
-			"resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.4.0.tgz",
-			"integrity": "sha512-U/fmsaGlCKOqRIjKqXwQ44qFqiStngRTphj1Cf6IHV6J8OK8T0gu9dKc7Ljq4v7bwhnhN+YCCa4fA3nZlPNivQ==",
+			"version": "0.5.0",
+			"resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.5.0.tgz",
+			"integrity": "sha512-t+tvSnTeVhVF2lNRxoAlE51/ZCfUs5SNNZUnWu2N8xXOGMPTMyKk5l4mayvDdm+5L8oqmnALU+TjnN2Z+ZTCTw==",
 			"dev": true
 		},
 		"buffer": {
@@ -12980,22 +13015,23 @@
 			}
 		},
 		"eslint-config-wikimedia": {
-			"version": "0.24.0",
-			"resolved": "https://registry.npmjs.org/eslint-config-wikimedia/-/eslint-config-wikimedia-0.24.0.tgz",
-			"integrity": "sha512-8oH/YhJ87ONSmuRfATgx8U7Jcwz3tBemrh6YOezIfj9f2QfE71ZhaKZrNPdfS7vIklLor/cB9vX7sxN10nz8xw==",
+			"version": "0.25.0",
+			"resolved": "https://registry.npmjs.org/eslint-config-wikimedia/-/eslint-config-wikimedia-0.25.0.tgz",
+			"integrity": "sha512-xLvXPyPmBLMPCE/FDy69ViFNsA3+uvFpH63IKtiqS9Olv1kWU2TWFlpJMFFEu0RWVnbciUKFOoLy3P36UvNHag==",
 			"dev": true,
 			"requires": {
-				"browserslist-config-wikimedia": "^0.4.0",
+				"browserslist-config-wikimedia": "^0.5.0",
 				"eslint": "^8.31.0",
 				"eslint-plugin-compat": "^4.0.2",
 				"eslint-plugin-es-x": "^5.2.1",
 				"eslint-plugin-jsdoc": "39.2.2",
 				"eslint-plugin-json-es": "^1.5.7",
-				"eslint-plugin-mediawiki": "^0.4.0",
+				"eslint-plugin-mediawiki": "^0.5.0",
 				"eslint-plugin-mocha": "^9.0.0",
 				"eslint-plugin-no-jquery": "^2.7.0",
 				"eslint-plugin-node": "^11.1.0",
-				"eslint-plugin-qunit": "^7.2.0",
+				"eslint-plugin-qunit": "^7.3.0",
+				"eslint-plugin-security": "^1.7.1",
 				"eslint-plugin-unicorn": "^42.0.0",
 				"eslint-plugin-vue": "^8.7.1",
 				"eslint-plugin-wdio": "^7.19.4",
@@ -13161,9 +13197,9 @@
 			}
 		},
 		"eslint-plugin-mediawiki": {
-			"version": "0.4.0",
-			"resolved": "https://registry.npmjs.org/eslint-plugin-mediawiki/-/eslint-plugin-mediawiki-0.4.0.tgz",
-			"integrity": "sha512-Eufptb8lrElYwIONvgxlMBnPD6PYT4xAFprWlBxV5brCmUh8MZ41+lMxt2TPwEC6C85ngflkVez8BV8tWS9RyQ==",
+			"version": "0.5.0",
+			"resolved": "https://registry.npmjs.org/eslint-plugin-mediawiki/-/eslint-plugin-mediawiki-0.5.0.tgz",
+			"integrity": "sha512-rjkHFyv3VDan/dmu7YpD1Rl9h64NOlz4mqqesRN316R+571+ymmb6lXVOdNMbT8H1iPhmtHc+nijVLVkn7pYDw==",
 			"dev": true,
 			"requires": {
 				"eslint-plugin-vue": "^8.7.1",
@@ -13244,9 +13280,9 @@
 			}
 		},
 		"eslint-plugin-qunit": {
-			"version": "7.2.0",
-			"resolved": "https://registry.npmjs.org/eslint-plugin-qunit/-/eslint-plugin-qunit-7.2.0.tgz",
-			"integrity": "sha512-ebT6aOpmMj4vchG0hVw9Ukbutk/lgywrc8gc9w9hH2/4WjKqwMlyM7iVwqB7OAXv6gtQMJZuziT0wNjjymAuWA==",
+			"version": "7.3.4",
+			"resolved": "https://registry.npmjs.org/eslint-plugin-qunit/-/eslint-plugin-qunit-7.3.4.tgz",
+			"integrity": "sha512-EbDM0zJerH9zVdUswMJpcFF7wrrpvsGuYfNexUpa5hZkkdFhaFcX+yD+RSK4Nrauw4psMGlcqeWUMhaVo+Manw==",
 			"dev": true,
 			"requires": {
 				"eslint-utils": "^3.0.0",
@@ -13270,6 +13306,26 @@
 				}
 			}
 		},
+		"eslint-plugin-security": {
+			"version": "1.7.1",
+			"resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-1.7.1.tgz",
+			"integrity": "sha512-sMStceig8AFglhhT2LqlU5r+/fn9OwsA72O5bBuQVTssPCdQAOQzL+oMn/ZcpeUY6KcNfLJArgcrsSULNjYYdQ==",
+			"dev": true,
+			"requires": {
+				"safe-regex": "^2.1.1"
+			},
+			"dependencies": {
+				"safe-regex": {
+					"version": "2.1.1",
+					"resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-2.1.1.tgz",
+					"integrity": "sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==",
+					"dev": true,
+					"requires": {
+						"regexp-tree": "~0.1.1"
+					}
+				}
+			}
+		},
 		"eslint-plugin-unicorn": {
 			"version": "42.0.0",
 			"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-42.0.0.tgz",
@@ -13381,9 +13437,9 @@
 					}
 				},
 				"semver": {
-					"version": "7.3.7",
-					"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
-					"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
+					"version": "7.5.1",
+					"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
+					"integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
 					"dev": true,
 					"requires": {
 						"lru-cache": "^6.0.0"
@@ -14306,9 +14362,9 @@
 			}
 		},
 		"grunt-banana-checker": {
-			"version": "0.10.0",
-			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.10.0.tgz",
-			"integrity": "sha512-Sx+P3zWjn4YmBCqzidnCEkYrACe1SLTIT8kKC6C3f21Hu6sm17U/V+re343cuK3U+iGZv15ux6bY+69buIbYrA==",
+			"version": "0.11.0",
+			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.11.0.tgz",
+			"integrity": "sha512-qXtcxu7y9GFEIx6ELm5jSf+JqvCafdco+t/YsrUhUDNe9AgCnP7X0R+PxT0qZaDftKVrDrR2gPOYqpaAye5bDw==",
 			"dev": true
 		},
 		"grunt-cli": {
@@ -14343,9 +14399,9 @@
 			}
 		},
 		"grunt-eslint": {
-			"version": "24.0.0",
-			"resolved": "https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-24.0.0.tgz",
-			"integrity": "sha512-WpTeBBFweyhMuPjGwRSQV9JFJ+EczIdlsc7Dd/1g78QVI1aZsk4g/H3e+3S5HEwsS1RKL2YZIrGj8hMLlBfN8w==",
+			"version": "24.0.1",
+			"resolved": "https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-24.0.1.tgz",
+			"integrity": "sha512-gFzp+ikAkwyu6nqBE2zx1pLVL0JPrerG7jaO4uJV3XUGKPIipv4mfhDOS5MyiMrzUtGdXSW8FkRHjoUnfqbW+g==",
 			"dev": true,
 			"requires": {
 				"chalk": "^4.1.2",
@@ -15580,9 +15636,9 @@
 			"dev": true
 		},
 		"nth-check": {
-			"version": "2.0.1",
-			"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
-			"integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
+			"version": "2.1.1",
+			"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
+			"integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
 			"dev": true,
 			"requires": {
 				"boolbase": "^1.0.0"
@@ -17232,6 +17288,11 @@
 			"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
 			"dev": true
 		},
+		"typescript": {
+			"version": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
+			"integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
+			"peer": true
+		},
 		"uc.micro": {
 			"version": "1.0.6",
 			"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
@@ -17498,9 +17559,9 @@
 			},
 			"dependencies": {
 				"eslint-scope": {
-					"version": "7.1.1",
-					"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
-					"integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
+					"version": "7.2.0",
+					"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
+					"integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
 					"dev": true,
 					"requires": {
 						"esrecurse": "^4.3.0",
@@ -17523,9 +17584,9 @@
 					}
 				},
 				"semver": {
-					"version": "7.3.7",
-					"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
-					"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
+					"version": "7.5.1",
+					"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
+					"integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
 					"dev": true,
 					"requires": {
 						"lru-cache": "^6.0.0"
diff --git a/package.json b/package.json
index ac8ee4e..d23b481 100644
--- a/package.json
+++ b/package.json
@@ -13,10 +13,10 @@
 		"babel-loader": "^8.0.5",
 		"clean-webpack-plugin": "^2.0.1",
 		"css-loader": "^2.1.1",
-		"eslint-config-wikimedia": "0.24.0",
+		"eslint-config-wikimedia": "0.25.0",
 		"grunt": "1.6.1",
-		"grunt-banana-checker": "0.10.0",
-		"grunt-eslint": "24.0.0",
+		"grunt-banana-checker": "0.11.0",
+		"grunt-eslint": "24.0.1",
 		"style-loader": "^0.23.1",
 		"webpack": "^4.30.0",
 		"webpack-cli": "^3.3.11"
-- 
2.30.2

$ date
--- stdout ---
Sat Jun  3 23:58:36 UTC 2023

--- end ---
$ git clone file:///srv/git/mediawiki-extensions-GraphQL.git repo --depth=1 -b master
--- stderr ---
Cloning into 'repo'...
--- stdout ---

--- end ---
$ git config user.name libraryupgrader
--- stdout ---

--- end ---
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
--- stdout ---

--- end ---
$ git submodule update --init
--- stdout ---

--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.

--- end ---
$ git show-ref refs/heads/master
--- stdout ---
91213dff00f8eba2634d084b3fe2779ce4972889 refs/heads/master

--- end ---
$ /usr/bin/npm audit --json --legacy-peer-deps
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "chokidar": {
      "name": "chokidar",
      "severity": "high",
      "isDirect": false,
      "via": [
        "glob-parent"
      ],
      "effects": [
        "watchpack-chokidar2"
      ],
      "range": "1.0.0-rc1 - 2.1.8",
      "nodes": [
        "node_modules/watchpack-chokidar2/node_modules/chokidar"
      ],
      "fixAvailable": true
    },
    "codemirror-graphql": {
      "name": "codemirror-graphql",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "graphql-language-service-interface"
      ],
      "effects": [
        "graphiql"
      ],
      "range": "0.6.12 - 0.8.3",
      "nodes": [
        "node_modules/codemirror-graphql"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "cross-fetch": {
      "name": "cross-fetch",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1088709,
          "name": "cross-fetch",
          "dependency": "cross-fetch",
          "title": "Incorrect Authorization in cross-fetch",
          "url": "https://github.com/advisories/GHSA-7gc6-qh9x-w6h8",
          "severity": "moderate",
          "cwe": [
            "CWE-359",
            "CWE-863"
          ],
          "cvss": {
            "score": 6.1,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
          },
          "range": "<2.2.6"
        },
        "node-fetch"
      ],
      "effects": [
        "graphql-request"
      ],
      "range": "<=2.2.5 || 3.0.0 - 3.1.4 || 3.2.0-alpha.0 - 3.2.0-alpha.2",
      "nodes": [
        "node_modules/cross-fetch"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "glob-parent": {
      "name": "glob-parent",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1091181,
          "name": "glob-parent",
          "dependency": "glob-parent",
          "title": "glob-parent before 5.1.2 vulnerable to Regular Expression Denial of Service in enclosure regex",
          "url": "https://github.com/advisories/GHSA-ww39-953v-wcq6",
          "severity": "high",
          "cwe": [
            "CWE-400"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<5.1.2"
        }
      ],
      "effects": [
        "chokidar"
      ],
      "range": "<5.1.2",
      "nodes": [
        "node_modules/watchpack-chokidar2/node_modules/glob-parent"
      ],
      "fixAvailable": true
    },
    "graphiql": {
      "name": "graphiql",
      "severity": "high",
      "isDirect": true,
      "via": [
        {
          "source": 1089589,
          "name": "graphiql",
          "dependency": "graphiql",
          "title": "GraphiQL introspection schema template injection attack",
          "url": "https://github.com/advisories/GHSA-x4r7-m2q9-69c8",
          "severity": "high",
          "cwe": [
            "CWE-79"
          ],
          "cvss": {
            "score": 7.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L"
          },
          "range": ">=0.5.0 <1.4.7"
        },
        "codemirror-graphql",
        "markdown-it"
      ],
      "effects": [],
      "range": "0.5.0 - 1.4.7-canary-85a66743.0",
      "nodes": [
        "node_modules/graphiql"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "graphql-config": {
      "name": "graphql-config",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "graphql-request"
      ],
      "effects": [
        "graphql-language-service-interface",
        "graphql-language-service-utils"
      ],
      "range": "0.0.0-experimental.0 || 1.0.8 - 3.0.0-rc.3",
      "nodes": [
        "node_modules/graphql-config"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "graphql-language-service-interface": {
      "name": "graphql-language-service-interface",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "graphql-config",
        "graphql-language-service-utils"
      ],
      "effects": [
        "codemirror-graphql"
      ],
      "range": "1.0.16 - 2.4.0-alpha.11",
      "nodes": [
        "node_modules/graphql-language-service-interface"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "graphql-language-service-utils": {
      "name": "graphql-language-service-utils",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "graphql-config"
      ],
      "effects": [
        "graphql-language-service-interface"
      ],
      "range": "1.0.16 - 2.4.0-alpha.9",
      "nodes": [
        "node_modules/graphql-language-service-utils"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "graphql-request": {
      "name": "graphql-request",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "cross-fetch"
      ],
      "effects": [
        "graphql-config"
      ],
      "range": "1.4.0 - 1.8.2",
      "nodes": [
        "node_modules/graphql-request"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "markdown-it": {
      "name": "markdown-it",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1090461,
          "name": "markdown-it",
          "dependency": "markdown-it",
          "title": "Uncontrolled Resource Consumption in markdown-it",
          "url": "https://github.com/advisories/GHSA-6vfc-qv3f-vr6c",
          "severity": "moderate",
          "cwe": [
            "CWE-400"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": "<12.3.2"
        }
      ],
      "effects": [
        "graphiql"
      ],
      "range": "<12.3.2",
      "nodes": [
        "node_modules/markdown-it"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "node-fetch": {
      "name": "node-fetch",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1091239,
          "name": "node-fetch",
          "dependency": "node-fetch",
          "title": "node-fetch is vulnerable to Exposure of Sensitive Information to an Unauthorized Actor",
          "url": "https://github.com/advisories/GHSA-r683-j2x4-v87g",
          "severity": "high",
          "cwe": [
            "CWE-173",
            "CWE-200",
            "CWE-601"
          ],
          "cvss": {
            "score": 8.8,
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
          },
          "range": "<2.6.7"
        },
        {
          "source": 1091791,
          "name": "node-fetch",
          "dependency": "node-fetch",
          "title": "The `size` option isn't honored after following a redirect in node-fetch",
          "url": "https://github.com/advisories/GHSA-w7rc-rwvf-8q5r",
          "severity": "low",
          "cwe": [
            "CWE-20",
            "CWE-770"
          ],
          "cvss": {
            "score": 2.6,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L"
          },
          "range": "<2.6.1"
        }
      ],
      "effects": [
        "cross-fetch"
      ],
      "range": "<=2.6.6",
      "nodes": [
        "node_modules/node-fetch"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "watchpack": {
      "name": "watchpack",
      "severity": "high",
      "isDirect": false,
      "via": [
        "watchpack-chokidar2"
      ],
      "effects": [],
      "range": "1.7.2 - 1.7.5",
      "nodes": [
        "node_modules/watchpack"
      ],
      "fixAvailable": true
    },
    "watchpack-chokidar2": {
      "name": "watchpack-chokidar2",
      "severity": "high",
      "isDirect": false,
      "via": [
        "chokidar"
      ],
      "effects": [
        "watchpack"
      ],
      "range": "*",
      "nodes": [
        "node_modules/watchpack-chokidar2"
      ],
      "fixAvailable": true
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 6,
      "high": 7,
      "critical": 0,
      "total": 13
    },
    "dependencies": {
      "prod": 167,
      "dev": 739,
      "optional": 26,
      "peer": 0,
      "peerOptional": 0,
      "total": 905
    }
  }
}

--- end ---
$ /usr/bin/composer install
--- stderr ---
No lock file found. Updating dependencies instead of installing from lock file. Use composer update over composer install if you do not have a lock file.
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Lock file operations: 21 installs, 0 updates, 0 removals
  - Locking composer/semver (3.3.2)
  - Locking composer/spdx-licenses (1.5.7)
  - Locking mediawiki/mediawiki-codesniffer (v41.0.0)
  - Locking mediawiki/minus-x (1.1.1)
  - Locking overblog/dataloader-php (v0.5.3)
  - Locking php-parallel-lint/php-console-color (v1.0.1)
  - Locking php-parallel-lint/php-console-highlighter (v1.0.0)
  - Locking php-parallel-lint/php-parallel-lint (v1.3.2)
  - Locking psr/container (1.1.2)
  - Locking squizlabs/php_codesniffer (3.7.2)
  - Locking symfony/console (v5.4.24)
  - Locking symfony/deprecation-contracts (v2.5.2)
  - Locking symfony/polyfill-ctype (v1.27.0)
  - Locking symfony/polyfill-intl-grapheme (v1.27.0)
  - Locking symfony/polyfill-intl-normalizer (v1.27.0)
  - Locking symfony/polyfill-mbstring (v1.27.0)
  - Locking symfony/polyfill-php73 (v1.27.0)
  - Locking symfony/polyfill-php80 (v1.27.0)
  - Locking symfony/service-contracts (v2.5.2)
  - Locking symfony/string (v5.4.22)
  - Locking webonyx/graphql-php (v0.13.9)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 21 installs, 0 updates, 0 removals
    0 [>---------------------------]    0 [->--------------------------]    0 [--->------------------------]  - Installing symfony/polyfill-php80 (v1.27.0): Extracting archive
  - Installing squizlabs/php_codesniffer (3.7.2): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.27.0): Extracting archive
  - Installing composer/spdx-licenses (1.5.7): Extracting archive
  - Installing composer/semver (3.3.2): Extracting archive
  - Installing mediawiki/mediawiki-codesniffer (v41.0.0): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.27.0): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.27.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.27.0): Extracting archive
  - Installing symfony/string (v5.4.22): Extracting archive
  - Installing symfony/deprecation-contracts (v2.5.2): Extracting archive
  - Installing psr/container (1.1.2): Extracting archive
  - Installing symfony/service-contracts (v2.5.2): Extracting archive
  - Installing symfony/polyfill-php73 (v1.27.0): Extracting archive
  - Installing symfony/console (v5.4.24): Extracting archive
  - Installing mediawiki/minus-x (1.1.1): Extracting archive
  - Installing overblog/dataloader-php (v0.5.3): Extracting archive
  - Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive
  - Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive
  - Installing php-parallel-lint/php-parallel-lint (v1.3.2): Extracting archive
  - Installing webonyx/graphql-php (v0.13.9): Extracting archive
  0/12 [>---------------------------]   0%
  8/12 [==================>---------]  66%
 12/12 [============================] 100%9 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
13 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---

--- end ---
Upgrading n:eslint-config-wikimedia from 0.24.0 -> 0.25.0
Upgrading n:grunt-banana-checker from 0.10.0 -> 0.11.0
Upgrading n:grunt-eslint from 24.0.0 -> 24.0.1
$ /usr/bin/npm install
--- stderr ---
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @n1ru4l/graphql-live-query@0.9.0
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   graphql@"^14.3.1" from the root project
npm WARN   15 more (@graphql-tools/batch-execute, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^15.4.0 || ^16.0.0" from @n1ru4l/graphql-live-query@0.9.0
npm WARN node_modules/@n1ru4l/graphql-live-query
npm WARN   @n1ru4l/graphql-live-query@"^0.9.0" from @graphql-tools/url-loader@7.9.23
npm WARN   node_modules/@graphql-tools/url-loader
npm WARN 
npm WARN Conflicting peer dependency: graphql@16.6.0
npm WARN node_modules/graphql
npm WARN   peer graphql@"^15.4.0 || ^16.0.0" from @n1ru4l/graphql-live-query@0.9.0
npm WARN   node_modules/@n1ru4l/graphql-live-query
npm WARN     @n1ru4l/graphql-live-query@"^0.9.0" from @graphql-tools/url-loader@7.9.23
npm WARN     node_modules/@graphql-tools/url-loader
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: graphql-config@2.0.1
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   graphql@"^14.3.1" from the root project
npm WARN   15 more (@graphql-tools/batch-execute, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-config@2.0.1
npm WARN node_modules/graphql-config
npm WARN   graphql-config@"2.0.1" from graphql-language-service-interface@1.3.2
npm WARN   node_modules/graphql-language-service-interface
npm WARN   1 more (graphql-language-service-utils)
npm WARN 
npm WARN Conflicting peer dependency: graphql@0.13.2
npm WARN node_modules/graphql
npm WARN   peer graphql@"^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-config@2.0.1
npm WARN   node_modules/graphql-config
npm WARN     graphql-config@"2.0.1" from graphql-language-service-interface@1.3.2
npm WARN     node_modules/graphql-language-service-interface
npm WARN     1 more (graphql-language-service-utils)
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: graphql-executor@0.0.23
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   graphql@"^14.3.1" from the root project
npm WARN   15 more (@graphql-tools/batch-execute, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^15.0.0 || ^16.0.0" from graphql-executor@0.0.23
npm WARN node_modules/graphql-executor
npm WARN   graphql-executor@"0.0.23" from @graphql-tools/delegate@8.7.10
npm WARN   node_modules/@graphql-tools/delegate
npm WARN 
npm WARN Conflicting peer dependency: graphql@16.6.0
npm WARN node_modules/graphql
npm WARN   peer graphql@"^15.0.0 || ^16.0.0" from graphql-executor@0.0.23
npm WARN   node_modules/graphql-executor
npm WARN     graphql-executor@"0.0.23" from @graphql-tools/delegate@8.7.10
npm WARN     node_modules/@graphql-tools/delegate
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: graphql-import@0.4.5
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   graphql@"^14.3.1" from the root project
npm WARN   15 more (@graphql-tools/batch-execute, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-import@0.4.5
npm WARN node_modules/graphql-import
npm WARN   graphql-import@"^0.4.4" from graphql-config@2.0.1
npm WARN   node_modules/graphql-config
npm WARN 
npm WARN Conflicting peer dependency: graphql@0.13.2
npm WARN node_modules/graphql
npm WARN   peer graphql@"^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-import@0.4.5
npm WARN   node_modules/graphql-import
npm WARN     graphql-import@"^0.4.4" from graphql-config@2.0.1
npm WARN     node_modules/graphql-config
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: graphql-language-service-interface@1.3.2
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   graphql@"^14.3.1" from the root project
npm WARN   15 more (@graphql-tools/batch-execute, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-language-service-interface@1.3.2
npm WARN node_modules/graphql-language-service-interface
npm WARN   graphql-language-service-interface@"^1.3.2" from codemirror-graphql@0.8.3
npm WARN   node_modules/codemirror-graphql
npm WARN 
npm WARN Conflicting peer dependency: graphql@0.13.2
npm WARN node_modules/graphql
npm WARN   peer graphql@"^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-language-service-interface@1.3.2
npm WARN   node_modules/graphql-language-service-interface
npm WARN     graphql-language-service-interface@"^1.3.2" from codemirror-graphql@0.8.3
npm WARN     node_modules/codemirror-graphql
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: graphql-language-service-parser@1.10.4
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   graphql@"^14.3.1" from the root project
npm WARN   15 more (@graphql-tools/batch-execute, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^15.5.0 || ^16.0.0" from graphql-language-service-parser@1.10.4
npm WARN node_modules/graphql-language-service-parser
npm WARN   graphql-language-service-parser@"^1.2.2" from codemirror-graphql@0.8.3
npm WARN   node_modules/codemirror-graphql
npm WARN   1 more (graphql-language-service-interface)
npm WARN 
npm WARN Conflicting peer dependency: graphql@16.6.0
npm WARN node_modules/graphql
npm WARN   peer graphql@"^15.5.0 || ^16.0.0" from graphql-language-service-parser@1.10.4
npm WARN   node_modules/graphql-language-service-parser
npm WARN     graphql-language-service-parser@"^1.2.2" from codemirror-graphql@0.8.3
npm WARN     node_modules/codemirror-graphql
npm WARN     1 more (graphql-language-service-interface)
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: graphql-language-service-types@1.8.7
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   graphql@"^14.3.1" from the root project
npm WARN   15 more (@graphql-tools/batch-execute, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^15.5.0 || ^16.0.0" from graphql-language-service-types@1.8.7
npm WARN node_modules/graphql-language-service-types
npm WARN   graphql-language-service-types@"^1.2.2" from graphql-language-service-interface@1.3.2
npm WARN   node_modules/graphql-language-service-interface
npm WARN   2 more (graphql-language-service-parser, graphql-language-service-utils)
npm WARN 
npm WARN Conflicting peer dependency: graphql@16.6.0
npm WARN node_modules/graphql
npm WARN   peer graphql@"^15.5.0 || ^16.0.0" from graphql-language-service-types@1.8.7
npm WARN   node_modules/graphql-language-service-types
npm WARN     graphql-language-service-types@"^1.2.2" from graphql-language-service-interface@1.3.2
npm WARN     node_modules/graphql-language-service-interface
npm WARN     2 more (graphql-language-service-parser, graphql-language-service-utils)
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: graphql-language-service-utils@1.2.2
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   graphql@"^14.3.1" from the root project
npm WARN   15 more (@graphql-tools/batch-execute, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-language-service-utils@1.2.2
npm WARN node_modules/graphql-language-service-utils
npm WARN   graphql-language-service-utils@"^1.2.2" from graphql-language-service-interface@1.3.2
npm WARN   node_modules/graphql-language-service-interface
npm WARN 
npm WARN Conflicting peer dependency: graphql@0.13.2
npm WARN node_modules/graphql
npm WARN   peer graphql@"^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-language-service-utils@1.2.2
npm WARN   node_modules/graphql-language-service-utils
npm WARN     graphql-language-service-utils@"^1.2.2" from graphql-language-service-interface@1.3.2
npm WARN     node_modules/graphql-language-service-interface
npm WARN deprecated graphql-import@0.4.5: GraphQL Import has been deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-import for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes.
--- stdout ---

added 882 packages, and audited 883 packages in 8s

48 packages are looking for funding
  run `npm fund` for details

13 vulnerabilities (6 moderate, 7 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- end ---
$ /usr/bin/npm install grunt-eslint@24.0.1 --save-exact
--- stderr ---
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @n1ru4l/graphql-live-query@0.9.0
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   peer graphql@"^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" from @graphql-tools/batch-execute@8.4.9
npm WARN   node_modules/@graphql-tools/batch-execute
npm WARN     @graphql-tools/batch-execute@"8.4.9" from @graphql-tools/delegate@8.7.10
npm WARN     node_modules/@graphql-tools/delegate
npm WARN   15 more (@graphql-tools/delegate, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^15.4.0 || ^16.0.0" from @n1ru4l/graphql-live-query@0.9.0
npm WARN node_modules/@n1ru4l/graphql-live-query
npm WARN   @n1ru4l/graphql-live-query@"^0.9.0" from @graphql-tools/url-loader@7.9.23
npm WARN   node_modules/@graphql-tools/url-loader
npm WARN 
npm WARN Conflicting peer dependency: graphql@16.6.0
npm WARN node_modules/graphql
npm WARN   peer graphql@"^15.4.0 || ^16.0.0" from @n1ru4l/graphql-live-query@0.9.0
npm WARN   node_modules/@n1ru4l/graphql-live-query
npm WARN     @n1ru4l/graphql-live-query@"^0.9.0" from @graphql-tools/url-loader@7.9.23
npm WARN     node_modules/@graphql-tools/url-loader
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: graphql-config@2.0.1
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   peer graphql@"^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" from @graphql-tools/batch-execute@8.4.9
npm WARN   node_modules/@graphql-tools/batch-execute
npm WARN     @graphql-tools/batch-execute@"8.4.9" from @graphql-tools/delegate@8.7.10
npm WARN     node_modules/@graphql-tools/delegate
npm WARN   15 more (@graphql-tools/delegate, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-config@2.0.1
npm WARN node_modules/graphql-config
npm WARN   graphql-config@"2.0.1" from graphql-language-service-interface@1.3.2
npm WARN   node_modules/graphql-language-service-interface
npm WARN   1 more (graphql-language-service-utils)
npm WARN 
npm WARN Conflicting peer dependency: graphql@0.13.2
npm WARN node_modules/graphql
npm WARN   peer graphql@"^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-config@2.0.1
npm WARN   node_modules/graphql-config
npm WARN     graphql-config@"2.0.1" from graphql-language-service-interface@1.3.2
npm WARN     node_modules/graphql-language-service-interface
npm WARN     1 more (graphql-language-service-utils)
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: graphql-executor@0.0.23
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   peer graphql@"^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" from @graphql-tools/batch-execute@8.4.9
npm WARN   node_modules/@graphql-tools/batch-execute
npm WARN     @graphql-tools/batch-execute@"8.4.9" from @graphql-tools/delegate@8.7.10
npm WARN     node_modules/@graphql-tools/delegate
npm WARN   15 more (@graphql-tools/delegate, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^15.0.0 || ^16.0.0" from graphql-executor@0.0.23
npm WARN node_modules/graphql-executor
npm WARN   graphql-executor@"0.0.23" from @graphql-tools/delegate@8.7.10
npm WARN   node_modules/@graphql-tools/delegate
npm WARN 
npm WARN Conflicting peer dependency: graphql@16.6.0
npm WARN node_modules/graphql
npm WARN   peer graphql@"^15.0.0 || ^16.0.0" from graphql-executor@0.0.23
npm WARN   node_modules/graphql-executor
npm WARN     graphql-executor@"0.0.23" from @graphql-tools/delegate@8.7.10
npm WARN     node_modules/@graphql-tools/delegate
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: graphql-import@0.4.5
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   peer graphql@"^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" from @graphql-tools/batch-execute@8.4.9
npm WARN   node_modules/@graphql-tools/batch-execute
npm WARN     @graphql-tools/batch-execute@"8.4.9" from @graphql-tools/delegate@8.7.10
npm WARN     node_modules/@graphql-tools/delegate
npm WARN   15 more (@graphql-tools/delegate, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-import@0.4.5
npm WARN node_modules/graphql-import
npm WARN   graphql-import@"^0.4.4" from graphql-config@2.0.1
npm WARN   node_modules/graphql-config
npm WARN 
npm WARN Conflicting peer dependency: graphql@0.13.2
npm WARN node_modules/graphql
npm WARN   peer graphql@"^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-import@0.4.5
npm WARN   node_modules/graphql-import
npm WARN     graphql-import@"^0.4.4" from graphql-config@2.0.1
npm WARN     node_modules/graphql-config
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: graphql-language-service-interface@1.3.2
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   peer graphql@"^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" from @graphql-tools/batch-execute@8.4.9
npm WARN   node_modules/@graphql-tools/batch-execute
npm WARN     @graphql-tools/batch-execute@"8.4.9" from @graphql-tools/delegate@8.7.10
npm WARN     node_modules/@graphql-tools/delegate
npm WARN   15 more (@graphql-tools/delegate, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-language-service-interface@1.3.2
npm WARN node_modules/graphql-language-service-interface
npm WARN   graphql-language-service-interface@"^1.3.2" from codemirror-graphql@0.8.3
npm WARN   node_modules/codemirror-graphql
npm WARN 
npm WARN Conflicting peer dependency: graphql@0.13.2
npm WARN node_modules/graphql
npm WARN   peer graphql@"^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-language-service-interface@1.3.2
npm WARN   node_modules/graphql-language-service-interface
npm WARN     graphql-language-service-interface@"^1.3.2" from codemirror-graphql@0.8.3
npm WARN     node_modules/codemirror-graphql
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: graphql-language-service-parser@1.10.4
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   peer graphql@"^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" from @graphql-tools/batch-execute@8.4.9
npm WARN   node_modules/@graphql-tools/batch-execute
npm WARN     @graphql-tools/batch-execute@"8.4.9" from @graphql-tools/delegate@8.7.10
npm WARN     node_modules/@graphql-tools/delegate
npm WARN   15 more (@graphql-tools/delegate, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^15.5.0 || ^16.0.0" from graphql-language-service-parser@1.10.4
npm WARN node_modules/graphql-language-service-parser
npm WARN   graphql-language-service-parser@"^1.2.2" from codemirror-graphql@0.8.3
npm WARN   node_modules/codemirror-graphql
npm WARN   1 more (graphql-language-service-interface)
npm WARN 
npm WARN Conflicting peer dependency: graphql@16.6.0
npm WARN node_modules/graphql
npm WARN   peer graphql@"^15.5.0 || ^16.0.0" from graphql-language-service-parser@1.10.4
npm WARN   node_modules/graphql-language-service-parser
npm WARN     graphql-language-service-parser@"^1.2.2" from codemirror-graphql@0.8.3
npm WARN     node_modules/codemirror-graphql
npm WARN     1 more (graphql-language-service-interface)
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: graphql-language-service-types@1.8.7
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   peer graphql@"^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" from @graphql-tools/batch-execute@8.4.9
npm WARN   node_modules/@graphql-tools/batch-execute
npm WARN     @graphql-tools/batch-execute@"8.4.9" from @graphql-tools/delegate@8.7.10
npm WARN     node_modules/@graphql-tools/delegate
npm WARN   15 more (@graphql-tools/delegate, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^15.5.0 || ^16.0.0" from graphql-language-service-types@1.8.7
npm WARN node_modules/graphql-language-service-types
npm WARN   graphql-language-service-types@"^1.2.2" from graphql-language-service-interface@1.3.2
npm WARN   node_modules/graphql-language-service-interface
npm WARN   2 more (graphql-language-service-parser, graphql-language-service-utils)
npm WARN 
npm WARN Conflicting peer dependency: graphql@16.6.0
npm WARN node_modules/graphql
npm WARN   peer graphql@"^15.5.0 || ^16.0.0" from graphql-language-service-types@1.8.7
npm WARN   node_modules/graphql-language-service-types
npm WARN     graphql-language-service-types@"^1.2.2" from graphql-language-service-interface@1.3.2
npm WARN     node_modules/graphql-language-service-interface
npm WARN     2 more (graphql-language-service-parser, graphql-language-service-utils)
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: graphql-language-service-utils@1.2.2
npm WARN Found: graphql@14.3.1
npm WARN node_modules/graphql
npm WARN   peer graphql@"^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" from @graphql-tools/batch-execute@8.4.9
npm WARN   node_modules/@graphql-tools/batch-execute
npm WARN     @graphql-tools/batch-execute@"8.4.9" from @graphql-tools/delegate@8.7.10
npm WARN     node_modules/@graphql-tools/delegate
npm WARN   15 more (@graphql-tools/delegate, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-language-service-utils@1.2.2
npm WARN node_modules/graphql-language-service-utils
npm WARN   graphql-language-service-utils@"^1.2.2" from graphql-language-service-interface@1.3.2
npm WARN   node_modules/graphql-language-service-interface
npm WARN 
npm WARN Conflicting peer dependency: graphql@0.13.2
npm WARN node_modules/graphql
npm WARN   peer graphql@"^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0" from graphql-language-service-utils@1.2.2
npm WARN   node_modules/graphql-language-service-utils
npm WARN     graphql-language-service-utils@"^1.2.2" from graphql-language-service-interface@1.3.2
npm WARN     node_modules/graphql-language-service-interface
--- stdout ---

up to date, audited 883 packages in 2s

48 packages are looking for funding
  run `npm fund` for details

9 vulnerabilities (6 moderate, 3 high)

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- end ---
$ ./node_modules/.bin/eslint i18n/ko.json i18n/it.json i18n/pl.json i18n/sms.json i18n/tyv.json i18n/qqq.json i18n/de.json package-lock.json i18n/pt-br.json i18n/es.json package.json i18n/roa-tara.json i18n/skr-arab.json i18n/da.json i18n/zh-hans.json i18n/nb.json i18n/tl.json i18n/en.json i18n/lt.json i18n/zh-hant.json i18n/bcl.json i18n/fr.json i18n/sv.json i18n/tr.json i18n/pt.json i18n/ar.json i18n/bg.json composer.json i18n/tg-cyrl.json i18n/ca.json i18n/fa.json i18n/nl.json i18n/he.json i18n/uk.json i18n/ast.json i18n/mk.json i18n/ia.json i18n/ja.json i18n/scn.json i18n/sl.json i18n/lb.json i18n/lv.json extension.json i18n/ban.json i18n/sh.json --fix
--- stdout ---

--- end ---
$ ./node_modules/.bin/eslint i18n/ko.json i18n/it.json i18n/pl.json i18n/sms.json i18n/tyv.json i18n/qqq.json i18n/de.json package-lock.json i18n/pt-br.json i18n/es.json package.json i18n/roa-tara.json i18n/skr-arab.json i18n/da.json i18n/zh-hans.json i18n/nb.json i18n/tl.json i18n/en.json i18n/lt.json i18n/zh-hant.json i18n/bcl.json i18n/fr.json i18n/sv.json i18n/tr.json i18n/pt.json i18n/ar.json i18n/bg.json composer.json i18n/tg-cyrl.json i18n/ca.json i18n/fa.json i18n/nl.json i18n/he.json i18n/uk.json i18n/ast.json i18n/mk.json i18n/ia.json i18n/ja.json i18n/scn.json i18n/sl.json i18n/lb.json i18n/lv.json extension.json i18n/ban.json i18n/sh.json -f json
--- stdout ---
[{"filePath":"/src/repo/composer.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/extension.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ar.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ast.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ban.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/bcl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/bg.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ca.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/da.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/de.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/en.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/es.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/fa.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/fr.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/he.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ia.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/it.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ja.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/ko.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/lb.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/lt.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/lv.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/mk.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/nb.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/nl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/pl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/pt-br.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/pt.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/qqq.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/roa-tara.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/scn.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/sh.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/skr-arab.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/sl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/sms.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/sv.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/tg-cyrl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/tl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/tr.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/tyv.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/uk.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/zh-hans.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/i18n/zh-hant.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/package-lock.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/src/repo/package.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]}]

--- end ---
$ /usr/bin/npm ci --legacy-peer-deps
--- stderr ---
npm WARN deprecated graphql-import@0.4.5: GraphQL Import has been deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-import for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes.
--- stdout ---

added 882 packages, and audited 883 packages in 10s

48 packages are looking for funding
  run `npm fund` for details

13 vulnerabilities (6 moderate, 7 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

--- end ---
$ /usr/bin/npm test
--- stdout ---

> test
> grunt test

Running "eslint:all" (eslint) task

Running "banana:GraphQL" (banana) task
>> 1 message directory checked.

Done.

--- end ---
$ /usr/bin/npm audit --json --legacy-peer-deps
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "chokidar": {
      "name": "chokidar",
      "severity": "high",
      "isDirect": false,
      "via": [
        "glob-parent"
      ],
      "effects": [
        "watchpack-chokidar2"
      ],
      "range": "1.0.0-rc1 - 2.1.8",
      "nodes": [
        "node_modules/watchpack-chokidar2/node_modules/chokidar"
      ],
      "fixAvailable": true
    },
    "codemirror-graphql": {
      "name": "codemirror-graphql",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "graphql-language-service-interface"
      ],
      "effects": [
        "graphiql"
      ],
      "range": "0.6.12 - 0.8.3",
      "nodes": [
        "node_modules/codemirror-graphql"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "cross-fetch": {
      "name": "cross-fetch",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1088709,
          "name": "cross-fetch",
          "dependency": "cross-fetch",
          "title": "Incorrect Authorization in cross-fetch",
          "url": "https://github.com/advisories/GHSA-7gc6-qh9x-w6h8",
          "severity": "moderate",
          "cwe": [
            "CWE-359",
            "CWE-863"
          ],
          "cvss": {
            "score": 6.1,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
          },
          "range": "<2.2.6"
        },
        "node-fetch"
      ],
      "effects": [
        "graphql-request"
      ],
      "range": "<=2.2.5 || 3.0.0 - 3.1.4 || 3.2.0-alpha.0 - 3.2.0-alpha.2",
      "nodes": [
        "node_modules/cross-fetch"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "glob-parent": {
      "name": "glob-parent",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1091181,
          "name": "glob-parent",
          "dependency": "glob-parent",
          "title": "glob-parent before 5.1.2 vulnerable to Regular Expression Denial of Service in enclosure regex",
          "url": "https://github.com/advisories/GHSA-ww39-953v-wcq6",
          "severity": "high",
          "cwe": [
            "CWE-400"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<5.1.2"
        }
      ],
      "effects": [
        "chokidar"
      ],
      "range": "<5.1.2",
      "nodes": [
        "node_modules/watchpack-chokidar2/node_modules/glob-parent"
      ],
      "fixAvailable": true
    },
    "graphiql": {
      "name": "graphiql",
      "severity": "high",
      "isDirect": true,
      "via": [
        {
          "source": 1089589,
          "name": "graphiql",
          "dependency": "graphiql",
          "title": "GraphiQL introspection schema template injection attack",
          "url": "https://github.com/advisories/GHSA-x4r7-m2q9-69c8",
          "severity": "high",
          "cwe": [
            "CWE-79"
          ],
          "cvss": {
            "score": 7.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L"
          },
          "range": ">=0.5.0 <1.4.7"
        },
        "codemirror-graphql",
        "markdown-it"
      ],
      "effects": [],
      "range": "0.5.0 - 1.4.7-canary-85a66743.0",
      "nodes": [
        "node_modules/graphiql"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "graphql-config": {
      "name": "graphql-config",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "graphql-request"
      ],
      "effects": [
        "graphql-language-service-interface",
        "graphql-language-service-utils"
      ],
      "range": "0.0.0-experimental.0 || 1.0.8 - 3.0.0-rc.3",
      "nodes": [
        "node_modules/graphql-config"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "graphql-language-service-interface": {
      "name": "graphql-language-service-interface",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "graphql-config",
        "graphql-language-service-utils"
      ],
      "effects": [
        "codemirror-graphql"
      ],
      "range": "1.0.16 - 2.4.0-alpha.11",
      "nodes": [
        "node_modules/graphql-language-service-interface"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "graphql-language-service-utils": {
      "name": "graphql-language-service-utils",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "graphql-config"
      ],
      "effects": [
        "graphql-language-service-interface"
      ],
      "range": "1.0.16 - 2.4.0-alpha.9",
      "nodes": [
        "node_modules/graphql-language-service-utils"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "graphql-request": {
      "name": "graphql-request",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "cross-fetch"
      ],
      "effects": [
        "graphql-config"
      ],
      "range": "1.4.0 - 1.8.2",
      "nodes": [
        "node_modules/graphql-request"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "markdown-it": {
      "name": "markdown-it",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1090461,
          "name": "markdown-it",
          "dependency": "markdown-it",
          "title": "Uncontrolled Resource Consumption in markdown-it",
          "url": "https://github.com/advisories/GHSA-6vfc-qv3f-vr6c",
          "severity": "moderate",
          "cwe": [
            "CWE-400"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": "<12.3.2"
        }
      ],
      "effects": [
        "graphiql"
      ],
      "range": "<12.3.2",
      "nodes": [
        "node_modules/markdown-it"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "node-fetch": {
      "name": "node-fetch",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1091239,
          "name": "node-fetch",
          "dependency": "node-fetch",
          "title": "node-fetch is vulnerable to Exposure of Sensitive Information to an Unauthorized Actor",
          "url": "https://github.com/advisories/GHSA-r683-j2x4-v87g",
          "severity": "high",
          "cwe": [
            "CWE-173",
            "CWE-200",
            "CWE-601"
          ],
          "cvss": {
            "score": 8.8,
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
          },
          "range": "<2.6.7"
        },
        {
          "source": 1091791,
          "name": "node-fetch",
          "dependency": "node-fetch",
          "title": "The `size` option isn't honored after following a redirect in node-fetch",
          "url": "https://github.com/advisories/GHSA-w7rc-rwvf-8q5r",
          "severity": "low",
          "cwe": [
            "CWE-20",
            "CWE-770"
          ],
          "cvss": {
            "score": 2.6,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L"
          },
          "range": "<2.6.1"
        }
      ],
      "effects": [
        "cross-fetch"
      ],
      "range": "<=2.6.6",
      "nodes": [
        "node_modules/node-fetch"
      ],
      "fixAvailable": {
        "name": "graphiql",
        "version": "2.4.7",
        "isSemVerMajor": true
      }
    },
    "watchpack": {
      "name": "watchpack",
      "severity": "high",
      "isDirect": false,
      "via": [
        "watchpack-chokidar2"
      ],
      "effects": [],
      "range": "1.7.2 - 1.7.5",
      "nodes": [
        "node_modules/watchpack"
      ],
      "fixAvailable": true
    },
    "watchpack-chokidar2": {
      "name": "watchpack-chokidar2",
      "severity": "high",
      "isDirect": false,
      "via": [
        "chokidar"
      ],
      "effects": [
        "watchpack"
      ],
      "range": "*",
      "nodes": [
        "node_modules/watchpack-chokidar2"
      ],
      "fixAvailable": true
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 6,
      "high": 7,
      "critical": 0,
      "total": 13
    },
    "dependencies": {
      "prod": 167,
      "dev": 741,
      "optional": 26,
      "peer": 1,
      "peerOptional": 0,
      "total": 908
    }
  }
}

--- end ---
Attempting to npm audit fix
$ /usr/bin/npm audit fix --dry-run --only=dev --json --legacy-peer-deps
--- stderr ---
npm WARN invalid config only="dev" set in command line options
npm WARN invalid config Must be one of: null, prod, production
--- stdout ---
{
  "added": 26,
  "removed": 0,
  "changed": 0,
  "audited": 909,
  "funding": 48,
  "audit": {
    "auditReportVersion": 2,
    "vulnerabilities": {
      "chokidar": {
        "name": "chokidar",
        "severity": "high",
        "isDirect": false,
        "via": [
          "glob-parent"
        ],
        "effects": [
          "watchpack-chokidar2"
        ],
        "range": "1.0.0-rc1 - 2.1.8",
        "nodes": [
          "node_modules/watchpack-chokidar2/node_modules/chokidar"
        ],
        "fixAvailable": true
      },
      "codemirror-graphql": {
        "name": "codemirror-graphql",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "graphql-language-service-interface"
        ],
        "effects": [
          "graphiql"
        ],
        "range": "0.6.12 - 0.8.3",
        "nodes": [
          "node_modules/codemirror-graphql"
        ],
        "fixAvailable": {
          "name": "graphiql",
          "version": "2.4.7",
          "isSemVerMajor": true
        }
      },
      "cross-fetch": {
        "name": "cross-fetch",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1088709,
            "name": "cross-fetch",
            "dependency": "cross-fetch",
            "title": "Incorrect Authorization in cross-fetch",
            "url": "https://github.com/advisories/GHSA-7gc6-qh9x-w6h8",
            "severity": "moderate",
            "cwe": [
              "CWE-359",
              "CWE-863"
            ],
            "cvss": {
              "score": 6.1,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
            },
            "range": "<2.2.6"
          },
          "node-fetch"
        ],
        "effects": [
          "graphql-request"
        ],
        "range": "<=2.2.5 || 3.0.0 - 3.1.4 || 3.2.0-alpha.0 - 3.2.0-alpha.2",
        "nodes": [
          "node_modules/cross-fetch"
        ],
        "fixAvailable": {
          "name": "graphiql",
          "version": "2.4.7",
          "isSemVerMajor": true
        }
      },
      "glob-parent": {
        "name": "glob-parent",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1091181,
            "name": "glob-parent",
            "dependency": "glob-parent",
            "title": "glob-parent before 5.1.2 vulnerable to Regular Expression Denial of Service in enclosure regex",
            "url": "https://github.com/advisories/GHSA-ww39-953v-wcq6",
            "severity": "high",
            "cwe": [
              "CWE-400"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<5.1.2"
          }
        ],
        "effects": [
          "chokidar"
        ],
        "range": "<5.1.2",
        "nodes": [
          "node_modules/watchpack-chokidar2/node_modules/glob-parent"
        ],
        "fixAvailable": true
      },
      "graphiql": {
        "name": "graphiql",
        "severity": "high",
        "isDirect": true,
        "via": [
          {
            "source": 1089589,
            "name": "graphiql",
            "dependency": "graphiql",
            "title": "GraphiQL introspection schema template injection attack",
            "url": "https://github.com/advisories/GHSA-x4r7-m2q9-69c8",
            "severity": "high",
            "cwe": [
              "CWE-79"
            ],
            "cvss": {
              "score": 7.1,
              "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L"
            },
            "range": ">=0.5.0 <1.4.7"
          },
          "codemirror-graphql",
          "markdown-it"
        ],
        "effects": [],
        "range": "0.5.0 - 1.4.7-canary-85a66743.0",
        "nodes": [
          "node_modules/graphiql"
        ],
        "fixAvailable": {
          "name": "graphiql",
          "version": "2.4.7",
          "isSemVerMajor": true
        }
      },
      "graphql-config": {
        "name": "graphql-config",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "graphql-request"
        ],
        "effects": [
          "graphql-language-service-interface",
          "graphql-language-service-utils"
        ],
        "range": "0.0.0-experimental.0 || 1.0.8 - 3.0.0-rc.3",
        "nodes": [
          "node_modules/graphql-config"
        ],
        "fixAvailable": {
          "name": "graphiql",
          "version": "2.4.7",
          "isSemVerMajor": true
        }
      },
      "graphql-language-service-interface": {
        "name": "graphql-language-service-interface",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "graphql-config",
          "graphql-language-service-utils"
        ],
        "effects": [
          "codemirror-graphql"
        ],
        "range": "1.0.16 - 2.4.0-alpha.11",
        "nodes": [
          "node_modules/graphql-language-service-interface"
        ],
        "fixAvailable": {
          "name": "graphiql",
          "version": "2.4.7",
          "isSemVerMajor": true
        }
      },
      "graphql-language-service-utils": {
        "name": "graphql-language-service-utils",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "graphql-config"
        ],
        "effects": [
          "graphql-language-service-interface"
        ],
        "range": "1.0.16 - 2.4.0-alpha.9",
        "nodes": [
          "node_modules/graphql-language-service-utils"
        ],
        "fixAvailable": {
          "name": "graphiql",
          "version": "2.4.7",
          "isSemVerMajor": true
        }
      },
      "graphql-request": {
        "name": "graphql-request",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "cross-fetch"
        ],
        "effects": [
          "graphql-config"
        ],
        "range": "1.4.0 - 1.8.2",
        "nodes": [
          "node_modules/graphql-request"
        ],
        "fixAvailable": {
          "name": "graphiql",
          "version": "2.4.7",
          "isSemVerMajor": true
        }
      },
      "markdown-it": {
        "name": "markdown-it",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1090461,
            "name": "markdown-it",
            "dependency": "markdown-it",
            "title": "Uncontrolled Resource Consumption in markdown-it",
            "url": "https://github.com/advisories/GHSA-6vfc-qv3f-vr6c",
            "severity": "moderate",
            "cwe": [
              "CWE-400"
            ],
            "cvss": {
              "score": 5.3,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
            },
            "range": "<12.3.2"
          }
        ],
        "effects": [
          "graphiql"
        ],
        "range": "<12.3.2",
        "nodes": [
          "node_modules/markdown-it"
        ],
        "fixAvailable": {
          "name": "graphiql",
          "version": "2.4.7",
          "isSemVerMajor": true
        }
      },
      "node-fetch": {
        "name": "node-fetch",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1091239,
            "name": "node-fetch",
            "dependency": "node-fetch",
            "title": "node-fetch is vulnerable to Exposure of Sensitive Information to an Unauthorized Actor",
            "url": "https://github.com/advisories/GHSA-r683-j2x4-v87g",
            "severity": "high",
            "cwe": [
              "CWE-173",
              "CWE-200",
              "CWE-601"
            ],
            "cvss": {
              "score": 8.8,
              "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
            },
            "range": "<2.6.7"
          },
          {
            "source": 1091791,
            "name": "node-fetch",
            "dependency": "node-fetch",
            "title": "The `size` option isn't honored after following a redirect in node-fetch",
            "url": "https://github.com/advisories/GHSA-w7rc-rwvf-8q5r",
            "severity": "low",
            "cwe": [
              "CWE-20",
              "CWE-770"
            ],
            "cvss": {
              "score": 2.6,
              "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L"
            },
            "range": "<2.6.1"
          }
        ],
        "effects": [
          "cross-fetch"
        ],
        "range": "<=2.6.6",
        "nodes": [
          "node_modules/node-fetch"
        ],
        "fixAvailable": {
          "name": "graphiql",
          "version": "2.4.7",
          "isSemVerMajor": true
        }
      },
      "watchpack": {
        "name": "watchpack",
        "severity": "high",
        "isDirect": false,
        "via": [
          "watchpack-chokidar2"
        ],
        "effects": [],
        "range": "1.7.2 - 1.7.5",
        "nodes": [
          "node_modules/watchpack"
        ],
        "fixAvailable": true
      },
      "watchpack-chokidar2": {
        "name": "watchpack-chokidar2",
        "severity": "high",
        "isDirect": false,
        "via": [
          "chokidar"
        ],
        "effects": [
          "watchpack"
        ],
        "range": "*",
        "nodes": [
          "node_modules/watchpack-chokidar2"
        ],
        "fixAvailable": true
      }
    },
    "metadata": {
      "vulnerabilities": {
        "info": 0,
        "low": 0,
        "moderate": 6,
        "high": 7,
        "critical": 0,
        "total": 13
      },
      "dependencies": {
        "prod": 167,
        "dev": 741,
        "optional": 26,
        "peer": 1,
        "peerOptional": 0,
        "total": 908
      }
    }
  }
}

--- end ---
{"added": 26, "removed": 0, "changed": 0, "audited": 909, "funding": 48, "audit": {"auditReportVersion": 2, "vulnerabilities": {"chokidar": {"name": "chokidar", "severity": "high", "isDirect": false, "via": ["glob-parent"], "effects": ["watchpack-chokidar2"], "range": "1.0.0-rc1 - 2.1.8", "nodes": ["node_modules/watchpack-chokidar2/node_modules/chokidar"], "fixAvailable": true}, "codemirror-graphql": {"name": "codemirror-graphql", "severity": "moderate", "isDirect": false, "via": ["graphql-language-service-interface"], "effects": ["graphiql"], "range": "0.6.12 - 0.8.3", "nodes": ["node_modules/codemirror-graphql"], "fixAvailable": {"name": "graphiql", "version": "2.4.7", "isSemVerMajor": true}}, "cross-fetch": {"name": "cross-fetch", "severity": "high", "isDirect": false, "via": [{"source": 1088709, "name": "cross-fetch", "dependency": "cross-fetch", "title": "Incorrect Authorization in cross-fetch", "url": "https://github.com/advisories/GHSA-7gc6-qh9x-w6h8", "severity": "moderate", "cwe": ["CWE-359", "CWE-863"], "cvss": {"score": 6.1, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"}, "range": "<2.2.6"}, "node-fetch"], "effects": ["graphql-request"], "range": "<=2.2.5 || 3.0.0 - 3.1.4 || 3.2.0-alpha.0 - 3.2.0-alpha.2", "nodes": ["node_modules/cross-fetch"], "fixAvailable": {"name": "graphiql", "version": "2.4.7", "isSemVerMajor": true}}, "glob-parent": {"name": "glob-parent", "severity": "high", "isDirect": false, "via": [{"source": 1091181, "name": "glob-parent", "dependency": "glob-parent", "title": "glob-parent before 5.1.2 vulnerable to Regular Expression Denial of Service in enclosure regex", "url": "https://github.com/advisories/GHSA-ww39-953v-wcq6", "severity": "high", "cwe": ["CWE-400"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<5.1.2"}], "effects": ["chokidar"], "range": "<5.1.2", "nodes": ["node_modules/watchpack-chokidar2/node_modules/glob-parent"], "fixAvailable": true}, "graphiql": {"name": "graphiql", "severity": "high", "isDirect": true, "via": [{"source": 1089589, "name": "graphiql", "dependency": "graphiql", "title": "GraphiQL introspection schema template injection attack", "url": "https://github.com/advisories/GHSA-x4r7-m2q9-69c8", "severity": "high", "cwe": ["CWE-79"], "cvss": {"score": 7.1, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L"}, "range": ">=0.5.0 <1.4.7"}, "codemirror-graphql", "markdown-it"], "effects": [], "range": "0.5.0 - 1.4.7-canary-85a66743.0", "nodes": ["node_modules/graphiql"], "fixAvailable": {"name": "graphiql", "version": "2.4.7", "isSemVerMajor": true}}, "graphql-config": {"name": "graphql-config", "severity": "moderate", "isDirect": false, "via": ["graphql-request"], "effects": ["graphql-language-service-interface", "graphql-language-service-utils"], "range": "0.0.0-experimental.0 || 1.0.8 - 3.0.0-rc.3", "nodes": ["node_modules/graphql-config"], "fixAvailable": {"name": "graphiql", "version": "2.4.7", "isSemVerMajor": true}}, "graphql-language-service-interface": {"name": "graphql-language-service-interface", "severity": "moderate", "isDirect": false, "via": ["graphql-config", "graphql-language-service-utils"], "effects": ["codemirror-graphql"], "range": "1.0.16 - 2.4.0-alpha.11", "nodes": ["node_modules/graphql-language-service-interface"], "fixAvailable": {"name": "graphiql", "version": "2.4.7", "isSemVerMajor": true}}, "graphql-language-service-utils": {"name": "graphql-language-service-utils", "severity": "moderate", "isDirect": false, "via": ["graphql-config"], "effects": ["graphql-language-service-interface"], "range": "1.0.16 - 2.4.0-alpha.9", "nodes": ["node_modules/graphql-language-service-utils"], "fixAvailable": {"name": "graphiql", "version": "2.4.7", "isSemVerMajor": true}}, "graphql-request": {"name": "graphql-request", "severity": "moderate", "isDirect": false, "via": ["cross-fetch"], "effects": ["graphql-config"], "range": "1.4.0 - 1.8.2", "nodes": ["node_modules/graphql-request"], "fixAvailable": {"name": "graphiql", "version": "2.4.7", "isSemVerMajor": true}}, "markdown-it": {"name": "markdown-it", "severity": "moderate", "isDirect": false, "via": [{"source": 1090461, "name": "markdown-it", "dependency": "markdown-it", "title": "Uncontrolled Resource Consumption in markdown-it", "url": "https://github.com/advisories/GHSA-6vfc-qv3f-vr6c", "severity": "moderate", "cwe": ["CWE-400"], "cvss": {"score": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"}, "range": "<12.3.2"}], "effects": ["graphiql"], "range": "<12.3.2", "nodes": ["node_modules/markdown-it"], "fixAvailable": {"name": "graphiql", "version": "2.4.7", "isSemVerMajor": true}}, "node-fetch": {"name": "node-fetch", "severity": "high", "isDirect": false, "via": [{"source": 1091239, "name": "node-fetch", "dependency": "node-fetch", "title": "node-fetch is vulnerable to Exposure of Sensitive Information to an Unauthorized Actor", "url": "https://github.com/advisories/GHSA-r683-j2x4-v87g", "severity": "high", "cwe": ["CWE-173", "CWE-200", "CWE-601"], "cvss": {"score": 8.8, "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"}, "range": "<2.6.7"}, {"source": 1091791, "name": "node-fetch", "dependency": "node-fetch", "title": "The `size` option isn't honored after following a redirect in node-fetch", "url": "https://github.com/advisories/GHSA-w7rc-rwvf-8q5r", "severity": "low", "cwe": ["CWE-20", "CWE-770"], "cvss": {"score": 2.6, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L"}, "range": "<2.6.1"}], "effects": ["cross-fetch"], "range": "<=2.6.6", "nodes": ["node_modules/node-fetch"], "fixAvailable": {"name": "graphiql", "version": "2.4.7", "isSemVerMajor": true}}, "watchpack": {"name": "watchpack", "severity": "high", "isDirect": false, "via": ["watchpack-chokidar2"], "effects": [], "range": "1.7.2 - 1.7.5", "nodes": ["node_modules/watchpack"], "fixAvailable": true}, "watchpack-chokidar2": {"name": "watchpack-chokidar2", "severity": "high", "isDirect": false, "via": ["chokidar"], "effects": ["watchpack"], "range": "*", "nodes": ["node_modules/watchpack-chokidar2"], "fixAvailable": true}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 6, "high": 7, "critical": 0, "total": 13}, "dependencies": {"prod": 167, "dev": 741, "optional": 26, "peer": 1, "peerOptional": 0, "total": 908}}}}
$ /usr/bin/npm audit fix --only=dev --legacy-peer-deps
--- stderr ---
npm WARN invalid config only="dev" set in command line options
npm WARN invalid config Must be one of: null, prod, production
--- stdout ---

up to date, audited 883 packages in 2s

48 packages are looking for funding
  run `npm fund` for details

# npm audit report

cross-fetch  <=2.2.5 || 3.0.0 - 3.1.4 || 3.2.0-alpha.0 - 3.2.0-alpha.2
Severity: high
Incorrect Authorization in cross-fetch - https://github.com/advisories/GHSA-7gc6-qh9x-w6h8
Depends on vulnerable versions of node-fetch
fix available via `npm audit fix --force`
Will install graphiql@2.4.7, which is a breaking change
node_modules/cross-fetch
  graphql-request  1.4.0 - 1.8.2
  Depends on vulnerable versions of cross-fetch
  node_modules/graphql-request
    graphql-config  0.0.0-experimental.0 || 1.0.8 - 3.0.0-rc.3
    Depends on vulnerable versions of graphql-request
    node_modules/graphql-config
      graphql-language-service-interface  1.0.16 - 2.4.0-alpha.11
      Depends on vulnerable versions of graphql-config
      Depends on vulnerable versions of graphql-language-service-utils
      node_modules/graphql-language-service-interface
        codemirror-graphql  0.6.12 - 0.8.3
        Depends on vulnerable versions of graphql-language-service-interface
        node_modules/codemirror-graphql
          graphiql  0.5.0 - 1.4.7-canary-85a66743.0
          Depends on vulnerable versions of codemirror-graphql
          Depends on vulnerable versions of markdown-it
          node_modules/graphiql
      graphql-language-service-utils  1.0.16 - 2.4.0-alpha.9
      Depends on vulnerable versions of graphql-config
      node_modules/graphql-language-service-utils


markdown-it  <12.3.2
Severity: moderate
Uncontrolled Resource Consumption in markdown-it - https://github.com/advisories/GHSA-6vfc-qv3f-vr6c
fix available via `npm audit fix --force`
Will install graphiql@2.4.7, which is a breaking change
node_modules/markdown-it

node-fetch  <=2.6.6
Severity: high
node-fetch is vulnerable to Exposure of Sensitive Information to an Unauthorized Actor - https://github.com/advisories/GHSA-r683-j2x4-v87g
The `size` option isn't honored after following a redirect in node-fetch - https://github.com/advisories/GHSA-w7rc-rwvf-8q5r
fix available via `npm audit fix --force`
Will install graphiql@2.4.7, which is a breaking change
node_modules/node-fetch

9 vulnerabilities (6 moderate, 3 high)

To address all issues (including breaking changes), run:
  npm audit fix --force

--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- end ---
Verifying that tests still pass
$ /usr/bin/npm ci --legacy-peer-deps
--- stderr ---
npm WARN deprecated graphql-import@0.4.5: GraphQL Import has been deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-import for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes.
--- stdout ---

added 882 packages, and audited 883 packages in 8s

48 packages are looking for funding
  run `npm fund` for details

13 vulnerabilities (6 moderate, 7 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

--- end ---
$ /usr/bin/npm test
--- stdout ---

> test
> grunt test

Running "eslint:all" (eslint) task

Running "banana:GraphQL" (banana) task
>> 1 message directory checked.

Done.

--- end ---
{"1091181": {"source": 1091181, "name": "glob-parent", "dependency": "glob-parent", "title": "glob-parent before 5.1.2 vulnerable to Regular Expression Denial of Service in enclosure regex", "url": "https://github.com/advisories/GHSA-ww39-953v-wcq6", "severity": "high", "cwe": ["CWE-400"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<5.1.2"}}
{"1091181": {"source": 1091181, "name": "glob-parent", "dependency": "glob-parent", "title": "glob-parent before 5.1.2 vulnerable to Regular Expression Denial of Service in enclosure regex", "url": "https://github.com/advisories/GHSA-ww39-953v-wcq6", "severity": "high", "cwe": ["CWE-400"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<5.1.2"}}
{"1091181": {"source": 1091181, "name": "glob-parent", "dependency": "glob-parent", "title": "glob-parent before 5.1.2 vulnerable to Regular Expression Denial of Service in enclosure regex", "url": "https://github.com/advisories/GHSA-ww39-953v-wcq6", "severity": "high", "cwe": ["CWE-400"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<5.1.2"}}
{"1091181": {"source": 1091181, "name": "glob-parent", "dependency": "glob-parent", "title": "glob-parent before 5.1.2 vulnerable to Regular Expression Denial of Service in enclosure regex", "url": "https://github.com/advisories/GHSA-ww39-953v-wcq6", "severity": "high", "cwe": ["CWE-400"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<5.1.2"}}
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- end ---
build: Updating npm dependencies

* eslint-config-wikimedia: 0.24.0 → 0.25.0
* grunt-banana-checker: 0.10.0 → 0.11.0
* grunt-eslint: 24.0.0 → 24.0.1

$ git add .
--- stdout ---

--- end ---
$ git commit -F /tmp/tmpmed8i5if
--- stdout ---
[master 184a235] build: Updating npm dependencies
 2 files changed, 133 insertions(+), 72 deletions(-)

--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From 184a235ed3dd1aa9c1f3e4df75d5f1787c81b7ff Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sat, 3 Jun 2023 23:59:39 +0000
Subject: [PATCH] build: Updating npm dependencies
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* eslint-config-wikimedia: 0.24.0 → 0.25.0
* grunt-banana-checker: 0.10.0 → 0.11.0
* grunt-eslint: 24.0.0 → 24.0.1

Change-Id: I3ba78531a77f5c91d4c07a8a519fb920e6098d1a
---
 package-lock.json | 199 ++++++++++++++++++++++++++++++----------------
 package.json      |   6 +-
 2 files changed, 133 insertions(+), 72 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index ffd283d..6735309 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,10 +20,10 @@
 				"babel-loader": "^8.0.5",
 				"clean-webpack-plugin": "^2.0.1",
 				"css-loader": "^2.1.1",
-				"eslint-config-wikimedia": "0.24.0",
+				"eslint-config-wikimedia": "0.25.0",
 				"grunt": "1.6.1",
-				"grunt-banana-checker": "0.10.0",
-				"grunt-eslint": "24.0.0",
+				"grunt-banana-checker": "0.11.0",
+				"grunt-eslint": "24.0.1",
 				"style-loader": "^0.23.1",
 				"webpack": "^4.30.0",
 				"webpack-cli": "^3.3.11"
@@ -2183,9 +2183,9 @@
 			}
 		},
 		"node_modules/browserslist-config-wikimedia": {
-			"version": "0.4.0",
-			"resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.4.0.tgz",
-			"integrity": "sha512-U/fmsaGlCKOqRIjKqXwQ44qFqiStngRTphj1Cf6IHV6J8OK8T0gu9dKc7Ljq4v7bwhnhN+YCCa4fA3nZlPNivQ==",
+			"version": "0.5.0",
+			"resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.5.0.tgz",
+			"integrity": "sha512-t+tvSnTeVhVF2lNRxoAlE51/ZCfUs5SNNZUnWu2N8xXOGMPTMyKk5l4mayvDdm+5L8oqmnALU+TjnN2Z+ZTCTw==",
 			"dev": true
 		},
 		"node_modules/buffer": {
@@ -3291,22 +3291,23 @@
 			}
 		},
 		"node_modules/eslint-config-wikimedia": {
-			"version": "0.24.0",
-			"resolved": "https://registry.npmjs.org/eslint-config-wikimedia/-/eslint-config-wikimedia-0.24.0.tgz",
-			"integrity": "sha512-8oH/YhJ87ONSmuRfATgx8U7Jcwz3tBemrh6YOezIfj9f2QfE71ZhaKZrNPdfS7vIklLor/cB9vX7sxN10nz8xw==",
+			"version": "0.25.0",
+			"resolved": "https://registry.npmjs.org/eslint-config-wikimedia/-/eslint-config-wikimedia-0.25.0.tgz",
+			"integrity": "sha512-xLvXPyPmBLMPCE/FDy69ViFNsA3+uvFpH63IKtiqS9Olv1kWU2TWFlpJMFFEu0RWVnbciUKFOoLy3P36UvNHag==",
 			"dev": true,
 			"dependencies": {
-				"browserslist-config-wikimedia": "^0.4.0",
+				"browserslist-config-wikimedia": "^0.5.0",
 				"eslint": "^8.31.0",
 				"eslint-plugin-compat": "^4.0.2",
 				"eslint-plugin-es-x": "^5.2.1",
 				"eslint-plugin-jsdoc": "39.2.2",
 				"eslint-plugin-json-es": "^1.5.7",
-				"eslint-plugin-mediawiki": "^0.4.0",
+				"eslint-plugin-mediawiki": "^0.5.0",
 				"eslint-plugin-mocha": "^9.0.0",
 				"eslint-plugin-no-jquery": "^2.7.0",
 				"eslint-plugin-node": "^11.1.0",
-				"eslint-plugin-qunit": "^7.2.0",
+				"eslint-plugin-qunit": "^7.3.0",
+				"eslint-plugin-security": "^1.7.1",
 				"eslint-plugin-unicorn": "^42.0.0",
 				"eslint-plugin-vue": "^8.7.1",
 				"eslint-plugin-wdio": "^7.19.4",
@@ -3548,9 +3549,9 @@
 			}
 		},
 		"node_modules/eslint-plugin-mediawiki": {
-			"version": "0.4.0",
-			"resolved": "https://registry.npmjs.org/eslint-plugin-mediawiki/-/eslint-plugin-mediawiki-0.4.0.tgz",
-			"integrity": "sha512-Eufptb8lrElYwIONvgxlMBnPD6PYT4xAFprWlBxV5brCmUh8MZ41+lMxt2TPwEC6C85ngflkVez8BV8tWS9RyQ==",
+			"version": "0.5.0",
+			"resolved": "https://registry.npmjs.org/eslint-plugin-mediawiki/-/eslint-plugin-mediawiki-0.5.0.tgz",
+			"integrity": "sha512-rjkHFyv3VDan/dmu7YpD1Rl9h64NOlz4mqqesRN316R+571+ymmb6lXVOdNMbT8H1iPhmtHc+nijVLVkn7pYDw==",
 			"dev": true,
 			"dependencies": {
 				"eslint-plugin-vue": "^8.7.1",
@@ -3662,9 +3663,9 @@
 			}
 		},
 		"node_modules/eslint-plugin-qunit": {
-			"version": "7.2.0",
-			"resolved": "https://registry.npmjs.org/eslint-plugin-qunit/-/eslint-plugin-qunit-7.2.0.tgz",
-			"integrity": "sha512-ebT6aOpmMj4vchG0hVw9Ukbutk/lgywrc8gc9w9hH2/4WjKqwMlyM7iVwqB7OAXv6gtQMJZuziT0wNjjymAuWA==",
+			"version": "7.3.4",
+			"resolved": "https://registry.npmjs.org/eslint-plugin-qunit/-/eslint-plugin-qunit-7.3.4.tgz",
+			"integrity": "sha512-EbDM0zJerH9zVdUswMJpcFF7wrrpvsGuYfNexUpa5hZkkdFhaFcX+yD+RSK4Nrauw4psMGlcqeWUMhaVo+Manw==",
 			"dev": true,
 			"dependencies": {
 				"eslint-utils": "^3.0.0",
@@ -3701,6 +3702,24 @@
 				"node": ">=10"
 			}
 		},
+		"node_modules/eslint-plugin-security": {
+			"version": "1.7.1",
+			"resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-1.7.1.tgz",
+			"integrity": "sha512-sMStceig8AFglhhT2LqlU5r+/fn9OwsA72O5bBuQVTssPCdQAOQzL+oMn/ZcpeUY6KcNfLJArgcrsSULNjYYdQ==",
+			"dev": true,
+			"dependencies": {
+				"safe-regex": "^2.1.1"
+			}
+		},
+		"node_modules/eslint-plugin-security/node_modules/safe-regex": {
+			"version": "2.1.1",
+			"resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-2.1.1.tgz",
+			"integrity": "sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==",
+			"dev": true,
+			"dependencies": {
+				"regexp-tree": "~0.1.1"
+			}
+		},
 		"node_modules/eslint-plugin-unicorn": {
 			"version": "42.0.0",
 			"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-42.0.0.tgz",
@@ -3861,9 +3880,9 @@
 			}
 		},
 		"node_modules/eslint-plugin-vue/node_modules/semver": {
-			"version": "7.3.7",
-			"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
-			"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
+			"version": "7.5.1",
+			"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
+			"integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
 			"dev": true,
 			"dependencies": {
 				"lru-cache": "^6.0.0"
@@ -5388,9 +5407,9 @@
 			}
 		},
 		"node_modules/grunt-banana-checker": {
-			"version": "0.10.0",
-			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.10.0.tgz",
-			"integrity": "sha512-Sx+P3zWjn4YmBCqzidnCEkYrACe1SLTIT8kKC6C3f21Hu6sm17U/V+re343cuK3U+iGZv15ux6bY+69buIbYrA==",
+			"version": "0.11.0",
+			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.11.0.tgz",
+			"integrity": "sha512-qXtcxu7y9GFEIx6ELm5jSf+JqvCafdco+t/YsrUhUDNe9AgCnP7X0R+PxT0qZaDftKVrDrR2gPOYqpaAye5bDw==",
 			"dev": true,
 			"bin": {
 				"banana-checker": "src/cli.js"
@@ -5438,9 +5457,9 @@
 			}
 		},
 		"node_modules/grunt-eslint": {
-			"version": "24.0.0",
-			"resolved": "https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-24.0.0.tgz",
-			"integrity": "sha512-WpTeBBFweyhMuPjGwRSQV9JFJ+EczIdlsc7Dd/1g78QVI1aZsk4g/H3e+3S5HEwsS1RKL2YZIrGj8hMLlBfN8w==",
+			"version": "24.0.1",
+			"resolved": "https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-24.0.1.tgz",
+			"integrity": "sha512-gFzp+ikAkwyu6nqBE2zx1pLVL0JPrerG7jaO4uJV3XUGKPIipv4mfhDOS5MyiMrzUtGdXSW8FkRHjoUnfqbW+g==",
 			"dev": true,
 			"dependencies": {
 				"chalk": "^4.1.2",
@@ -6995,9 +7014,9 @@
 			}
 		},
 		"node_modules/nth-check": {
-			"version": "2.0.1",
-			"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
-			"integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
+			"version": "2.1.1",
+			"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
+			"integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
 			"dev": true,
 			"dependencies": {
 				"boolbase": "^1.0.0"
@@ -9072,6 +9091,19 @@
 			"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
 			"dev": true
 		},
+		"node_modules/typescript": {
+			"version": "5.1.3",
+			"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
+			"integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
+			"peer": true,
+			"bin": {
+				"tsc": "bin/tsc",
+				"tsserver": "bin/tsserver"
+			},
+			"engines": {
+				"node": ">=14.17"
+			}
+		},
 		"node_modules/uc.micro": {
 			"version": "1.0.6",
 			"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
@@ -9394,9 +9426,9 @@
 			}
 		},
 		"node_modules/vue-eslint-parser/node_modules/eslint-scope": {
-			"version": "7.1.1",
-			"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
-			"integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
+			"version": "7.2.0",
+			"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
+			"integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
 			"dev": true,
 			"dependencies": {
 				"esrecurse": "^4.3.0",
@@ -9404,6 +9436,9 @@
 			},
 			"engines": {
 				"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+			},
+			"funding": {
+				"url": "https://opencollective.com/eslint"
 			}
 		},
 		"node_modules/vue-eslint-parser/node_modules/estraverse": {
@@ -9428,9 +9463,9 @@
 			}
 		},
 		"node_modules/vue-eslint-parser/node_modules/semver": {
-			"version": "7.3.7",
-			"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
-			"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
+			"version": "7.5.1",
+			"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
+			"integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
 			"dev": true,
 			"dependencies": {
 				"lru-cache": "^6.0.0"
@@ -11829,9 +11864,9 @@
 			}
 		},
 		"browserslist-config-wikimedia": {
-			"version": "0.4.0",
-			"resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.4.0.tgz",
-			"integrity": "sha512-U/fmsaGlCKOqRIjKqXwQ44qFqiStngRTphj1Cf6IHV6J8OK8T0gu9dKc7Ljq4v7bwhnhN+YCCa4fA3nZlPNivQ==",
+			"version": "0.5.0",
+			"resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.5.0.tgz",
+			"integrity": "sha512-t+tvSnTeVhVF2lNRxoAlE51/ZCfUs5SNNZUnWu2N8xXOGMPTMyKk5l4mayvDdm+5L8oqmnALU+TjnN2Z+ZTCTw==",
 			"dev": true
 		},
 		"buffer": {
@@ -12980,22 +13015,23 @@
 			}
 		},
 		"eslint-config-wikimedia": {
-			"version": "0.24.0",
-			"resolved": "https://registry.npmjs.org/eslint-config-wikimedia/-/eslint-config-wikimedia-0.24.0.tgz",
-			"integrity": "sha512-8oH/YhJ87ONSmuRfATgx8U7Jcwz3tBemrh6YOezIfj9f2QfE71ZhaKZrNPdfS7vIklLor/cB9vX7sxN10nz8xw==",
+			"version": "0.25.0",
+			"resolved": "https://registry.npmjs.org/eslint-config-wikimedia/-/eslint-config-wikimedia-0.25.0.tgz",
+			"integrity": "sha512-xLvXPyPmBLMPCE/FDy69ViFNsA3+uvFpH63IKtiqS9Olv1kWU2TWFlpJMFFEu0RWVnbciUKFOoLy3P36UvNHag==",
 			"dev": true,
 			"requires": {
-				"browserslist-config-wikimedia": "^0.4.0",
+				"browserslist-config-wikimedia": "^0.5.0",
 				"eslint": "^8.31.0",
 				"eslint-plugin-compat": "^4.0.2",
 				"eslint-plugin-es-x": "^5.2.1",
 				"eslint-plugin-jsdoc": "39.2.2",
 				"eslint-plugin-json-es": "^1.5.7",
-				"eslint-plugin-mediawiki": "^0.4.0",
+				"eslint-plugin-mediawiki": "^0.5.0",
 				"eslint-plugin-mocha": "^9.0.0",
 				"eslint-plugin-no-jquery": "^2.7.0",
 				"eslint-plugin-node": "^11.1.0",
-				"eslint-plugin-qunit": "^7.2.0",
+				"eslint-plugin-qunit": "^7.3.0",
+				"eslint-plugin-security": "^1.7.1",
 				"eslint-plugin-unicorn": "^42.0.0",
 				"eslint-plugin-vue": "^8.7.1",
 				"eslint-plugin-wdio": "^7.19.4",
@@ -13161,9 +13197,9 @@
 			}
 		},
 		"eslint-plugin-mediawiki": {
-			"version": "0.4.0",
-			"resolved": "https://registry.npmjs.org/eslint-plugin-mediawiki/-/eslint-plugin-mediawiki-0.4.0.tgz",
-			"integrity": "sha512-Eufptb8lrElYwIONvgxlMBnPD6PYT4xAFprWlBxV5brCmUh8MZ41+lMxt2TPwEC6C85ngflkVez8BV8tWS9RyQ==",
+			"version": "0.5.0",
+			"resolved": "https://registry.npmjs.org/eslint-plugin-mediawiki/-/eslint-plugin-mediawiki-0.5.0.tgz",
+			"integrity": "sha512-rjkHFyv3VDan/dmu7YpD1Rl9h64NOlz4mqqesRN316R+571+ymmb6lXVOdNMbT8H1iPhmtHc+nijVLVkn7pYDw==",
 			"dev": true,
 			"requires": {
 				"eslint-plugin-vue": "^8.7.1",
@@ -13244,9 +13280,9 @@
 			}
 		},
 		"eslint-plugin-qunit": {
-			"version": "7.2.0",
-			"resolved": "https://registry.npmjs.org/eslint-plugin-qunit/-/eslint-plugin-qunit-7.2.0.tgz",
-			"integrity": "sha512-ebT6aOpmMj4vchG0hVw9Ukbutk/lgywrc8gc9w9hH2/4WjKqwMlyM7iVwqB7OAXv6gtQMJZuziT0wNjjymAuWA==",
+			"version": "7.3.4",
+			"resolved": "https://registry.npmjs.org/eslint-plugin-qunit/-/eslint-plugin-qunit-7.3.4.tgz",
+			"integrity": "sha512-EbDM0zJerH9zVdUswMJpcFF7wrrpvsGuYfNexUpa5hZkkdFhaFcX+yD+RSK4Nrauw4psMGlcqeWUMhaVo+Manw==",
 			"dev": true,
 			"requires": {
 				"eslint-utils": "^3.0.0",
@@ -13270,6 +13306,26 @@
 				}
 			}
 		},
+		"eslint-plugin-security": {
+			"version": "1.7.1",
+			"resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-1.7.1.tgz",
+			"integrity": "sha512-sMStceig8AFglhhT2LqlU5r+/fn9OwsA72O5bBuQVTssPCdQAOQzL+oMn/ZcpeUY6KcNfLJArgcrsSULNjYYdQ==",
+			"dev": true,
+			"requires": {
+				"safe-regex": "^2.1.1"
+			},
+			"dependencies": {
+				"safe-regex": {
+					"version": "2.1.1",
+					"resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-2.1.1.tgz",
+					"integrity": "sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==",
+					"dev": true,
+					"requires": {
+						"regexp-tree": "~0.1.1"
+					}
+				}
+			}
+		},
 		"eslint-plugin-unicorn": {
 			"version": "42.0.0",
 			"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-42.0.0.tgz",
@@ -13381,9 +13437,9 @@
 					}
 				},
 				"semver": {
-					"version": "7.3.7",
-					"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
-					"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
+					"version": "7.5.1",
+					"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
+					"integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
 					"dev": true,
 					"requires": {
 						"lru-cache": "^6.0.0"
@@ -14306,9 +14362,9 @@
 			}
 		},
 		"grunt-banana-checker": {
-			"version": "0.10.0",
-			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.10.0.tgz",
-			"integrity": "sha512-Sx+P3zWjn4YmBCqzidnCEkYrACe1SLTIT8kKC6C3f21Hu6sm17U/V+re343cuK3U+iGZv15ux6bY+69buIbYrA==",
+			"version": "0.11.0",
+			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.11.0.tgz",
+			"integrity": "sha512-qXtcxu7y9GFEIx6ELm5jSf+JqvCafdco+t/YsrUhUDNe9AgCnP7X0R+PxT0qZaDftKVrDrR2gPOYqpaAye5bDw==",
 			"dev": true
 		},
 		"grunt-cli": {
@@ -14343,9 +14399,9 @@
 			}
 		},
 		"grunt-eslint": {
-			"version": "24.0.0",
-			"resolved": "https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-24.0.0.tgz",
-			"integrity": "sha512-WpTeBBFweyhMuPjGwRSQV9JFJ+EczIdlsc7Dd/1g78QVI1aZsk4g/H3e+3S5HEwsS1RKL2YZIrGj8hMLlBfN8w==",
+			"version": "24.0.1",
+			"resolved": "https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-24.0.1.tgz",
+			"integrity": "sha512-gFzp+ikAkwyu6nqBE2zx1pLVL0JPrerG7jaO4uJV3XUGKPIipv4mfhDOS5MyiMrzUtGdXSW8FkRHjoUnfqbW+g==",
 			"dev": true,
 			"requires": {
 				"chalk": "^4.1.2",
@@ -15580,9 +15636,9 @@
 			"dev": true
 		},
 		"nth-check": {
-			"version": "2.0.1",
-			"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
-			"integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
+			"version": "2.1.1",
+			"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
+			"integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
 			"dev": true,
 			"requires": {
 				"boolbase": "^1.0.0"
@@ -17232,6 +17288,11 @@
 			"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
 			"dev": true
 		},
+		"typescript": {
+			"version": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
+			"integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
+			"peer": true
+		},
 		"uc.micro": {
 			"version": "1.0.6",
 			"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
@@ -17498,9 +17559,9 @@
 			},
 			"dependencies": {
 				"eslint-scope": {
-					"version": "7.1.1",
-					"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
-					"integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
+					"version": "7.2.0",
+					"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
+					"integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
 					"dev": true,
 					"requires": {
 						"esrecurse": "^4.3.0",
@@ -17523,9 +17584,9 @@
 					}
 				},
 				"semver": {
-					"version": "7.3.7",
-					"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
-					"integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
+					"version": "7.5.1",
+					"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
+					"integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
 					"dev": true,
 					"requires": {
 						"lru-cache": "^6.0.0"
diff --git a/package.json b/package.json
index ac8ee4e..d23b481 100644
--- a/package.json
+++ b/package.json
@@ -13,10 +13,10 @@
 		"babel-loader": "^8.0.5",
 		"clean-webpack-plugin": "^2.0.1",
 		"css-loader": "^2.1.1",
-		"eslint-config-wikimedia": "0.24.0",
+		"eslint-config-wikimedia": "0.25.0",
 		"grunt": "1.6.1",
-		"grunt-banana-checker": "0.10.0",
-		"grunt-eslint": "24.0.0",
+		"grunt-banana-checker": "0.11.0",
+		"grunt-eslint": "24.0.1",
 		"style-loader": "^0.23.1",
 		"webpack": "^4.30.0",
 		"webpack-cli": "^3.3.11"
-- 
2.30.2


--- end ---
Source code is licensed under the AGPL.