diff --git a/app/package-lock.json b/app/package-lock.json index 73bae8b..15aa044 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -15,7 +15,7 @@ "maplibre-gl": "^4.7.1" }, "devDependencies": { - "@eslint/config-inspector": "^0.6.0", + "@eslint/config-inspector": "^0.7.0", "@eslint/js": "^9.17.0", "@html-eslint/eslint-plugin": "^0.31.1", "@html-eslint/parser": "^0.31.0", @@ -682,22 +682,21 @@ "license": "MIT" }, "node_modules/@eslint/config-inspector": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@eslint/config-inspector/-/config-inspector-0.6.0.tgz", - "integrity": "sha512-sN+ddom8AjUC5Zc/0uUVf11lpVudN+4cGVxA0ET6TsqE7Gezeug7NN6M8zonTpqsVSnaexGApwGUo0+6MsWfQQ==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@eslint/config-inspector/-/config-inspector-0.7.0.tgz", + "integrity": "sha512-soPcV7c4/oB9ktEIojw7O6n46+WIz0vEYnDj+PV6jLRFOD4PEFr40yA58nrpZuNRIo1catuLCJ9ZvP9Zedb/fQ==", "dev": true, "dependencies": { - "@eslint/config-array": "^0.19.1", - "@voxpelli/config-array-find-files": "^1.2.1", - "bundle-require": "^5.0.0", + "@nodelib/fs.walk": "^3.0.1", + "bundle-require": "^5.1.0", "cac": "^6.7.14", - "chokidar": "^4.0.1", - "esbuild": "^0.24.0", + "chokidar": "^4.0.3", + "debug": "^4.4.0", + "esbuild": "^0.24.2", "fast-glob": "^3.3.2", "find-up": "^7.0.0", "get-port-please": "^3.1.2", "h3": "^1.13.0", - "minimatch": "^9.0.5", "mlly": "^1.7.3", "mrmime": "^2.0.0", "open": "^10.1.0", @@ -715,12 +714,46 @@ "eslint": "^8.50.0 || ^9.0.0" } }, - "node_modules/@eslint/config-inspector/node_modules/chokidar": { + "node_modules/@eslint/config-inspector/node_modules/@nodelib/fs.scandir": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz", - "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-4.0.1.tgz", + "integrity": "sha512-vAkI715yhnmiPupY+dq+xenu5Tdf2TBQ66jLvBIcCddtz+5Q8LbMKaf9CIJJreez8fQ8fgaY+RaywQx8RJIWpw==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "4.0.0", + "run-parallel": "^1.2.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@eslint/config-inspector/node_modules/@nodelib/fs.stat": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-4.0.0.tgz", + "integrity": "sha512-ctr6bByzksKRCV0bavi8WoQevU6plSp2IkllIsEqaiKe2mwNNnaluhnRhcsgGZHrrHk57B3lf95MkLMO3STYcg==", + "dev": true, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@eslint/config-inspector/node_modules/@nodelib/fs.walk": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-3.0.1.tgz", + "integrity": "sha512-nIh/M6Kh3ZtOmlY00DaUYB4xeeV6F3/ts1l29iwl3/cfyY/OuCfUx+v08zgx8TKPTifXRcjjqVQ4KB2zOYSbyw==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "4.0.1", + "fastq": "^1.15.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@eslint/config-inspector/node_modules/chokidar": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", + "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", "dev": true, - "license": "MIT", "dependencies": { "readdirp": "^4.0.1" }, @@ -731,6 +764,23 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/@eslint/config-inspector/node_modules/debug": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "dev": true, + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/@eslint/config-inspector/node_modules/find-up": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-7.0.0.tgz", @@ -765,21 +815,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@eslint/config-inspector/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } + "node_modules/@eslint/config-inspector/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true }, "node_modules/@eslint/config-inspector/node_modules/p-limit": { "version": "4.0.0", @@ -828,7 +868,6 @@ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz", "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==", "dev": true, - "license": "MIT", "engines": { "node": ">= 14.16.0" }, @@ -1845,60 +1884,6 @@ "integrity": "sha512-pyphprbiF7KiDSc+SWZ4/rVM8B5vU27zIiFfEPj2lEqczpI4xAKSp+dM3tlzyRAWJL32fcbCfAaLGhJZQV13Rg==", "license": "MIT" }, - "node_modules/@voxpelli/config-array-find-files": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@voxpelli/config-array-find-files/-/config-array-find-files-1.2.1.tgz", - "integrity": "sha512-mRqVGLcK+yU+fQyaHAL9Xbhw633spi+VGurX1+gwSiZS8SzX63WzOmGi3qXO7mn4cozJcExyzIC5WmbUFJWQOw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.walk": "^2.0.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "peerDependencies": { - "@eslint/config-array": ">=0.16.0" - } - }, - "node_modules/@voxpelli/config-array-find-files/node_modules/@nodelib/fs.scandir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-3.0.0.tgz", - "integrity": "sha512-ktI9+PxfHYtKjF3cLTUAh2N+b8MijCRPNwKJNqTVdL0gB0QxLU2rIRaZ1t71oEa3YBDE6bukH1sR0+CDnpp/Mg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "3.0.0", - "run-parallel": "^1.2.0" - }, - "engines": { - "node": ">=16.14.0" - } - }, - "node_modules/@voxpelli/config-array-find-files/node_modules/@nodelib/fs.stat": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-3.0.0.tgz", - "integrity": "sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=16.14.0" - } - }, - "node_modules/@voxpelli/config-array-find-files/node_modules/@nodelib/fs.walk": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-2.0.0.tgz", - "integrity": "sha512-54voNDBobGdMl3BUXSu7UaDh1P85PGHWlJ5e0XhPugo1JulOyCtp2I+5ri4wplGDJ8QGwPEQW7/x3yTLU7yF1A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.scandir": "3.0.0", - "fastq": "^1.15.0" - }, - "engines": { - "node": ">=16.14.0" - } - }, "node_modules/accepts": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", @@ -2135,11 +2120,10 @@ } }, "node_modules/bundle-require": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/bundle-require/-/bundle-require-5.0.0.tgz", - "integrity": "sha512-GuziW3fSSmopcx4KRymQEJVbZUfqlCqcq7dvs6TYwKRZiegK/2buMxQTPs6MGlNv50wms1699qYO54R8XfRX4w==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/bundle-require/-/bundle-require-5.1.0.tgz", + "integrity": "sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA==", "dev": true, - "license": "MIT", "dependencies": { "load-tsconfig": "^0.2.3" }, @@ -4046,7 +4030,6 @@ "resolved": "https://registry.npmjs.org/load-tsconfig/-/load-tsconfig-0.2.5.tgz", "integrity": "sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==", "dev": true, - "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } diff --git a/app/package.json b/app/package.json index 7a88207..6ed2372 100644 --- a/app/package.json +++ b/app/package.json @@ -20,7 +20,7 @@ "maplibre-gl": "^4.7.1" }, "devDependencies": { - "@eslint/config-inspector": "^0.6.0", + "@eslint/config-inspector": "^0.7.0", "@eslint/js": "^9.17.0", "@html-eslint/eslint-plugin": "^0.31.1", "@html-eslint/parser": "^0.31.0",