chore: npm install
This commit is contained in:
		
							parent
							
								
									8490a0ab61
								
							
						
					
					
						commit
						76f8d0dbf9
					
				
					 1 changed files with 16 additions and 274 deletions
				
			
		
							
								
								
									
										290
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										290
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							|  | @ -161,6 +161,7 @@ | |||
|             "version": "2.3.0", | ||||
|             "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", | ||||
|             "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", | ||||
|             "dev": true, | ||||
|             "license": "Apache-2.0", | ||||
|             "dependencies": { | ||||
|                 "@jridgewell/gen-mapping": "^0.3.5", | ||||
|  | @ -705,96 +706,6 @@ | |||
|                 "node": ">=18" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@codemirror/autocomplete": { | ||||
|             "version": "6.18.6", | ||||
|             "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.18.6.tgz", | ||||
|             "integrity": "sha512-PHHBXFomUs5DF+9tCOM/UoW6XQ4R44lLNNhRaW9PKPTU0D7lIjRg3ElxaJnTwsl/oHiR93WSXDBrekhoUGCPtg==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@codemirror/language": "^6.0.0", | ||||
|                 "@codemirror/state": "^6.0.0", | ||||
|                 "@codemirror/view": "^6.17.0", | ||||
|                 "@lezer/common": "^1.0.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@codemirror/commands": { | ||||
|             "version": "6.8.1", | ||||
|             "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.8.1.tgz", | ||||
|             "integrity": "sha512-KlGVYufHMQzxbdQONiLyGQDUW0itrLZwq3CcY7xpv9ZLRHqzkBSoteocBHtMCoY7/Ci4xhzSrToIeLg7FxHuaw==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@codemirror/language": "^6.0.0", | ||||
|                 "@codemirror/state": "^6.4.0", | ||||
|                 "@codemirror/view": "^6.27.0", | ||||
|                 "@lezer/common": "^1.1.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@codemirror/lang-json": { | ||||
|             "version": "6.0.1", | ||||
|             "resolved": "https://registry.npmjs.org/@codemirror/lang-json/-/lang-json-6.0.1.tgz", | ||||
|             "integrity": "sha512-+T1flHdgpqDDlJZ2Lkil/rLiRy684WMLc74xUnjJH48GQdfJo/pudlTRreZmKwzP8/tGdKf83wlbAdOCzlJOGQ==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@codemirror/language": "^6.0.0", | ||||
|                 "@lezer/json": "^1.0.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@codemirror/language": { | ||||
|             "version": "6.11.0", | ||||
|             "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.11.0.tgz", | ||||
|             "integrity": "sha512-A7+f++LodNNc1wGgoRDTt78cOwWm9KVezApgjOMp1W4hM0898nsqBXwF+sbePE7ZRcjN7Sa1Z5m2oN27XkmEjQ==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@codemirror/state": "^6.0.0", | ||||
|                 "@codemirror/view": "^6.23.0", | ||||
|                 "@lezer/common": "^1.1.0", | ||||
|                 "@lezer/highlight": "^1.0.0", | ||||
|                 "@lezer/lr": "^1.0.0", | ||||
|                 "style-mod": "^4.0.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@codemirror/lint": { | ||||
|             "version": "6.8.5", | ||||
|             "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.8.5.tgz", | ||||
|             "integrity": "sha512-s3n3KisH7dx3vsoeGMxsbRAgKe4O1vbrnKBClm99PU0fWxmxsx5rR2PfqQgIt+2MMJBHbiJ5rfIdLYfB9NNvsA==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@codemirror/state": "^6.0.0", | ||||
|                 "@codemirror/view": "^6.35.0", | ||||
|                 "crelt": "^1.0.5" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@codemirror/search": { | ||||
|             "version": "6.5.10", | ||||
|             "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.10.tgz", | ||||
|             "integrity": "sha512-RMdPdmsrUf53pb2VwflKGHEe1XVM07hI7vV2ntgw1dmqhimpatSJKva4VA9h4TLUDOD4EIF02201oZurpnEFsg==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@codemirror/state": "^6.0.0", | ||||
|                 "@codemirror/view": "^6.0.0", | ||||
|                 "crelt": "^1.0.5" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@codemirror/state": { | ||||
|             "version": "6.5.2", | ||||
|             "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.5.2.tgz", | ||||
|             "integrity": "sha512-FVqsPqtPWKVVL3dPSxy8wEF/ymIEuVzF1PK3VbUgrxXpJUSHQWWZz4JMToquRxnkw+36LTamCZG2iua2Ptq0fA==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@marijn/find-cluster-break": "^1.0.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@codemirror/view": { | ||||
|             "version": "6.36.8", | ||||
|             "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.36.8.tgz", | ||||
|             "integrity": "sha512-yoRo4f+FdnD01fFt4XpfpMCcCAo9QvZOtbrXExn4SqzH32YC6LgzqxfLZw/r6Ge65xyY03mK/UfUqrVw1gFiFg==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@codemirror/state": "^6.5.0", | ||||
|                 "style-mod": "^4.1.0", | ||||
|                 "w3c-keyname": "^2.2.4" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@colors/colors": { | ||||
|             "version": "1.6.0", | ||||
|             "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.6.0.tgz", | ||||
|  | @ -1661,39 +1572,6 @@ | |||
|                 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@fortawesome/fontawesome-common-types": { | ||||
|             "version": "6.7.2", | ||||
|             "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.7.2.tgz", | ||||
|             "integrity": "sha512-Zs+YeHUC5fkt7Mg1l6XTniei3k4bwG/yo3iFUtZWd/pMx9g3fdvkSK9E0FOC+++phXOka78uJcYb8JaFkW52Xg==", | ||||
|             "license": "MIT", | ||||
|             "engines": { | ||||
|                 "node": ">=6" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@fortawesome/free-regular-svg-icons": { | ||||
|             "version": "6.7.2", | ||||
|             "resolved": "https://registry.npmjs.org/@fortawesome/free-regular-svg-icons/-/free-regular-svg-icons-6.7.2.tgz", | ||||
|             "integrity": "sha512-7Z/ur0gvCMW8G93dXIQOkQqHo2M5HLhYrRVC0//fakJXxcF1VmMPsxnG6Ee8qEylA8b8Q3peQXWMNZ62lYF28g==", | ||||
|             "license": "(CC-BY-4.0 AND MIT)", | ||||
|             "dependencies": { | ||||
|                 "@fortawesome/fontawesome-common-types": "6.7.2" | ||||
|             }, | ||||
|             "engines": { | ||||
|                 "node": ">=6" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@fortawesome/free-solid-svg-icons": { | ||||
|             "version": "6.7.2", | ||||
|             "resolved": "https://registry.npmjs.org/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-6.7.2.tgz", | ||||
|             "integrity": "sha512-GsBrnOzU8uj0LECDfD5zomZJIjrPhIlWU82AHwa2s40FKH+kcxQaBvBo3Z4TxyZHIyX8XTDxsyA33/Vx9eFuQA==", | ||||
|             "license": "(CC-BY-4.0 AND MIT)", | ||||
|             "dependencies": { | ||||
|                 "@fortawesome/fontawesome-common-types": "6.7.2" | ||||
|             }, | ||||
|             "engines": { | ||||
|                 "node": ">=6" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@gar/promisify": { | ||||
|             "version": "1.1.3", | ||||
|             "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", | ||||
|  | @ -1895,6 +1773,7 @@ | |||
|             "version": "0.3.8", | ||||
|             "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", | ||||
|             "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", | ||||
|             "dev": true, | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@jridgewell/set-array": "^1.2.1", | ||||
|  | @ -1909,6 +1788,7 @@ | |||
|             "version": "3.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", | ||||
|             "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", | ||||
|             "dev": true, | ||||
|             "license": "MIT", | ||||
|             "engines": { | ||||
|                 "node": ">=6.0.0" | ||||
|  | @ -1918,6 +1798,7 @@ | |||
|             "version": "1.2.1", | ||||
|             "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", | ||||
|             "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", | ||||
|             "dev": true, | ||||
|             "license": "MIT", | ||||
|             "engines": { | ||||
|                 "node": ">=6.0.0" | ||||
|  | @ -1933,6 +1814,7 @@ | |||
|             "version": "0.3.25", | ||||
|             "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", | ||||
|             "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", | ||||
|             "dev": true, | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@jridgewell/resolve-uri": "^3.1.0", | ||||
|  | @ -1963,56 +1845,6 @@ | |||
|                 "jsep": "^0.4.0||^1.0.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@jsonquerylang/jsonquery": { | ||||
|             "version": "4.1.1", | ||||
|             "resolved": "https://registry.npmjs.org/@jsonquerylang/jsonquery/-/jsonquery-4.1.1.tgz", | ||||
|             "integrity": "sha512-Rfyvq70Zrb561BqSuXLsl0rG0/1tz913EQDL/4zpkp+laFGUxXIVPSaJWcdREJwADXLZDkQyaWplzEaPQvh+7A==", | ||||
|             "license": "ISC", | ||||
|             "bin": { | ||||
|                 "jsonquery": "bin/cli.js" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lezer/common": { | ||||
|             "version": "1.2.3", | ||||
|             "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.3.tgz", | ||||
|             "integrity": "sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==", | ||||
|             "license": "MIT" | ||||
|         }, | ||||
|         "node_modules/@lezer/highlight": { | ||||
|             "version": "1.2.1", | ||||
|             "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.1.tgz", | ||||
|             "integrity": "sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@lezer/common": "^1.0.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lezer/json": { | ||||
|             "version": "1.0.3", | ||||
|             "resolved": "https://registry.npmjs.org/@lezer/json/-/json-1.0.3.tgz", | ||||
|             "integrity": "sha512-BP9KzdF9Y35PDpv04r0VeSTKDeox5vVr3efE7eBbx3r4s3oNLfunchejZhjArmeieBH+nVOpgIiBJpEAv8ilqQ==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@lezer/common": "^1.2.0", | ||||
|                 "@lezer/highlight": "^1.0.0", | ||||
|                 "@lezer/lr": "^1.0.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lezer/lr": { | ||||
|             "version": "1.4.2", | ||||
|             "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.2.tgz", | ||||
|             "integrity": "sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@lezer/common": "^1.0.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@marijn/find-cluster-break": { | ||||
|             "version": "1.0.2", | ||||
|             "resolved": "https://registry.npmjs.org/@marijn/find-cluster-break/-/find-cluster-break-1.0.2.tgz", | ||||
|             "integrity": "sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==", | ||||
|             "license": "MIT" | ||||
|         }, | ||||
|         "node_modules/@mikro-orm/cli": { | ||||
|             "version": "6.4.12", | ||||
|             "resolved": "https://registry.npmjs.org/@mikro-orm/cli/-/cli-6.4.12.tgz", | ||||
|  | @ -2624,17 +2456,6 @@ | |||
|             "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==", | ||||
|             "license": "BSD-3-Clause" | ||||
|         }, | ||||
|         "node_modules/@replit/codemirror-indentation-markers": { | ||||
|             "version": "6.5.3", | ||||
|             "resolved": "https://registry.npmjs.org/@replit/codemirror-indentation-markers/-/codemirror-indentation-markers-6.5.3.tgz", | ||||
|             "integrity": "sha512-hL5Sfvw3C1vgg7GolLe/uxX5T3tmgOA3ZzqlMv47zjU1ON51pzNWiVbS22oh6crYhtVhv8b3gdXwoYp++2ilHw==", | ||||
|             "license": "MIT", | ||||
|             "peerDependencies": { | ||||
|                 "@codemirror/language": "^6.0.0", | ||||
|                 "@codemirror/state": "^6.0.0", | ||||
|                 "@codemirror/view": "^6.0.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@rollup/pluginutils": { | ||||
|             "version": "5.1.4", | ||||
|             "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz", | ||||
|  | @ -3315,6 +3136,15 @@ | |||
|             "license": "MIT", | ||||
|             "optional": true | ||||
|         }, | ||||
|         "node_modules/@types/unzipper": { | ||||
|             "version": "0.10.11", | ||||
|             "resolved": "https://registry.npmjs.org/@types/unzipper/-/unzipper-0.10.11.tgz", | ||||
|             "integrity": "sha512-D25im2zjyMCcgL9ag6N46+wbtJBnXIr7SI4zHf9eJD2Dw2tEB5e+p5MYkrxKIVRscs5QV0EhtU9rgXSPx90oJg==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@types/node": "*" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@types/web-bluetooth": { | ||||
|             "version": "0.0.21", | ||||
|             "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz", | ||||
|  | @ -4121,6 +3951,7 @@ | |||
|             "version": "8.14.1", | ||||
|             "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz", | ||||
|             "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==", | ||||
|             "dev": true, | ||||
|             "license": "MIT", | ||||
|             "bin": { | ||||
|                 "acorn": "bin/acorn" | ||||
|  | @ -4278,15 +4109,6 @@ | |||
|             "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", | ||||
|             "license": "Python-2.0" | ||||
|         }, | ||||
|         "node_modules/aria-query": { | ||||
|             "version": "5.3.2", | ||||
|             "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", | ||||
|             "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", | ||||
|             "license": "Apache-2.0", | ||||
|             "engines": { | ||||
|                 "node": ">= 0.4" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/array-union": { | ||||
|             "version": "2.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", | ||||
|  | @ -4332,15 +4154,6 @@ | |||
|                 "proxy-from-env": "^1.1.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/axobject-query": { | ||||
|             "version": "4.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", | ||||
|             "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", | ||||
|             "license": "Apache-2.0", | ||||
|             "engines": { | ||||
|                 "node": ">= 0.4" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/balanced-match": { | ||||
|             "version": "1.0.2", | ||||
|             "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", | ||||
|  | @ -5004,12 +4817,6 @@ | |||
|             "dev": true, | ||||
|             "license": "MIT" | ||||
|         }, | ||||
|         "node_modules/crelt": { | ||||
|             "version": "1.0.6", | ||||
|             "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz", | ||||
|             "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==", | ||||
|             "license": "MIT" | ||||
|         }, | ||||
|         "node_modules/cross": { | ||||
|             "version": "1.0.0", | ||||
|             "resolved": "https://registry.npmjs.org/cross/-/cross-1.0.0.tgz", | ||||
|  | @ -5252,15 +5059,6 @@ | |||
|                 "node": ">=0.3.1" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/diff-sequences": { | ||||
|             "version": "29.6.3", | ||||
|             "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", | ||||
|             "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", | ||||
|             "license": "MIT", | ||||
|             "engines": { | ||||
|                 "node": "^14.15.0 || ^16.10.0 || >=18.0.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/dir-glob": { | ||||
|             "version": "3.0.1", | ||||
|             "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", | ||||
|  | @ -5973,15 +5771,6 @@ | |||
|                 "node": ">=0.10" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/esrap": { | ||||
|             "version": "1.4.6", | ||||
|             "resolved": "https://registry.npmjs.org/esrap/-/esrap-1.4.6.tgz", | ||||
|             "integrity": "sha512-F/D2mADJ9SHY3IwksD4DAXjTt7qt7GWUf3/8RhCNWmC/67tyb55dpimHmy7EplakFaflV0R/PC+fdSPqrRHAQw==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@jridgewell/sourcemap-codec": "^1.4.15" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/esrecurse": { | ||||
|             "version": "4.3.0", | ||||
|             "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", | ||||
|  | @ -6166,6 +5955,7 @@ | |||
|             "version": "3.1.3", | ||||
|             "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", | ||||
|             "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", | ||||
|             "dev": true, | ||||
|             "license": "MIT" | ||||
|         }, | ||||
|         "node_modules/fast-diff": { | ||||
|  | @ -7352,15 +7142,6 @@ | |||
|                 "jiti": "lib/jiti-cli.mjs" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/jmespath": { | ||||
|             "version": "0.16.0", | ||||
|             "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz", | ||||
|             "integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==", | ||||
|             "license": "Apache-2.0", | ||||
|             "engines": { | ||||
|                 "node": ">= 0.6.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/joi": { | ||||
|             "version": "17.13.3", | ||||
|             "resolved": "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz", | ||||
|  | @ -7555,12 +7336,6 @@ | |||
|             "dev": true, | ||||
|             "license": "MIT" | ||||
|         }, | ||||
|         "node_modules/json-source-map": { | ||||
|             "version": "0.6.1", | ||||
|             "resolved": "https://registry.npmjs.org/json-source-map/-/json-source-map-0.6.1.tgz", | ||||
|             "integrity": "sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==", | ||||
|             "license": "MIT" | ||||
|         }, | ||||
|         "node_modules/json-stable-stringify-without-jsonify": { | ||||
|             "version": "1.0.1", | ||||
|             "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", | ||||
|  | @ -7611,15 +7386,6 @@ | |||
|                 "node": ">=18.0.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/jsonrepair": { | ||||
|             "version": "3.12.0", | ||||
|             "resolved": "https://registry.npmjs.org/jsonrepair/-/jsonrepair-3.12.0.tgz", | ||||
|             "integrity": "sha512-SWfjz8SuQ0wZjwsxtSJ3Zy8vvLg6aO/kxcp9TWNPGwJKgTZVfhNEQBMk/vPOpYCDFWRxD6QWuI6IHR1t615f0w==", | ||||
|             "license": "ISC", | ||||
|             "bin": { | ||||
|                 "jsonrepair": "bin/cli.js" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/jsonwebtoken": { | ||||
|             "version": "9.0.2", | ||||
|             "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", | ||||
|  | @ -7850,12 +7616,6 @@ | |||
|             "resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.5.tgz", | ||||
|             "integrity": "sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA==" | ||||
|         }, | ||||
|         "node_modules/locate-character": { | ||||
|             "version": "3.0.0", | ||||
|             "resolved": "https://registry.npmjs.org/locate-character/-/locate-character-3.0.0.tgz", | ||||
|             "integrity": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==", | ||||
|             "license": "MIT" | ||||
|         }, | ||||
|         "node_modules/locate-path": { | ||||
|             "version": "6.0.0", | ||||
|             "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", | ||||
|  | @ -8509,12 +8269,6 @@ | |||
|             "dev": true, | ||||
|             "license": "MIT" | ||||
|         }, | ||||
|         "node_modules/natural-compare-lite": { | ||||
|             "version": "1.4.0", | ||||
|             "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", | ||||
|             "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", | ||||
|             "license": "MIT" | ||||
|         }, | ||||
|         "node_modules/negotiator": { | ||||
|             "version": "1.0.0", | ||||
|             "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz", | ||||
|  | @ -12043,12 +11797,6 @@ | |||
|                 } | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/w3c-keyname": { | ||||
|             "version": "2.2.8", | ||||
|             "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz", | ||||
|             "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==", | ||||
|             "license": "MIT" | ||||
|         }, | ||||
|         "node_modules/w3c-xmlserializer": { | ||||
|             "version": "5.0.0", | ||||
|             "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz", | ||||
|  | @ -12513,12 +12261,6 @@ | |||
|                 "url": "https://github.com/sponsors/sindresorhus" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/zimmerframe": { | ||||
|             "version": "1.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/zimmerframe/-/zimmerframe-1.1.2.tgz", | ||||
|             "integrity": "sha512-rAbqEGa8ovJy4pyBxZM70hg4pE6gDgaQ0Sl9M3enG3I0d6H4XSAM3GeNGLKnsBpuijUow064sf7ww1nutC5/3w==", | ||||
|             "license": "MIT" | ||||
|         }, | ||||
|         "node_modules/zod": { | ||||
|             "version": "3.24.3", | ||||
|             "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.3.tgz", | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger