Compare commits

..

2 Commits

Author SHA1 Message Date
minori 98168f8437 deps: update eslint to 10.0.0
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m16s
2026-02-17 07:11:26 -08:00
minori f28baf94e1 deps: update eslint to 9.39.2
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m39s
2026-02-04 08:48:10 -08:00
2 changed files with 229 additions and 223 deletions
+2 -2
View File
@@ -26,12 +26,12 @@
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^19.1.5", "@angular-devkit/build-angular": "^19.1.5",
"@angular/cli": "^19.1.5", "@angular/cli": "^19.1.5",
"@angular/compiler-cli": "21.1.3", "@angular/compiler-cli": "^19.1.4",
"@nhcarrigan/eslint-config": "5.1.0", "@nhcarrigan/eslint-config": "5.1.0",
"@nhcarrigan/typescript-config": "4.0.0", "@nhcarrigan/typescript-config": "4.0.0",
"@types/jasmine": "~5.1.5", "@types/jasmine": "~5.1.5",
"@types/node": "22.13.1", "@types/node": "22.13.1",
"eslint": "9.19.0", "eslint": "10.0.0",
"jasmine-core": "~5.5.0", "jasmine-core": "~5.5.0",
"karma": "~6.4.4", "karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0", "karma-chrome-launcher": "~3.2.0",
+227 -221
View File
@@ -44,16 +44,16 @@ importers:
devDependencies: devDependencies:
'@angular-devkit/build-angular': '@angular-devkit/build-angular':
specifier: ^19.1.5 specifier: ^19.1.5
version: 19.2.19(@angular/compiler-cli@21.1.3(@angular/compiler@19.2.15)(typescript@5.7.3))(@angular/compiler@19.2.15)(@types/node@22.13.1)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4)(typescript@5.7.3)(vite@6.4.1(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)) version: 19.2.19(@angular/compiler-cli@19.2.15(@angular/compiler@19.2.15)(typescript@5.7.3))(@angular/compiler@19.2.15)(@types/node@22.13.1)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4)(typescript@5.7.3)(vite@6.4.1(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0))
'@angular/cli': '@angular/cli':
specifier: ^19.1.5 specifier: ^19.1.5
version: 19.2.19(@types/node@22.13.1)(chokidar@4.0.3) version: 19.2.19(@types/node@22.13.1)(chokidar@4.0.3)
'@angular/compiler-cli': '@angular/compiler-cli':
specifier: 21.1.3 specifier: ^19.1.4
version: 21.1.3(@angular/compiler@19.2.15)(typescript@5.7.3) version: 19.2.15(@angular/compiler@19.2.15)(typescript@5.7.3)
'@nhcarrigan/eslint-config': '@nhcarrigan/eslint-config':
specifier: 5.1.0 specifier: 5.1.0
version: 5.1.0(@typescript-eslint/utils@8.46.2(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint@9.19.0(jiti@1.21.7))(playwright@1.56.1)(react@19.2.0)(typescript@5.7.3)(vitest@4.0.6(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)) version: 5.1.0(@typescript-eslint/utils@8.46.2(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3))(eslint@10.0.0(jiti@1.21.7))(playwright@1.56.1)(react@19.2.0)(typescript@5.7.3)(vitest@4.0.6(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0))
'@nhcarrigan/typescript-config': '@nhcarrigan/typescript-config':
specifier: 4.0.0 specifier: 4.0.0
version: 4.0.0(typescript@5.7.3) version: 4.0.0(typescript@5.7.3)
@@ -64,8 +64,8 @@ importers:
specifier: 22.13.1 specifier: 22.13.1
version: 22.13.1 version: 22.13.1
eslint: eslint:
specifier: 9.19.0 specifier: 10.0.0
version: 9.19.0(jiti@1.21.7) version: 10.0.0(jiti@1.21.7)
jasmine-core: jasmine-core:
specifier: ~5.5.0 specifier: ~5.5.0
version: 5.5.0 version: 5.5.0
@@ -217,16 +217,13 @@ packages:
'@angular/core': 19.2.15 '@angular/core': 19.2.15
rxjs: ^6.5.3 || ^7.4.0 rxjs: ^6.5.3 || ^7.4.0
'@angular/compiler-cli@21.1.3': '@angular/compiler-cli@19.2.15':
resolution: {integrity: sha512-nKxoQ89W2B1WdonNQ9kgRnvLNS6DAxDrRHBslsKTlV+kbdv7h59M9PjT4ZZ2sp1M/M8LiofnUfa/s2jd/xYj5w==} resolution: {integrity: sha512-4r5tvGA2Ok3o8wROZBkF9qNKS7L0AEpdBIkAVJbLw2rBY2SlyycFIRYyV2+D1lJ1jq/f9U7uN6oon0MjTvNYkA==}
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
'@angular/compiler': 21.1.3 '@angular/compiler': 19.2.15
typescript: '>=5.9 <6.0' typescript: '>=5.5 <5.9'
peerDependenciesMeta:
typescript:
optional: true
'@angular/compiler@19.2.15': '@angular/compiler@19.2.15':
resolution: {integrity: sha512-hMHZU6/03xG0tbPDIm1hbVSTFLnRkGYfh+xdBwUMnIFYYTS0QJ2hdPfEZKCJIXm+fz9IAI5MPdDTfeyp0sgaHQ==} resolution: {integrity: sha512-hMHZU6/03xG0tbPDIm1hbVSTFLnRkGYfh+xdBwUMnIFYYTS0QJ2hdPfEZKCJIXm+fz9IAI5MPdDTfeyp0sgaHQ==}
@@ -289,6 +286,10 @@ packages:
resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
'@babel/core@7.26.9':
resolution: {integrity: sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==}
engines: {node: '>=6.9.0'}
'@babel/core@7.28.5': '@babel/core@7.28.5':
resolution: {integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==} resolution: {integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
@@ -981,41 +982,33 @@ packages:
eslint: eslint:
optional: true optional: true
'@eslint/config-array@0.19.2': '@eslint/config-array@0.23.1':
resolution: {integrity: sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==} resolution: {integrity: sha512-uVSdg/V4dfQmTjJzR0szNczjOH/J+FyUMMjYtr07xFRXR7EDf9i1qdxrD0VusZH9knj1/ecxzCQQxyic5NzAiA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^20.19.0 || ^22.13.0 || >=24}
'@eslint/core@0.10.0': '@eslint/config-helpers@0.5.2':
resolution: {integrity: sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==} resolution: {integrity: sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^20.19.0 || ^22.13.0 || >=24}
'@eslint/core@0.13.0': '@eslint/core@1.1.0':
resolution: {integrity: sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==} resolution: {integrity: sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^20.19.0 || ^22.13.0 || >=24}
'@eslint/eslintrc@3.2.0': '@eslint/eslintrc@3.2.0':
resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==} resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/eslintrc@3.3.1':
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/js@9.17.0': '@eslint/js@9.17.0':
resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==} resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/js@9.19.0': '@eslint/object-schema@3.0.1':
resolution: {integrity: sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==} resolution: {integrity: sha512-P9cq2dpr+LU8j3qbLygLcSZrl2/ds/pUpfnHNNuk5HW7mnngHs+6WSq5C9mO3rqRX8A1poxqLTC9cu0KOyJlBg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^20.19.0 || ^22.13.0 || >=24}
'@eslint/object-schema@2.1.7': '@eslint/plugin-kit@0.6.0':
resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==} resolution: {integrity: sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^20.19.0 || ^22.13.0 || >=24}
'@eslint/plugin-kit@0.2.8':
resolution: {integrity: sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@humanfs/core@0.19.1': '@humanfs/core@0.19.1':
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
@@ -1180,6 +1173,14 @@ packages:
'@types/node': '@types/node':
optional: true optional: true
'@isaacs/balanced-match@4.0.1':
resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==}
engines: {node: 20 || >=22}
'@isaacs/brace-expansion@5.0.1':
resolution: {integrity: sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==}
engines: {node: 20 || >=22}
'@isaacs/cliui@8.0.2': '@isaacs/cliui@8.0.2':
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
engines: {node: '>=12'} engines: {node: '>=12'}
@@ -1906,6 +1907,9 @@ packages:
'@types/eslint@9.6.1': '@types/eslint@9.6.1':
resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==}
'@types/esrecurse@4.3.1':
resolution: {integrity: sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==}
'@types/estree@1.0.6': '@types/estree@1.0.6':
resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
@@ -2479,10 +2483,6 @@ packages:
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
engines: {node: '>= 14.16.0'} engines: {node: '>= 14.16.0'}
chokidar@5.0.0:
resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==}
engines: {node: '>= 20.19.0'}
chownr@2.0.0: chownr@2.0.0:
resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
engines: {node: '>=10'} engines: {node: '>=10'}
@@ -2530,10 +2530,6 @@ packages:
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
cliui@9.0.1:
resolution: {integrity: sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==}
engines: {node: '>=20'}
clone-deep@4.0.1: clone-deep@4.0.1:
resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==}
engines: {node: '>=6'} engines: {node: '>=6'}
@@ -3007,9 +3003,9 @@ packages:
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
engines: {node: '>=8.0.0'} engines: {node: '>=8.0.0'}
eslint-scope@8.4.0: eslint-scope@9.1.0:
resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==} resolution: {integrity: sha512-CkWE42hOJsNj9FJRaoMX9waUFYhqY4jmyLFdAdzZr6VaCg3ynLYx4WnOdkaIifGfH4gsUcBTn4OZbHXkpLD0FQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^20.19.0 || ^22.13.0 || >=24}
eslint-visitor-keys@1.3.0: eslint-visitor-keys@1.3.0:
resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==}
@@ -3023,9 +3019,13 @@ packages:
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
eslint@9.19.0: eslint-visitor-keys@5.0.0:
resolution: {integrity: sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==} resolution: {integrity: sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^20.19.0 || ^22.13.0 || >=24}
eslint@10.0.0:
resolution: {integrity: sha512-O0piBKY36YSJhlFSG8p9VUdPV/SxxS4FYDWVpr/9GJuMaepzwlf4J8I4ov1b+ySQfDTPhc3DtLaxcT1fN0yqCg==}
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
jiti: '*' jiti: '*'
@@ -3037,6 +3037,10 @@ packages:
resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==} resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
espree@11.1.0:
resolution: {integrity: sha512-WFWYhO1fV4iYkqOOvq8FbqIhr2pYfoDY0kCotMkDeNtGpiGGkZ1iov2u8ydjtgM8yF8rzK7oaTbw2NAzbAbehw==}
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
espree@6.2.1: espree@6.2.1:
resolution: {integrity: sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==} resolution: {integrity: sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==}
engines: {node: '>=6.0.0'} engines: {node: '>=6.0.0'}
@@ -3045,6 +3049,10 @@ packages:
resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
engines: {node: '>=0.10'} engines: {node: '>=0.10'}
esquery@1.7.0:
resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
engines: {node: '>=0.10'}
esrecurse@4.3.0: esrecurse@4.3.0:
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
engines: {node: '>=4.0'} engines: {node: '>=4.0'}
@@ -3890,9 +3898,6 @@ packages:
lodash.debounce@4.0.8: lodash.debounce@4.0.8:
resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
lodash.merge@4.6.2:
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
lodash@4.17.21: lodash@4.17.21:
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
@@ -4008,6 +4013,10 @@ packages:
minimalistic-assert@1.0.1: minimalistic-assert@1.0.1:
resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==}
minimatch@10.1.2:
resolution: {integrity: sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==}
engines: {node: 20 || >=22}
minimatch@3.1.2: minimatch@3.1.2:
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
@@ -4563,10 +4572,6 @@ packages:
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
engines: {node: '>= 14.18.0'} engines: {node: '>= 14.18.0'}
readdirp@5.0.0:
resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==}
engines: {node: '>= 20.19.0'}
reflect-metadata@0.2.2: reflect-metadata@0.2.2:
resolution: {integrity: sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==} resolution: {integrity: sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==}
@@ -5529,10 +5534,6 @@ packages:
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
engines: {node: '>=12'} engines: {node: '>=12'}
yargs-parser@22.0.0:
resolution: {integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==}
engines: {node: ^20.19.0 || ^22.12.0 || >=23}
yargs@16.2.0: yargs@16.2.0:
resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==}
engines: {node: '>=10'} engines: {node: '>=10'}
@@ -5541,10 +5542,6 @@ packages:
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
engines: {node: '>=12'} engines: {node: '>=12'}
yargs@18.0.0:
resolution: {integrity: sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==}
engines: {node: ^20.19.0 || ^22.12.0 || >=23}
yocto-queue@0.1.0: yocto-queue@0.1.0:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'} engines: {node: '>=10'}
@@ -5574,14 +5571,14 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- chokidar - chokidar
'@angular-devkit/build-angular@19.2.19(@angular/compiler-cli@21.1.3(@angular/compiler@19.2.15)(typescript@5.7.3))(@angular/compiler@19.2.15)(@types/node@22.13.1)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4)(typescript@5.7.3)(vite@6.4.1(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0))': '@angular-devkit/build-angular@19.2.19(@angular/compiler-cli@19.2.15(@angular/compiler@19.2.15)(typescript@5.7.3))(@angular/compiler@19.2.15)(@types/node@22.13.1)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4)(typescript@5.7.3)(vite@6.4.1(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0))':
dependencies: dependencies:
'@ampproject/remapping': 2.3.0 '@ampproject/remapping': 2.3.0
'@angular-devkit/architect': 0.1902.19(chokidar@4.0.3) '@angular-devkit/architect': 0.1902.19(chokidar@4.0.3)
'@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.3)(webpack-dev-server@5.2.2(webpack@5.98.0))(webpack@5.98.0(esbuild@0.25.4)) '@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.3)(webpack-dev-server@5.2.2(webpack@5.98.0))(webpack@5.98.0(esbuild@0.25.4))
'@angular-devkit/core': 19.2.19(chokidar@4.0.3) '@angular-devkit/core': 19.2.19(chokidar@4.0.3)
'@angular/build': 19.2.19(@angular/compiler-cli@21.1.3(@angular/compiler@19.2.15)(typescript@5.7.3))(@angular/compiler@19.2.15)(@types/node@22.13.1)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4)(less@4.2.2)(postcss@8.5.2)(terser@5.39.0)(typescript@5.7.3) '@angular/build': 19.2.19(@angular/compiler-cli@19.2.15(@angular/compiler@19.2.15)(typescript@5.7.3))(@angular/compiler@19.2.15)(@types/node@22.13.1)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4)(less@4.2.2)(postcss@8.5.2)(terser@5.39.0)(typescript@5.7.3)
'@angular/compiler-cli': 21.1.3(@angular/compiler@19.2.15)(typescript@5.7.3) '@angular/compiler-cli': 19.2.15(@angular/compiler@19.2.15)(typescript@5.7.3)
'@babel/core': 7.26.10 '@babel/core': 7.26.10
'@babel/generator': 7.26.10 '@babel/generator': 7.26.10
'@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-annotate-as-pure': 7.25.9
@@ -5592,7 +5589,7 @@ snapshots:
'@babel/preset-env': 7.26.9(@babel/core@7.26.10) '@babel/preset-env': 7.26.9(@babel/core@7.26.10)
'@babel/runtime': 7.26.10 '@babel/runtime': 7.26.10
'@discoveryjs/json-ext': 0.6.3 '@discoveryjs/json-ext': 0.6.3
'@ngtools/webpack': 19.2.19(@angular/compiler-cli@21.1.3(@angular/compiler@19.2.15)(typescript@5.7.3))(typescript@5.7.3)(webpack@5.98.0(esbuild@0.25.4)) '@ngtools/webpack': 19.2.19(@angular/compiler-cli@19.2.15(@angular/compiler@19.2.15)(typescript@5.7.3))(typescript@5.7.3)(webpack@5.98.0(esbuild@0.25.4))
'@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)) '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0))
ansi-colors: 4.1.3 ansi-colors: 4.1.3
autoprefixer: 10.4.20(postcss@8.5.2) autoprefixer: 10.4.20(postcss@8.5.2)
@@ -5695,12 +5692,12 @@ snapshots:
'@angular/core': 19.2.15(rxjs@7.8.2)(zone.js@0.15.1) '@angular/core': 19.2.15(rxjs@7.8.2)(zone.js@0.15.1)
tslib: 2.8.1 tslib: 2.8.1
'@angular/build@19.2.19(@angular/compiler-cli@21.1.3(@angular/compiler@19.2.15)(typescript@5.7.3))(@angular/compiler@19.2.15)(@types/node@22.13.1)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4)(less@4.2.2)(postcss@8.5.2)(terser@5.39.0)(typescript@5.7.3)': '@angular/build@19.2.19(@angular/compiler-cli@19.2.15(@angular/compiler@19.2.15)(typescript@5.7.3))(@angular/compiler@19.2.15)(@types/node@22.13.1)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4)(less@4.2.2)(postcss@8.5.2)(terser@5.39.0)(typescript@5.7.3)':
dependencies: dependencies:
'@ampproject/remapping': 2.3.0 '@ampproject/remapping': 2.3.0
'@angular-devkit/architect': 0.1902.19(chokidar@4.0.3) '@angular-devkit/architect': 0.1902.19(chokidar@4.0.3)
'@angular/compiler': 19.2.15 '@angular/compiler': 19.2.15
'@angular/compiler-cli': 21.1.3(@angular/compiler@19.2.15)(typescript@5.7.3) '@angular/compiler-cli': 19.2.15(@angular/compiler@19.2.15)(typescript@5.7.3)
'@babel/core': 7.26.10 '@babel/core': 7.26.10
'@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-annotate-as-pure': 7.25.9
'@babel/helper-split-export-declaration': 7.24.7 '@babel/helper-split-export-declaration': 7.24.7
@@ -5774,19 +5771,18 @@ snapshots:
rxjs: 7.8.2 rxjs: 7.8.2
tslib: 2.8.1 tslib: 2.8.1
'@angular/compiler-cli@21.1.3(@angular/compiler@19.2.15)(typescript@5.7.3)': '@angular/compiler-cli@19.2.15(@angular/compiler@19.2.15)(typescript@5.7.3)':
dependencies: dependencies:
'@angular/compiler': 19.2.15 '@angular/compiler': 19.2.15
'@babel/core': 7.28.5 '@babel/core': 7.26.9
'@jridgewell/sourcemap-codec': 1.5.5 '@jridgewell/sourcemap-codec': 1.5.5
chokidar: 5.0.0 chokidar: 4.0.3
convert-source-map: 1.9.0 convert-source-map: 1.9.0
reflect-metadata: 0.2.2 reflect-metadata: 0.2.2
semver: 7.7.3 semver: 7.7.3
tslib: 2.8.1 tslib: 2.8.1
yargs: 18.0.0
optionalDependencies:
typescript: 5.7.3 typescript: 5.7.3
yargs: 17.7.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@@ -5844,7 +5840,7 @@ snapshots:
dependencies: dependencies:
'@ampproject/remapping': 2.3.0 '@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.27.1 '@babel/code-frame': 7.27.1
'@babel/generator': 7.28.5 '@babel/generator': 7.26.10
'@babel/helper-compilation-targets': 7.27.2 '@babel/helper-compilation-targets': 7.27.2
'@babel/helper-module-transforms': 7.28.3(@babel/core@7.26.10) '@babel/helper-module-transforms': 7.28.3(@babel/core@7.26.10)
'@babel/helpers': 7.28.4 '@babel/helpers': 7.28.4
@@ -5860,6 +5856,26 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@babel/core@7.26.9':
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.27.1
'@babel/generator': 7.28.5
'@babel/helper-compilation-targets': 7.27.2
'@babel/helper-module-transforms': 7.28.3(@babel/core@7.26.9)
'@babel/helpers': 7.28.4
'@babel/parser': 7.28.5
'@babel/template': 7.27.2
'@babel/traverse': 7.28.5
'@babel/types': 7.28.5
convert-source-map: 2.0.0
debug: 4.4.3
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
transitivePeerDependencies:
- supports-color
'@babel/core@7.28.5': '@babel/core@7.28.5':
dependencies: dependencies:
'@babel/code-frame': 7.27.1 '@babel/code-frame': 7.27.1
@@ -5968,6 +5984,15 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@babel/helper-module-transforms@7.28.3(@babel/core@7.26.9)':
dependencies:
'@babel/core': 7.26.9
'@babel/helper-module-imports': 7.27.1
'@babel/helper-validator-identifier': 7.28.5
'@babel/traverse': 7.28.5
transitivePeerDependencies:
- supports-color
'@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)': '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)':
dependencies: dependencies:
'@babel/core': 7.28.5 '@babel/core': 7.28.5
@@ -6626,36 +6651,36 @@ snapshots:
'@esbuild/win32-x64@0.25.4': '@esbuild/win32-x64@0.25.4':
optional: true optional: true
'@eslint-community/eslint-plugin-eslint-comments@4.4.1(eslint@9.19.0(jiti@1.21.7))': '@eslint-community/eslint-plugin-eslint-comments@4.4.1(eslint@10.0.0(jiti@1.21.7))':
dependencies: dependencies:
escape-string-regexp: 4.0.0 escape-string-regexp: 4.0.0
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
ignore: 5.3.2 ignore: 5.3.2
'@eslint-community/eslint-utils@4.9.0(eslint@9.19.0(jiti@1.21.7))': '@eslint-community/eslint-utils@4.9.0(eslint@10.0.0(jiti@1.21.7))':
dependencies: dependencies:
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
eslint-visitor-keys: 3.4.3 eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.12.2': {} '@eslint-community/regexpp@4.12.2': {}
'@eslint/compat@1.2.4(eslint@9.19.0(jiti@1.21.7))': '@eslint/compat@1.2.4(eslint@10.0.0(jiti@1.21.7))':
optionalDependencies: optionalDependencies:
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
'@eslint/config-array@0.19.2': '@eslint/config-array@0.23.1':
dependencies: dependencies:
'@eslint/object-schema': 2.1.7 '@eslint/object-schema': 3.0.1
debug: 4.4.3 debug: 4.4.3
minimatch: 3.1.2 minimatch: 10.1.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@eslint/core@0.10.0': '@eslint/config-helpers@0.5.2':
dependencies: dependencies:
'@types/json-schema': 7.0.15 '@eslint/core': 1.1.0
'@eslint/core@0.13.0': '@eslint/core@1.1.0':
dependencies: dependencies:
'@types/json-schema': 7.0.15 '@types/json-schema': 7.0.15
@@ -6673,29 +6698,13 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@eslint/eslintrc@3.3.1':
dependencies:
ajv: 6.12.6
debug: 4.4.3
espree: 10.4.0
globals: 14.0.0
ignore: 5.3.2
import-fresh: 3.3.1
js-yaml: 4.1.0
minimatch: 3.1.2
strip-json-comments: 3.1.1
transitivePeerDependencies:
- supports-color
'@eslint/js@9.17.0': {} '@eslint/js@9.17.0': {}
'@eslint/js@9.19.0': {} '@eslint/object-schema@3.0.1': {}
'@eslint/object-schema@2.1.7': {} '@eslint/plugin-kit@0.6.0':
'@eslint/plugin-kit@0.2.8':
dependencies: dependencies:
'@eslint/core': 0.13.0 '@eslint/core': 1.1.0
levn: 0.4.1 levn: 0.4.1
'@humanfs/core@0.19.1': {} '@humanfs/core@0.19.1': {}
@@ -6845,6 +6854,12 @@ snapshots:
optionalDependencies: optionalDependencies:
'@types/node': 22.13.1 '@types/node': 22.13.1
'@isaacs/balanced-match@4.0.1': {}
'@isaacs/brace-expansion@5.0.1':
dependencies:
'@isaacs/balanced-match': 4.0.1
'@isaacs/cliui@8.0.2': '@isaacs/cliui@8.0.2':
dependencies: dependencies:
string-width: 5.1.2 string-width: 5.1.2
@@ -7035,30 +7050,30 @@ snapshots:
'@napi-rs/nice-win32-x64-msvc': 1.1.1 '@napi-rs/nice-win32-x64-msvc': 1.1.1
optional: true optional: true
'@ngtools/webpack@19.2.19(@angular/compiler-cli@21.1.3(@angular/compiler@19.2.15)(typescript@5.7.3))(typescript@5.7.3)(webpack@5.98.0(esbuild@0.25.4))': '@ngtools/webpack@19.2.19(@angular/compiler-cli@19.2.15(@angular/compiler@19.2.15)(typescript@5.7.3))(typescript@5.7.3)(webpack@5.98.0(esbuild@0.25.4))':
dependencies: dependencies:
'@angular/compiler-cli': 21.1.3(@angular/compiler@19.2.15)(typescript@5.7.3) '@angular/compiler-cli': 19.2.15(@angular/compiler@19.2.15)(typescript@5.7.3)
typescript: 5.7.3 typescript: 5.7.3
webpack: 5.98.0(esbuild@0.25.4) webpack: 5.98.0(esbuild@0.25.4)
'@nhcarrigan/eslint-config@5.1.0(@typescript-eslint/utils@8.46.2(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint@9.19.0(jiti@1.21.7))(playwright@1.56.1)(react@19.2.0)(typescript@5.7.3)(vitest@4.0.6(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0))': '@nhcarrigan/eslint-config@5.1.0(@typescript-eslint/utils@8.46.2(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3))(eslint@10.0.0(jiti@1.21.7))(playwright@1.56.1)(react@19.2.0)(typescript@5.7.3)(vitest@4.0.6(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0))':
dependencies: dependencies:
'@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.19.0(jiti@1.21.7)) '@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@10.0.0(jiti@1.21.7))
'@eslint/compat': 1.2.4(eslint@9.19.0(jiti@1.21.7)) '@eslint/compat': 1.2.4(eslint@10.0.0(jiti@1.21.7))
'@eslint/eslintrc': 3.2.0 '@eslint/eslintrc': 3.2.0
'@eslint/js': 9.17.0 '@eslint/js': 9.17.0
'@stylistic/eslint-plugin': 2.12.1(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3) '@stylistic/eslint-plugin': 2.12.1(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)
'@typescript-eslint/eslint-plugin': 8.19.0(@typescript-eslint/parser@8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3) '@typescript-eslint/eslint-plugin': 8.19.0(@typescript-eslint/parser@8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3))(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)
'@typescript-eslint/parser': 8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3) '@typescript-eslint/parser': 8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)
'@vitest/eslint-plugin': 1.1.24(@typescript-eslint/utils@8.46.2(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)(vitest@4.0.6(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)) '@vitest/eslint-plugin': 1.1.24(@typescript-eslint/utils@8.46.2(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3))(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)(vitest@4.0.6(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0))
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
eslint-plugin-deprecation: 3.0.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3) eslint-plugin-deprecation: 3.0.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint@9.19.0(jiti@1.21.7)) eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3))(eslint@10.0.0(jiti@1.21.7))
eslint-plugin-jsdoc: 50.6.1(eslint@9.19.0(jiti@1.21.7)) eslint-plugin-jsdoc: 50.6.1(eslint@10.0.0(jiti@1.21.7))
eslint-plugin-playwright: 2.1.0(eslint@9.19.0(jiti@1.21.7)) eslint-plugin-playwright: 2.1.0(eslint@10.0.0(jiti@1.21.7))
eslint-plugin-react: 7.37.3(eslint@9.19.0(jiti@1.21.7)) eslint-plugin-react: 7.37.3(eslint@10.0.0(jiti@1.21.7))
eslint-plugin-sort-keys-fix: 1.1.2 eslint-plugin-sort-keys-fix: 1.1.2
eslint-plugin-unicorn: 56.0.1(eslint@9.19.0(jiti@1.21.7)) eslint-plugin-unicorn: 56.0.1(eslint@10.0.0(jiti@1.21.7))
globals: 15.14.0 globals: 15.14.0
playwright: 1.56.1 playwright: 1.56.1
react: 19.2.0 react: 19.2.0
@@ -7098,7 +7113,7 @@ snapshots:
'@npmcli/fs@4.0.0': '@npmcli/fs@4.0.0':
dependencies: dependencies:
semver: 7.7.3 semver: 7.7.1
'@npmcli/git@6.0.3': '@npmcli/git@6.0.3':
dependencies: dependencies:
@@ -7108,7 +7123,7 @@ snapshots:
npm-pick-manifest: 10.0.0 npm-pick-manifest: 10.0.0
proc-log: 5.0.0 proc-log: 5.0.0
promise-retry: 2.0.1 promise-retry: 2.0.1
semver: 7.7.3 semver: 7.7.1
which: 5.0.0 which: 5.0.0
'@npmcli/installed-package-contents@3.0.0': '@npmcli/installed-package-contents@3.0.0':
@@ -7125,7 +7140,7 @@ snapshots:
hosted-git-info: 8.1.0 hosted-git-info: 8.1.0
json-parse-even-better-errors: 4.0.0 json-parse-even-better-errors: 4.0.0
proc-log: 5.0.0 proc-log: 5.0.0
semver: 7.7.3 semver: 7.7.1
validate-npm-package-license: 3.0.4 validate-npm-package-license: 3.0.4
'@npmcli/promise-spawn@8.0.3': '@npmcli/promise-spawn@8.0.3':
@@ -7382,10 +7397,10 @@ snapshots:
'@standard-schema/spec@1.0.0': {} '@standard-schema/spec@1.0.0': {}
'@stylistic/eslint-plugin@2.12.1(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)': '@stylistic/eslint-plugin@2.12.1(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)':
dependencies: dependencies:
'@typescript-eslint/utils': 8.46.2(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3) '@typescript-eslint/utils': 8.46.2(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
eslint-visitor-keys: 4.2.1 eslint-visitor-keys: 4.2.1
espree: 10.4.0 espree: 10.4.0
estraverse: 5.3.0 estraverse: 5.3.0
@@ -7440,6 +7455,8 @@ snapshots:
'@types/estree': 1.0.8 '@types/estree': 1.0.8
'@types/json-schema': 7.0.15 '@types/json-schema': 7.0.15
'@types/esrecurse@4.3.1': {}
'@types/estree@1.0.6': {} '@types/estree@1.0.6': {}
'@types/estree@1.0.8': {} '@types/estree@1.0.8': {}
@@ -7515,15 +7532,15 @@ snapshots:
dependencies: dependencies:
'@types/node': 22.13.1 '@types/node': 22.13.1
'@typescript-eslint/eslint-plugin@8.19.0(@typescript-eslint/parser@8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)': '@typescript-eslint/eslint-plugin@8.19.0(@typescript-eslint/parser@8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3))(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)':
dependencies: dependencies:
'@eslint-community/regexpp': 4.12.2 '@eslint-community/regexpp': 4.12.2
'@typescript-eslint/parser': 8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3) '@typescript-eslint/parser': 8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)
'@typescript-eslint/scope-manager': 8.19.0 '@typescript-eslint/scope-manager': 8.19.0
'@typescript-eslint/type-utils': 8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3) '@typescript-eslint/type-utils': 8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)
'@typescript-eslint/utils': 8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3) '@typescript-eslint/utils': 8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)
'@typescript-eslint/visitor-keys': 8.19.0 '@typescript-eslint/visitor-keys': 8.19.0
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
graphemer: 1.4.0 graphemer: 1.4.0
ignore: 5.3.2 ignore: 5.3.2
natural-compare: 1.4.0 natural-compare: 1.4.0
@@ -7532,14 +7549,14 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@typescript-eslint/parser@8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)': '@typescript-eslint/parser@8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)':
dependencies: dependencies:
'@typescript-eslint/scope-manager': 8.19.0 '@typescript-eslint/scope-manager': 8.19.0
'@typescript-eslint/types': 8.19.0 '@typescript-eslint/types': 8.19.0
'@typescript-eslint/typescript-estree': 8.19.0(typescript@5.7.3) '@typescript-eslint/typescript-estree': 8.19.0(typescript@5.7.3)
'@typescript-eslint/visitor-keys': 8.19.0 '@typescript-eslint/visitor-keys': 8.19.0
debug: 4.4.3 debug: 4.4.3
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
typescript: 5.7.3 typescript: 5.7.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@@ -7572,12 +7589,12 @@ snapshots:
dependencies: dependencies:
typescript: 5.7.3 typescript: 5.7.3
'@typescript-eslint/type-utils@8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)': '@typescript-eslint/type-utils@8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)':
dependencies: dependencies:
'@typescript-eslint/typescript-estree': 8.19.0(typescript@5.7.3) '@typescript-eslint/typescript-estree': 8.19.0(typescript@5.7.3)
'@typescript-eslint/utils': 8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3) '@typescript-eslint/utils': 8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)
debug: 4.4.3 debug: 4.4.3
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
ts-api-utils: 1.4.3(typescript@5.7.3) ts-api-utils: 1.4.3(typescript@5.7.3)
typescript: 5.7.3 typescript: 5.7.3
transitivePeerDependencies: transitivePeerDependencies:
@@ -7634,35 +7651,35 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@typescript-eslint/utils@7.18.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)': '@typescript-eslint/utils@7.18.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)':
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.9.0(eslint@9.19.0(jiti@1.21.7)) '@eslint-community/eslint-utils': 4.9.0(eslint@10.0.0(jiti@1.21.7))
'@typescript-eslint/scope-manager': 7.18.0 '@typescript-eslint/scope-manager': 7.18.0
'@typescript-eslint/types': 7.18.0 '@typescript-eslint/types': 7.18.0
'@typescript-eslint/typescript-estree': 7.18.0(typescript@5.7.3) '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.7.3)
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
- typescript - typescript
'@typescript-eslint/utils@8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)': '@typescript-eslint/utils@8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)':
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.9.0(eslint@9.19.0(jiti@1.21.7)) '@eslint-community/eslint-utils': 4.9.0(eslint@10.0.0(jiti@1.21.7))
'@typescript-eslint/scope-manager': 8.19.0 '@typescript-eslint/scope-manager': 8.19.0
'@typescript-eslint/types': 8.19.0 '@typescript-eslint/types': 8.19.0
'@typescript-eslint/typescript-estree': 8.19.0(typescript@5.7.3) '@typescript-eslint/typescript-estree': 8.19.0(typescript@5.7.3)
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
typescript: 5.7.3 typescript: 5.7.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@typescript-eslint/utils@8.46.2(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)': '@typescript-eslint/utils@8.46.2(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)':
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.9.0(eslint@9.19.0(jiti@1.21.7)) '@eslint-community/eslint-utils': 4.9.0(eslint@10.0.0(jiti@1.21.7))
'@typescript-eslint/scope-manager': 8.46.2 '@typescript-eslint/scope-manager': 8.46.2
'@typescript-eslint/types': 8.46.2 '@typescript-eslint/types': 8.46.2
'@typescript-eslint/typescript-estree': 8.46.2(typescript@5.7.3) '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.7.3)
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
typescript: 5.7.3 typescript: 5.7.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@@ -7686,10 +7703,10 @@ snapshots:
dependencies: dependencies:
vite: 6.4.1(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0) vite: 6.4.1(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)
'@vitest/eslint-plugin@1.1.24(@typescript-eslint/utils@8.46.2(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3)(vitest@4.0.6(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0))': '@vitest/eslint-plugin@1.1.24(@typescript-eslint/utils@8.46.2(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3))(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)(vitest@4.0.6(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0))':
dependencies: dependencies:
'@typescript-eslint/utils': 8.46.2(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3) '@typescript-eslint/utils': 8.46.2(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
optionalDependencies: optionalDependencies:
typescript: 5.7.3 typescript: 5.7.3
vitest: 4.0.6(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0) vitest: 4.0.6(@types/node@22.13.1)(jiti@1.21.7)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)
@@ -8167,10 +8184,6 @@ snapshots:
dependencies: dependencies:
readdirp: 4.1.2 readdirp: 4.1.2
chokidar@5.0.0:
dependencies:
readdirp: 5.0.0
chownr@2.0.0: {} chownr@2.0.0: {}
chownr@3.0.0: {} chownr@3.0.0: {}
@@ -8212,12 +8225,6 @@ snapshots:
strip-ansi: 6.0.1 strip-ansi: 6.0.1
wrap-ansi: 7.0.0 wrap-ansi: 7.0.0
cliui@9.0.1:
dependencies:
string-width: 7.2.0
strip-ansi: 7.1.2
wrap-ansi: 9.0.2
clone-deep@4.0.1: clone-deep@4.0.1:
dependencies: dependencies:
is-plain-object: 2.0.4 is-plain-object: 2.0.4
@@ -8334,7 +8341,7 @@ snapshots:
postcss-modules-scope: 3.2.1(postcss@8.5.2) postcss-modules-scope: 3.2.1(postcss@8.5.2)
postcss-modules-values: 4.0.0(postcss@8.5.2) postcss-modules-values: 4.0.0(postcss@8.5.2)
postcss-value-parser: 4.2.0 postcss-value-parser: 4.2.0
semver: 7.7.3 semver: 7.7.1
optionalDependencies: optionalDependencies:
webpack: 5.98.0(esbuild@0.25.4) webpack: 5.98.0(esbuild@0.25.4)
@@ -8695,27 +8702,27 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
eslint-module-utils@2.12.1(@typescript-eslint/parser@8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint@9.19.0(jiti@1.21.7)): eslint-module-utils@2.12.1(@typescript-eslint/parser@8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint@10.0.0(jiti@1.21.7)):
dependencies: dependencies:
debug: 3.2.7 debug: 3.2.7
optionalDependencies: optionalDependencies:
'@typescript-eslint/parser': 8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3) '@typescript-eslint/parser': 8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
eslint-import-resolver-node: 0.3.9 eslint-import-resolver-node: 0.3.9
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
eslint-plugin-deprecation@3.0.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3): eslint-plugin-deprecation@3.0.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3):
dependencies: dependencies:
'@typescript-eslint/utils': 7.18.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3) '@typescript-eslint/utils': 7.18.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
ts-api-utils: 1.4.3(typescript@5.7.3) ts-api-utils: 1.4.3(typescript@5.7.3)
tslib: 2.8.1 tslib: 2.8.1
typescript: 5.7.3 typescript: 5.7.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint@9.19.0(jiti@1.21.7)): eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3))(eslint@10.0.0(jiti@1.21.7)):
dependencies: dependencies:
'@rtsao/scc': 1.1.0 '@rtsao/scc': 1.1.0
array-includes: 3.1.9 array-includes: 3.1.9
@@ -8724,9 +8731,9 @@ snapshots:
array.prototype.flatmap: 1.3.3 array.prototype.flatmap: 1.3.3
debug: 3.2.7 debug: 3.2.7
doctrine: 2.1.0 doctrine: 2.1.0
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
eslint-import-resolver-node: 0.3.9 eslint-import-resolver-node: 0.3.9
eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint@9.19.0(jiti@1.21.7)) eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint@10.0.0(jiti@1.21.7))
hasown: 2.0.2 hasown: 2.0.2
is-core-module: 2.16.1 is-core-module: 2.16.1
is-glob: 4.0.3 is-glob: 4.0.3
@@ -8738,20 +8745,20 @@ snapshots:
string.prototype.trimend: 1.0.9 string.prototype.trimend: 1.0.9
tsconfig-paths: 3.15.0 tsconfig-paths: 3.15.0
optionalDependencies: optionalDependencies:
'@typescript-eslint/parser': 8.19.0(eslint@9.19.0(jiti@1.21.7))(typescript@5.7.3) '@typescript-eslint/parser': 8.19.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.7.3)
transitivePeerDependencies: transitivePeerDependencies:
- eslint-import-resolver-typescript - eslint-import-resolver-typescript
- eslint-import-resolver-webpack - eslint-import-resolver-webpack
- supports-color - supports-color
eslint-plugin-jsdoc@50.6.1(eslint@9.19.0(jiti@1.21.7)): eslint-plugin-jsdoc@50.6.1(eslint@10.0.0(jiti@1.21.7)):
dependencies: dependencies:
'@es-joy/jsdoccomment': 0.49.0 '@es-joy/jsdoccomment': 0.49.0
are-docs-informative: 0.0.2 are-docs-informative: 0.0.2
comment-parser: 1.4.1 comment-parser: 1.4.1
debug: 4.4.3 debug: 4.4.3
escape-string-regexp: 4.0.0 escape-string-regexp: 4.0.0
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
espree: 10.4.0 espree: 10.4.0
esquery: 1.6.0 esquery: 1.6.0
parse-imports: 2.2.1 parse-imports: 2.2.1
@@ -8761,12 +8768,12 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
eslint-plugin-playwright@2.1.0(eslint@9.19.0(jiti@1.21.7)): eslint-plugin-playwright@2.1.0(eslint@10.0.0(jiti@1.21.7)):
dependencies: dependencies:
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
globals: 13.24.0 globals: 13.24.0
eslint-plugin-react@7.37.3(eslint@9.19.0(jiti@1.21.7)): eslint-plugin-react@7.37.3(eslint@10.0.0(jiti@1.21.7)):
dependencies: dependencies:
array-includes: 3.1.9 array-includes: 3.1.9
array.prototype.findlast: 1.2.5 array.prototype.findlast: 1.2.5
@@ -8774,7 +8781,7 @@ snapshots:
array.prototype.tosorted: 1.1.4 array.prototype.tosorted: 1.1.4
doctrine: 2.1.0 doctrine: 2.1.0
es-iterator-helpers: 1.2.1 es-iterator-helpers: 1.2.1
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
estraverse: 5.3.0 estraverse: 5.3.0
hasown: 2.0.2 hasown: 2.0.2
jsx-ast-utils: 3.3.5 jsx-ast-utils: 3.3.5
@@ -8795,14 +8802,14 @@ snapshots:
natural-compare: 1.4.0 natural-compare: 1.4.0
requireindex: 1.2.0 requireindex: 1.2.0
eslint-plugin-unicorn@56.0.1(eslint@9.19.0(jiti@1.21.7)): eslint-plugin-unicorn@56.0.1(eslint@10.0.0(jiti@1.21.7)):
dependencies: dependencies:
'@babel/helper-validator-identifier': 7.28.5 '@babel/helper-validator-identifier': 7.28.5
'@eslint-community/eslint-utils': 4.9.0(eslint@9.19.0(jiti@1.21.7)) '@eslint-community/eslint-utils': 4.9.0(eslint@10.0.0(jiti@1.21.7))
ci-info: 4.3.1 ci-info: 4.3.1
clean-regexp: 1.0.0 clean-regexp: 1.0.0
core-js-compat: 3.46.0 core-js-compat: 3.46.0
eslint: 9.19.0(jiti@1.21.7) eslint: 10.0.0(jiti@1.21.7)
esquery: 1.6.0 esquery: 1.6.0
globals: 15.14.0 globals: 15.14.0
indent-string: 4.0.0 indent-string: 4.0.0
@@ -8820,8 +8827,10 @@ snapshots:
esrecurse: 4.3.0 esrecurse: 4.3.0
estraverse: 4.3.0 estraverse: 4.3.0
eslint-scope@8.4.0: eslint-scope@9.1.0:
dependencies: dependencies:
'@types/esrecurse': 4.3.1
'@types/estree': 1.0.8
esrecurse: 4.3.0 esrecurse: 4.3.0
estraverse: 5.3.0 estraverse: 5.3.0
@@ -8831,29 +8840,28 @@ snapshots:
eslint-visitor-keys@4.2.1: {} eslint-visitor-keys@4.2.1: {}
eslint@9.19.0(jiti@1.21.7): eslint-visitor-keys@5.0.0: {}
eslint@10.0.0(jiti@1.21.7):
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.9.0(eslint@9.19.0(jiti@1.21.7)) '@eslint-community/eslint-utils': 4.9.0(eslint@10.0.0(jiti@1.21.7))
'@eslint-community/regexpp': 4.12.2 '@eslint-community/regexpp': 4.12.2
'@eslint/config-array': 0.19.2 '@eslint/config-array': 0.23.1
'@eslint/core': 0.10.0 '@eslint/config-helpers': 0.5.2
'@eslint/eslintrc': 3.3.1 '@eslint/core': 1.1.0
'@eslint/js': 9.19.0 '@eslint/plugin-kit': 0.6.0
'@eslint/plugin-kit': 0.2.8
'@humanfs/node': 0.16.7 '@humanfs/node': 0.16.7
'@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.4.3 '@humanwhocodes/retry': 0.4.3
'@types/estree': 1.0.8 '@types/estree': 1.0.8
'@types/json-schema': 7.0.15
ajv: 6.12.6 ajv: 6.12.6
chalk: 4.1.2
cross-spawn: 7.0.6 cross-spawn: 7.0.6
debug: 4.4.3 debug: 4.4.3
escape-string-regexp: 4.0.0 escape-string-regexp: 4.0.0
eslint-scope: 8.4.0 eslint-scope: 9.1.0
eslint-visitor-keys: 4.2.1 eslint-visitor-keys: 5.0.0
espree: 10.4.0 espree: 11.1.0
esquery: 1.6.0 esquery: 1.7.0
esutils: 2.0.3 esutils: 2.0.3
fast-deep-equal: 3.1.3 fast-deep-equal: 3.1.3
file-entry-cache: 8.0.0 file-entry-cache: 8.0.0
@@ -8863,8 +8871,7 @@ snapshots:
imurmurhash: 0.1.4 imurmurhash: 0.1.4
is-glob: 4.0.3 is-glob: 4.0.3
json-stable-stringify-without-jsonify: 1.0.1 json-stable-stringify-without-jsonify: 1.0.1
lodash.merge: 4.6.2 minimatch: 10.1.2
minimatch: 3.1.2
natural-compare: 1.4.0 natural-compare: 1.4.0
optionator: 0.9.4 optionator: 0.9.4
optionalDependencies: optionalDependencies:
@@ -8878,6 +8885,12 @@ snapshots:
acorn-jsx: 5.3.2(acorn@8.15.0) acorn-jsx: 5.3.2(acorn@8.15.0)
eslint-visitor-keys: 4.2.1 eslint-visitor-keys: 4.2.1
espree@11.1.0:
dependencies:
acorn: 8.15.0
acorn-jsx: 5.3.2(acorn@8.15.0)
eslint-visitor-keys: 5.0.0
espree@6.2.1: espree@6.2.1:
dependencies: dependencies:
acorn: 7.4.1 acorn: 7.4.1
@@ -8888,6 +8901,10 @@ snapshots:
dependencies: dependencies:
estraverse: 5.3.0 estraverse: 5.3.0
esquery@1.7.0:
dependencies:
estraverse: 5.3.0
esrecurse@4.3.0: esrecurse@4.3.0:
dependencies: dependencies:
estraverse: 5.3.0 estraverse: 5.3.0
@@ -9555,11 +9572,11 @@ snapshots:
istanbul-lib-instrument@6.0.3: istanbul-lib-instrument@6.0.3:
dependencies: dependencies:
'@babel/core': 7.28.5 '@babel/core': 7.26.10
'@babel/parser': 7.28.5 '@babel/parser': 7.28.5
'@istanbuljs/schema': 0.1.3 '@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.2 istanbul-lib-coverage: 3.2.2
semver: 7.7.3 semver: 7.7.1
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@@ -9809,8 +9826,6 @@ snapshots:
lodash.debounce@4.0.8: {} lodash.debounce@4.0.8: {}
lodash.merge@4.6.2: {}
lodash@4.17.21: {} lodash@4.17.21: {}
log-symbols@4.1.0: log-symbols@4.1.0:
@@ -9932,6 +9947,10 @@ snapshots:
minimalistic-assert@1.0.1: {} minimalistic-assert@1.0.1: {}
minimatch@10.1.2:
dependencies:
'@isaacs/brace-expansion': 5.0.1
minimatch@3.1.2: minimatch@3.1.2:
dependencies: dependencies:
brace-expansion: 1.1.12 brace-expansion: 1.1.12
@@ -10060,7 +10079,7 @@ snapshots:
make-fetch-happen: 14.0.3 make-fetch-happen: 14.0.3
nopt: 8.1.0 nopt: 8.1.0
proc-log: 5.0.0 proc-log: 5.0.0
semver: 7.7.3 semver: 7.7.1
tar: 7.5.2 tar: 7.5.2
tinyglobby: 0.2.15 tinyglobby: 0.2.15
which: 5.0.0 which: 5.0.0
@@ -10090,7 +10109,7 @@ snapshots:
npm-install-checks@7.1.2: npm-install-checks@7.1.2:
dependencies: dependencies:
semver: 7.7.3 semver: 7.7.1
npm-normalize-package-bin@4.0.0: {} npm-normalize-package-bin@4.0.0: {}
@@ -10098,7 +10117,7 @@ snapshots:
dependencies: dependencies:
hosted-git-info: 8.1.0 hosted-git-info: 8.1.0
proc-log: 5.0.0 proc-log: 5.0.0
semver: 7.7.3 semver: 7.7.1
validate-npm-package-name: 6.0.2 validate-npm-package-name: 6.0.2
npm-packlist@9.0.0: npm-packlist@9.0.0:
@@ -10110,7 +10129,7 @@ snapshots:
npm-install-checks: 7.1.2 npm-install-checks: 7.1.2
npm-normalize-package-bin: 4.0.0 npm-normalize-package-bin: 4.0.0
npm-package-arg: 12.0.2 npm-package-arg: 12.0.2
semver: 7.7.3 semver: 7.7.1
npm-registry-fetch@18.0.2: npm-registry-fetch@18.0.2:
dependencies: dependencies:
@@ -10383,7 +10402,7 @@ snapshots:
cosmiconfig: 9.0.0(typescript@5.7.3) cosmiconfig: 9.0.0(typescript@5.7.3)
jiti: 1.21.7 jiti: 1.21.7
postcss: 8.5.2 postcss: 8.5.2
semver: 7.7.3 semver: 7.7.1
optionalDependencies: optionalDependencies:
webpack: 5.98.0(esbuild@0.25.4) webpack: 5.98.0(esbuild@0.25.4)
transitivePeerDependencies: transitivePeerDependencies:
@@ -10520,8 +10539,6 @@ snapshots:
readdirp@4.1.2: {} readdirp@4.1.2: {}
readdirp@5.0.0: {}
reflect-metadata@0.2.2: {} reflect-metadata@0.2.2: {}
reflect.getprototypeof@1.0.10: reflect.getprototypeof@1.0.10:
@@ -11630,8 +11647,6 @@ snapshots:
yargs-parser@21.1.1: {} yargs-parser@21.1.1: {}
yargs-parser@22.0.0: {}
yargs@16.2.0: yargs@16.2.0:
dependencies: dependencies:
cliui: 7.0.4 cliui: 7.0.4
@@ -11652,15 +11667,6 @@ snapshots:
y18n: 5.0.8 y18n: 5.0.8
yargs-parser: 21.1.1 yargs-parser: 21.1.1
yargs@18.0.0:
dependencies:
cliui: 9.0.1
escalade: 3.2.0
get-caller-file: 2.0.5
string-width: 7.2.0
y18n: 5.0.8
yargs-parser: 22.0.0
yocto-queue@0.1.0: {} yocto-queue@0.1.0: {}
yocto-queue@1.2.1: {} yocto-queue@1.2.1: {}