48.diff (10622B)
1 diff --git a/package-lock.json b/package-lock.json 2 index c7cf867..849c6c5 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.60.1", 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.60.1", 22 + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.60.1.tgz", 23 + "integrity": "sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==", 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.60.1", 30 + "@typescript-eslint/types": "5.60.1", 31 + "@typescript-eslint/typescript-estree": "5.60.1", 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.60.1", 43 + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz", 44 + "integrity": "sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==", 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.60.1", 50 + "@typescript-eslint/visitor-keys": "5.60.1" 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.60.1", 62 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.60.1.tgz", 63 + "integrity": "sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==", 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.60.1", 75 + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz", 76 + "integrity": "sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==", 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.60.1", 82 + "@typescript-eslint/visitor-keys": "5.60.1", 83 "debug": "^4.3.4", 84 "globby": "^11.1.0", 85 "is-glob": "^4.0.3", 86 @@ -1964,9 +1964,9 @@ 87 } 88 }, 89 "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { 90 - "version": "7.5.1", 91 - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", 92 - "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", 93 + "version": "7.5.3", 94 + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz", 95 + "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==", 96 "dev": true, 97 "dependencies": { 98 "lru-cache": "^6.0.0" 99 @@ -2094,12 +2094,12 @@ 100 } 101 }, 102 "node_modules/@typescript-eslint/visitor-keys": { 103 - "version": "5.59.8", 104 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz", 105 - "integrity": "sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==", 106 + "version": "5.60.1", 107 + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz", 108 + "integrity": "sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==", 109 "dev": true, 110 "dependencies": { 111 - "@typescript-eslint/types": "5.59.8", 112 + "@typescript-eslint/types": "5.60.1", 113 "eslint-visitor-keys": "^3.3.0" 114 }, 115 "engines": { 116 @@ -8855,25 +8855,25 @@ 117 } 118 }, 119 "@typescript-eslint/parser": { 120 - "version": "5.59.8", 121 - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.8.tgz", 122 - "integrity": "sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==", 123 + "version": "5.60.1", 124 + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.60.1.tgz", 125 + "integrity": "sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==", 126 "dev": true, 127 "requires": { 128 - "@typescript-eslint/scope-manager": "5.59.8", 129 - "@typescript-eslint/types": "5.59.8", 130 - "@typescript-eslint/typescript-estree": "5.59.8", 131 + "@typescript-eslint/scope-manager": "5.60.1", 132 + "@typescript-eslint/types": "5.60.1", 133 + "@typescript-eslint/typescript-estree": "5.60.1", 134 "debug": "^4.3.4" 135 } 136 }, 137 "@typescript-eslint/scope-manager": { 138 - "version": "5.59.8", 139 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.8.tgz", 140 - "integrity": "sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==", 141 + "version": "5.60.1", 142 + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz", 143 + "integrity": "sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==", 144 "dev": true, 145 "requires": { 146 - "@typescript-eslint/types": "5.59.8", 147 - "@typescript-eslint/visitor-keys": "5.59.8" 148 + "@typescript-eslint/types": "5.60.1", 149 + "@typescript-eslint/visitor-keys": "5.60.1" 150 } 151 }, 152 "@typescript-eslint/type-utils": { 153 @@ -8931,19 +8931,19 @@ 154 } 155 }, 156 "@typescript-eslint/types": { 157 - "version": "5.59.8", 158 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz", 159 - "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==", 160 + "version": "5.60.1", 161 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.60.1.tgz", 162 + "integrity": "sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==", 163 "dev": true 164 }, 165 "@typescript-eslint/typescript-estree": { 166 - "version": "5.59.8", 167 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz", 168 - "integrity": "sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==", 169 + "version": "5.60.1", 170 + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz", 171 + "integrity": "sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==", 172 "dev": true, 173 "requires": { 174 - "@typescript-eslint/types": "5.59.8", 175 - "@typescript-eslint/visitor-keys": "5.59.8", 176 + "@typescript-eslint/types": "5.60.1", 177 + "@typescript-eslint/visitor-keys": "5.60.1", 178 "debug": "^4.3.4", 179 "globby": "^11.1.0", 180 "is-glob": "^4.0.3", 181 @@ -8952,9 +8952,9 @@ 182 }, 183 "dependencies": { 184 "semver": { 185 - "version": "7.5.1", 186 - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", 187 - "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", 188 + "version": "7.5.3", 189 + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz", 190 + "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==", 191 "dev": true, 192 "requires": { 193 "lru-cache": "^6.0.0" 194 @@ -9031,12 +9031,12 @@ 195 } 196 }, 197 "@typescript-eslint/visitor-keys": { 198 - "version": "5.59.8", 199 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz", 200 - "integrity": "sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==", 201 + "version": "5.60.1", 202 + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz", 203 + "integrity": "sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==", 204 "dev": true, 205 "requires": { 206 - "@typescript-eslint/types": "5.59.8", 207 + "@typescript-eslint/types": "5.60.1", 208 "eslint-visitor-keys": "^3.3.0" 209 } 210 }, 211 diff --git a/package.json b/package.json 212 index 6d0150e..c6ec695 100644 213 --- a/package.json 214 +++ b/package.json 215 @@ -42,7 +42,7 @@ 216 "@types/moo": "^0.5.5", 217 "@types/nearley": "^2.11.2", 218 "@types/node": "^20.2.5", 219 - "@typescript-eslint/parser": "^5.59.8", 220 + "@typescript-eslint/parser": "^5.60.1", 221 "@vercel/ncc": "^0.36.1", 222 "eslint": "^8.42.0", 223 "eslint-import-resolver-typescript": "^3.5.5",