43.diff (9357B)
1 diff --git a/package-lock.json b/package-lock.json 2 index c7cf867..11cbdbe 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -23,7 +23,7 @@ 6 "@types/moo": "^0.5.5", 7 "@types/nearley": "^2.11.2", 8 "@types/node": "^20.2.5", 9 - "@typescript-eslint/parser": "^5.59.8", 10 + "@typescript-eslint/parser": "^5.59.9", 11 "@vercel/ncc": "^0.36.1", 12 "eslint": "^8.42.0", 13 "eslint-import-resolver-typescript": "^3.5.5", 14 @@ -1781,14 +1781,14 @@ 15 } 16 }, 17 "node_modules/@typescript-eslint/parser": { 18 - "version": "5.59.8", 19 - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.8.tgz", 20 - "integrity": "sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==", 21 + "version": "5.59.9", 22 + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.9.tgz", 23 + "integrity": "sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==", 24 "dev": true, 25 "dependencies": { 26 - "@typescript-eslint/scope-manager": "5.59.8", 27 - "@typescript-eslint/types": "5.59.8", 28 - "@typescript-eslint/typescript-estree": "5.59.8", 29 + "@typescript-eslint/scope-manager": "5.59.9", 30 + "@typescript-eslint/types": "5.59.9", 31 + "@typescript-eslint/typescript-estree": "5.59.9", 32 "debug": "^4.3.4" 33 }, 34 "engines": { 35 @@ -1808,13 +1808,13 @@ 36 } 37 }, 38 "node_modules/@typescript-eslint/scope-manager": { 39 - "version": "5.59.8", 40 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.8.tgz", 41 - "integrity": "sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==", 42 + "version": "5.59.9", 43 + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz", 44 + "integrity": "sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==", 45 "dev": true, 46 "dependencies": { 47 - "@typescript-eslint/types": "5.59.8", 48 - "@typescript-eslint/visitor-keys": "5.59.8" 49 + "@typescript-eslint/types": "5.59.9", 50 + "@typescript-eslint/visitor-keys": "5.59.9" 51 }, 52 "engines": { 53 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 54 @@ -1924,9 +1924,9 @@ 55 } 56 }, 57 "node_modules/@typescript-eslint/types": { 58 - "version": "5.59.8", 59 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz", 60 - "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==", 61 + "version": "5.59.9", 62 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz", 63 + "integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==", 64 "dev": true, 65 "engines": { 66 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 67 @@ -1937,13 +1937,13 @@ 68 } 69 }, 70 "node_modules/@typescript-eslint/typescript-estree": { 71 - "version": "5.59.8", 72 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz", 73 - "integrity": "sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==", 74 + "version": "5.59.9", 75 + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz", 76 + "integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==", 77 "dev": true, 78 "dependencies": { 79 - "@typescript-eslint/types": "5.59.8", 80 - "@typescript-eslint/visitor-keys": "5.59.8", 81 + "@typescript-eslint/types": "5.59.9", 82 + "@typescript-eslint/visitor-keys": "5.59.9", 83 "debug": "^4.3.4", 84 "globby": "^11.1.0", 85 "is-glob": "^4.0.3", 86 @@ -2094,12 +2094,12 @@ 87 } 88 }, 89 "node_modules/@typescript-eslint/visitor-keys": { 90 - "version": "5.59.8", 91 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz", 92 - "integrity": "sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==", 93 + "version": "5.59.9", 94 + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz", 95 + "integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==", 96 "dev": true, 97 "dependencies": { 98 - "@typescript-eslint/types": "5.59.8", 99 + "@typescript-eslint/types": "5.59.9", 100 "eslint-visitor-keys": "^3.3.0" 101 }, 102 "engines": { 103 @@ -8855,25 +8855,25 @@ 104 } 105 }, 106 "@typescript-eslint/parser": { 107 - "version": "5.59.8", 108 - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.8.tgz", 109 - "integrity": "sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==", 110 + "version": "5.59.9", 111 + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.9.tgz", 112 + "integrity": "sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==", 113 "dev": true, 114 "requires": { 115 - "@typescript-eslint/scope-manager": "5.59.8", 116 - "@typescript-eslint/types": "5.59.8", 117 - "@typescript-eslint/typescript-estree": "5.59.8", 118 + "@typescript-eslint/scope-manager": "5.59.9", 119 + "@typescript-eslint/types": "5.59.9", 120 + "@typescript-eslint/typescript-estree": "5.59.9", 121 "debug": "^4.3.4" 122 } 123 }, 124 "@typescript-eslint/scope-manager": { 125 - "version": "5.59.8", 126 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.8.tgz", 127 - "integrity": "sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==", 128 + "version": "5.59.9", 129 + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz", 130 + "integrity": "sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==", 131 "dev": true, 132 "requires": { 133 - "@typescript-eslint/types": "5.59.8", 134 - "@typescript-eslint/visitor-keys": "5.59.8" 135 + "@typescript-eslint/types": "5.59.9", 136 + "@typescript-eslint/visitor-keys": "5.59.9" 137 } 138 }, 139 "@typescript-eslint/type-utils": { 140 @@ -8931,19 +8931,19 @@ 141 } 142 }, 143 "@typescript-eslint/types": { 144 - "version": "5.59.8", 145 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz", 146 - "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==", 147 + "version": "5.59.9", 148 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz", 149 + "integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==", 150 "dev": true 151 }, 152 "@typescript-eslint/typescript-estree": { 153 - "version": "5.59.8", 154 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz", 155 - "integrity": "sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==", 156 + "version": "5.59.9", 157 + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz", 158 + "integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==", 159 "dev": true, 160 "requires": { 161 - "@typescript-eslint/types": "5.59.8", 162 - "@typescript-eslint/visitor-keys": "5.59.8", 163 + "@typescript-eslint/types": "5.59.9", 164 + "@typescript-eslint/visitor-keys": "5.59.9", 165 "debug": "^4.3.4", 166 "globby": "^11.1.0", 167 "is-glob": "^4.0.3", 168 @@ -9031,12 +9031,12 @@ 169 } 170 }, 171 "@typescript-eslint/visitor-keys": { 172 - "version": "5.59.8", 173 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz", 174 - "integrity": "sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==", 175 + "version": "5.59.9", 176 + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz", 177 + "integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==", 178 "dev": true, 179 "requires": { 180 - "@typescript-eslint/types": "5.59.8", 181 + "@typescript-eslint/types": "5.59.9", 182 "eslint-visitor-keys": "^3.3.0" 183 } 184 }, 185 diff --git a/package.json b/package.json 186 index 6d0150e..656f684 100644 187 --- a/package.json 188 +++ b/package.json 189 @@ -42,7 +42,7 @@ 190 "@types/moo": "^0.5.5", 191 "@types/nearley": "^2.11.2", 192 "@types/node": "^20.2.5", 193 - "@typescript-eslint/parser": "^5.59.8", 194 + "@typescript-eslint/parser": "^5.59.9", 195 "@vercel/ncc": "^0.36.1", 196 "eslint": "^8.42.0", 197 "eslint-import-resolver-typescript": "^3.5.5",